Searched refs:findFDE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | EHHeaderParser.hpp | 40 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, 115 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, in findFDE() 102 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, findFDE() function in libunwind::EHHeaderParser
|
| H A D | UnwindCursor.hpp | 123 static pint_t findFDE(pint_t mh, pint_t pc); 176 typename DwarfFDECache<A>::pint_t DwarfFDECache<A>::findFDE(pint_t mh, in findFDE() function in libunwind::DwarfFDECache 1695 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1702 foundFDE = EHHeaderParser<A>::findFDE( in getInfoFromDwarfSection() 1709 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection() 1712 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1720 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 2739 pint_t cachedFDE = DwarfFDECache<A>::findFDE(DwarfFDECache<A>::kSearchAll, in setInfoBasedOnIPRegister()
|
| H A D | DwarfParser.hpp | 157 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, 236 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE() function in libunwind::CFI_Parser
|