Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp97 uintptr_t arm_section_length; member
364 info.arm_section_length = (uintptr_t)(&__exidx_end - &__exidx_start); in findUnwindSections()
369 info.arm_section_length = (uintptr_t)length; in findUnwindSections()
372 info.arm_section, info.arm_section_length); in findUnwindSections()
373 if (info.arm_section && info.arm_section_length) in findUnwindSections()
DUnwindCursor.hpp658 return _Self(addressSpace, sects, sects.arm_section_length); in end()