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

/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.h166 target_addr_t fPLTSectionEnd; member in class:DwarfImageDebugInfo
H A DDwarfImageDebugInfo.cpp351 fPLTSectionEnd(0)
397 fPLTSectionEnd = fPLTSectionStart + section->Size();
578 if (address >= fPLTSectionStart && address < fPLTSectionEnd)

Completed in 33 milliseconds