Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/src/
DUnwindCursor.hpp956 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
1471 bool UnwindCursor<A, R>::getInfoFromEHABISection( in getInfoFromEHABISection() function in libunwind::UnwindCursor
2597 if (sects.arm_section != 0 && this->getInfoFromEHABISection(pc, sects)) in setInfoBasedOnIPRegister()