Searched refs:textArea (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp72 CoreFileAreaInfo* textArea, CoreFileAreaInfo* dataArea, const BString& name)
88 fTextArea(textArea),
252 CoreFileAreaInfo* textArea = imageInfo->TextArea(); local
253 ElfSegment* textSegment = textArea != NULL ? textArea->Segment() : NULL;
615 CoreFileAreaInfo* textArea = _FindArea(textBase);
620 textArea, dataArea, copiedName);
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.h93 CoreFileAreaInfo* textArea,

Completed in 40 milliseconds