Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp822 bool foundFDE = false; in getInfoFromDwarfSection() local
826 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
832 if (!foundFDE && (sects.dwarf_index_section != 0)) { in getInfoFromDwarfSection()
833 foundFDE = EHHeaderParser<A>::findFDE( in getInfoFromDwarfSection()
838 if (!foundFDE) { in getInfoFromDwarfSection()
842 foundFDE = in getInfoFromDwarfSection()
846 foundInCache = foundFDE; in getInfoFromDwarfSection()
849 if (!foundFDE) { in getInfoFromDwarfSection()
851 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
855 if (foundFDE) { in getInfoFromDwarfSection()