Searched defs:arm_section (Results 1 - 1 of 1) sorted by relevance

/external/libunwind_llvm/src/
H A DAddressSpace.hpp96 uintptr_t arm_section; member in struct:libunwind::UnwindInfoSections
363 info.arm_section = (uintptr_t)(&__exidx_start);
367 info.arm_section = (uintptr_t) dl_unwind_find_exidx(
372 info.arm_section, info.arm_section_length);
373 if (info.arm_section && info.arm_section_length)

Completed in 81 milliseconds