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

/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp253 ElfSegment* textSegment = textArea != NULL ? textArea->Segment() : NULL; local
256 || textSegment == NULL) {
262 textSegment->FileOffset(), textSegment->FileSize(),
263 textSegment->LoadAddress());

Completed in 99 milliseconds