Home
last modified time | relevance | path

Searched refs:fTextAddress (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.cpp101 fTextAddress(NULL), in ElfImage()
130 fTextAddress = NULL; in Unset()
171 = (void**)(fTextAddress + relocation.GetOffset()); in GetSymbolRelocations()
198 fTextAddress = (uint8*)imageInfo.text; in _SetTo()
H A DElfImage.h66 uint8* fTextAddress; variable