Home
last modified time | relevance | path

Searched refs:findFDE (Results 1 – 3 of 3) sorted by relevance

/external/libcxxabi/src/Unwind/
DEHHeaderParser.hpp42 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
97 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, in findFDE() function in libunwind::EHHeaderParser
DUnwindCursor.hpp45 static pint_t findFDE(pint_t mh, pint_t pc);
99 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() function in libunwind::DwarfFDECache
826 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
833 foundFDE = EHHeaderParser<A>::findFDE( in getInfoFromDwarfSection()
840 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
843 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
851 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
1209 pint_t cachedFDE = DwarfFDECache<A>::findFDE(0, pc); in setInfoBasedOnIPRegister()
DDwarfParser.hpp101 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart,
177 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE() function in libunwind::CFI_Parser