Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp150 uintptr_t arm_section; member
430 cbdata->sects->arm_section = exidx_start; in checkForUnwindInfoSegment()
537 info.arm_section = (uintptr_t)(&__exidx_start); in findUnwindSections()
540 (void *)info.arm_section, (void *)info.arm_section_length); in findUnwindSections()
541 if (info.arm_section && info.arm_section_length) in findUnwindSections()
596 info.arm_section = in findUnwindSections()
599 if (info.arm_section && info.arm_section_length) in findUnwindSections()
H A DUnwindCursor.hpp1448 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress()
1454 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress()
2643 if (sects.arm_section != 0 && this->getInfoFromEHABISection(pc, sects)) in setInfoBasedOnIPRegister()