Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DAddressSpace.hpp90 uintptr_t arm_section_length; member
357 info.arm_section_length = (uintptr_t)(&__exidx_end - &__exidx_start); in findUnwindSections()
362 info.arm_section_length = (uintptr_t)length; in findUnwindSections()
365 info.arm_section, info.arm_section_length); in findUnwindSections()
366 if (info.arm_section && info.arm_section_length) in findUnwindSections()
DUnwindCursor.hpp644 return _Self(addressSpace, sects, sects.arm_section_length); in end()