HomeSort by relevance Sort by last modified time
    Searched defs:arm_section (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/Unwind/
AddressSpace.hpp 70 uintptr_t arm_section; member in struct:libunwind::UnwindInfoSections
330 info.arm_section = (uintptr_t) dl_unwind_find_exidx(
334 info.arm_section, info.arm_section_length);
335 if (info.arm_section && info.arm_section_length)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 96 uintptr_t arm_section; member in struct:libunwind::UnwindInfoSections
357 info.arm_section = (uintptr_t) dl_unwind_find_exidx(
362 info.arm_section = (uintptr_t)(&__exidx_start);
366 info.arm_section, info.arm_section_length);
367 if (info.arm_section && info.arm_section_length)

Completed in 91 milliseconds