Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp173 uintptr_t arm_section; member
415 info.arm_section = (uintptr_t)(&__exidx_start); in findUnwindSections()
418 (void *)info.arm_section, (void *)info.arm_section_length); in findUnwindSections()
419 if (info.arm_section && info.arm_section_length) in findUnwindSections()
465 info.arm_section = in findUnwindSections()
468 if (info.arm_section && info.arm_section_length) in findUnwindSections()
562 cbdata->sects->arm_section = exidx_start; in findUnwindSections()
DUnwindCursor.hpp1270 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress()
1276 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress()
1889 if (sects.arm_section != 0 && this->getInfoFromEHABISection(pc, sects)) in setInfoBasedOnIPRegister()