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

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

Completed in 40 milliseconds