Searched refs:textBase (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/model/
H A DImageInfo.cpp36 image_type type, target_addr_t textBase, target_size_t textSize,
43 fTextBase(textBase),
53 image_type type, target_addr_t textBase, target_size_t textSize,
60 fTextBase = textBase;
35 ImageInfo(team_id team, image_id image, const BString& name, image_type type, target_addr_t textBase, target_size_t textSize, target_addr_t dataBase, target_size_t dataSize) argument
52 SetTo(team_id team, image_id image, const BString& name, image_type type, target_addr_t textBase, target_size_t textSize, target_addr_t dataBase, target_size_t dataSize) argument
/haiku/headers/private/debugger/model/
H A DImageInfo.h20 target_addr_t textBase,
27 target_addr_t textBase,
/haiku/src/system/runtime_loader/
H A Dimages.cpp493 addr_t textBase = 0; local
511 if (textBase == 0) {
512 textBase = base;
515 textBase = std::min(textBase, base);
522 info.basic_info.text = (void*)textBase;
523 info.basic_info.text_size = textEnd - textBase;
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp69 uint64 termRoutine, uint64 textBase, uint64 textSize, int64 textDelta,
78 fTextBase(textBase),
588 uint64 textBase = Get(entry.ni_text_base); local
615 CoreFileAreaInfo* textArea = _FindArea(textBase);
618 initRoutine, termRoutine, textBase, textSize, textDelta, dataBase,
68 CoreFileImageInfo(int32 id, int32 type, uint64 initRoutine, uint64 termRoutine, uint64 textBase, uint64 textSize, int64 textDelta, uint64 dataBase, uint64 dataSize, int32 deviceId, int64 nodeId, uint64 symbolTable, uint64 symbolHash, uint64 stringTable, CoreFileAreaInfo* textArea, CoreFileAreaInfo* dataArea, const BString& name) argument
H A DCoreFile.h87 uint64 textBase, uint64 textSize,
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp348 target_addr_t textBase = info.TextBase(); local
353 "%-7s\t%s\n", info.ImageID(), textBase, textBase + info.TextSize(),

Completed in 60 milliseconds