TextSize
target_size_t TextSize() const { return fTextSize; }
value.SetTo(info.TextBase() + info.TextSize());
size_t TextSize() const { return fInfo.text_size; }
if (address >= textAddress && address < textAddress + image->TextSize())
"%-7s\t%s\n", info.ImageID(), textBase, textBase + info.TextSize(),
coreInfo->TextSize(), coreInfo->DataBase(), coreInfo->DataSize());
uint64 TextSize() const { return fTextSize; }
&& address < fInfo.TextBase() + fInfo.TextSize())
entry.ni_text_size = imageInfo->TextSize();