Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp97 uintptr_t arm_section_length; member
359 info.arm_section_length = length; in findUnwindSections()
363 info.arm_section_length = (uintptr_t)(&__exidx_end - &__exidx_start); in findUnwindSections()
366 info.arm_section, info.arm_section_length); in findUnwindSections()
367 if (info.arm_section && info.arm_section_length) in findUnwindSections()
DUnwindCursor.hpp637 return _Self(addressSpace, sects, sects.arm_section_length); in end()