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

  /bionic/libdl/
libdl.c 32 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc __unused, int* pcount __unused) { return 0; } function
  /external/libcxxabi/src/Unwind/
AddressSpace.hpp 40 // Emulate the BSD dl_unwind_find_exidx API when on a GNU libdl system.
41 #define dl_unwind_find_exidx __gnu_Unwind_Find_exidx macro
330 info.arm_section = (uintptr_t) dl_unwind_find_exidx(
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 52 // Emulate the BSD dl_unwind_find_exidx API when on a GNU libdl system.
55 _Unwind_Ptr (*dl_unwind_find_exidx)(_Unwind_Ptr targetAddr, int *length) = variable
66 // have dl_unwind_find_exidx...
357 info.arm_section = (uintptr_t) dl_unwind_find_exidx(
  /bionic/linker/
linker.cpp 398 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { function
    [all...]

Completed in 228 milliseconds