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

/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.h163 target_addr_t fTextSectionStart; member in class:DwarfImageDebugInfo
H A DDwarfImageDebugInfo.cpp348 fTextSectionStart(0),
390 fTextSectionStart = section->LoadAddress() + fRelocationDelta;
391 fTextSectionEnd = fTextSectionStart + section->Size();
575 if (address >= fTextSectionStart && address < fTextSectionEnd)

Completed in 19 milliseconds