Home
last modified time | relevance | path

Searched refs:_Unwind_Ptr (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/
Dissue20176-__gnu_Unwind_Find_exidx.cpp8 typedef long unsigned int *_Unwind_Ptr; typedef
9 extern "C" _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount);
10 extern "C" _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount) in __gnu_Unwind_Find_exidx()
12 _Unwind_Ptr ret_pc; in __gnu_Unwind_Find_exidx()
37 __gnu_Unwind_Find_exidx((_Unwind_Ptr)main, &count); // This one succeed in main()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_wrappers.cpp24 extern "C" _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr, int*);
213 _Unwind_Ptr WrapDl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { in WrapDl_unwind_find_exidx()
218 _Unwind_Ptr result = list->FindArmExIdx(pc, pcount); in WrapDl_unwind_find_exidx()
Dcrazy_linker_library_list.h52 _Unwind_Ptr FindArmExIdx(void* pc, int* count);
Dcrazy_linker_library_list.cpp148 _Unwind_Ptr LibraryList::FindArmExIdx(void* pc, int* count) { in FindArmExIdx()
152 return reinterpret_cast<_Unwind_Ptr>(lib->arm_exidx_); in FindArmExIdx()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp53 typedef long unsigned int *_Unwind_Ptr; typedef
54 extern "C" _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr targetAddr, int *length);
55 _Unwind_Ptr (*dl_unwind_find_exidx)(_Unwind_Ptr targetAddr, int *length) =
358 (_Unwind_Ptr) targetAddr, &length); in findUnwindSections()