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

/external/libunwind_llvm/src/
H A DEHHeaderParser.hpp41 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
98 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, function in class:libunwind::EHHeaderParser
H A 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) { function in class:libunwind::DwarfFDECache
925 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
932 foundFDE = EHHeaderParser<A>::findFDE(
939 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc);
942 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
950 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
1308 pint_t cachedFDE = DwarfFDECache<A>::findFDE(0, pc);
H A 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, function in class:libunwind::CFI_Parser
179 //fprintf(stderr, "findFDE(0x%llX)\n", (long long)pc);
184 //fprintf(stderr, "findFDE() CFI at 0x%llX\n", (long long)p);

Completed in 101 milliseconds