TextBase
target_addr_t TextBase() const { return fTextBase; }
value.SetTo(info.TextBase());
value.SetTo(info.TextBase() + info.TextSize());
target_addr_t textBase = info.TextBase();
if (a->Info().TextBase() < b->Info().TextBase())
fRelocationDelta = fImageInfo.TextBase() - fTextSegment->LoadAddress();
(image_type)coreInfo->Type(), coreInfo->TextBase(),
uint64 TextBase() const { return fTextBase; }
return (address >= fInfo.TextBase()
&& address < fInfo.TextBase() + fInfo.TextSize())
baseAddress = image->Info().TextBase();
entry.ni_text_base = imageInfo->TextBase();