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

/haiku/src/kits/debugger/model/
H A DImage.cpp49 return (address >= fInfo.TextBase()
50 && address < fInfo.TextBase() + fInfo.TextSize())
/haiku/headers/private/debugger/model/
H A DImageInfo.h37 target_addr_t TextBase() const { return fTextBase; } function in class:ImageInfo
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp119 value.SetTo(info.TextBase());
122 value.SetTo(info.TextBase() + info.TextSize());
/haiku/src/kits/debugger/elf/
H A DCoreFile.h100 uint64 TextBase() const { return fTextBase; } function in struct:CoreFileImageInfo
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp213 (image_type)coreInfo->Type(), coreInfo->TextBase(),
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp348 target_addr_t textBase = info.TextBase();
854 if (a->Info().TextBase() < b->Info().TextBase())
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp119 baseAddress = image->Info().TextBase();
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp328 addr_t TextBase() const function in struct:__anon2::ImageInfo
1403 entry.ni_text_base = imageInfo->TextBase();
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp386 fRelocationDelta = fImageInfo.TextBase() - fTextSegment->LoadAddress();

Completed in 65 milliseconds