Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp42 static pint_t findFDE(pint_t mh, pint_t pc);
96 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() function in libunwind::DwarfFDECache
819 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
832 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()
835 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
843 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
1201 pint_t cachedFDE = DwarfFDECache<A>::findFDE(0, pc); in setInfoBasedOnIPRegister()
DDwarfParser.hpp100 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart,
176 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE() function in libunwind::CFI_Parser