Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h93 uint64_t _Unwind_GetIP(struct _Unwind_Context*);
Dunwind-arm.h157 static inline uint32_t _Unwind_GetIP(_Unwind_Context* ctx) { in _Unwind_GetIP() function
/ndk/build/tools/unwanted-symbols/mips/
Dlibgcc.a.functions.txt241 _Unwind_GetIP
/ndk/build/tools/unwanted-symbols/x86/
Dlibgcc.a.functions.txt493 _Unwind_GetIP
/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc96 uintptr_t ip = _Unwind_GetIP(context) - 1; in scanEHTable()