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

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

Completed in 48 milliseconds