Searched refs:TextSize (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/model/
H A DImage.cpp50 && address < fInfo.TextBase() + fInfo.TextSize())
/haiku/headers/private/debugger/model/
H A DImageInfo.h38 target_size_t TextSize() const { return fTextSize; } function in class:ImageInfo
/haiku/src/kits/debug/
H A DImage.h36 size_t TextSize() const { return fInfo.text_size; } function in class:BPrivate::Debug::Image
H A DSymbolLookup.cpp474 if (address >= textAddress && address < textAddress + image->TextSize())
/haiku/src/kits/debugger/elf/
H A DCoreFile.h101 uint64 TextSize() const { return fTextSize; } function in struct:CoreFileImageInfo
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp122 value.SetTo(info.TextBase() + info.TextSize());
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp214 coreInfo->TextSize(), coreInfo->DataBase(), coreInfo->DataSize());
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp333 size_t TextSize() const function in struct:__anon2::ImageInfo
1404 entry.ni_text_size = imageInfo->TextSize();
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp353 "%-7s\t%s\n", info.ImageID(), textBase, textBase + info.TextSize(),

Completed in 77 milliseconds