Home
last modified time | relevance | path

Searched refs:pcStart (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp63 pint_t pcStart; member
203 pint_t pcStart = in decodeFDE() local
229 fdeInfo->pcStart = pcStart; in decodeFDE()
230 fdeInfo->pcEnd = pcStart + pcRange; in decodeFDE()
270 pint_t pcStart = in findFDE() local
275 if ((pcStart < pc) && (pc <= pcStart + pcRange)) { in findFDE()
298 fdeInfo->pcStart = pcStart; in findFDE()
299 fdeInfo->pcEnd = pcStart + pcRange; in findFDE()
439 upToPC - fdeInfo.pcStart}}; in parseFDEInstructions()
815 results->ptrAuthDiversifier = fdeInfo.pcStart + codeOffset - 0x4; in parseFDEInstructions()
H A Dlibunwind.cpp308 fdeInfo.pcStart, fdeInfo.pcEnd, in _LIBUNWIND_WEAK_ALIAS()
332 fdeInfo.pcStart, fdeInfo.pcEnd, in __unw_add_dynamic_eh_frame_section()
H A DEHHeaderParser.hpp152 if (pc >= fdeInfo->pcStart && pc < fdeInfo->pcEnd) in getTableEntrySize()
H A DUnwindCursor.hpp1668 _info.start_ip = fdeInfo.pcStart; in getInfoFromFdeCie()
1732 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()
2757 if ((fdeInfo.pcStart <= pc) && (pc < fdeInfo.pcEnd)) in setInfoBasedOnIPRegister()