Searched refs:unw_init_local (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindLevel1-gcc-ext.c | 90 unw_init_local(&cursor, &uc); in _Unwind_FindEnclosingFunction() 106 unw_init_local(&cursor, &uc); in _Unwind_Backtrace() 157 unw_init_local(&cursor, &uc); in _Unwind_Find_FDE()
|
D | UnwindLevel1.c | 30 unw_init_local(&cursor1, uc); in unwind_phase1() 123 unw_init_local(&cursor2, uc); in unwind_phase2() 232 unw_init_local(&cursor2, uc); in unwind_phase2_forced()
|
D | libunwind.cpp | 41 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, in unw_init_local() function 79 return unw_init_local(cursor, NULL); //FIXME in unw_init_remote_thread()
|
D | Unwind-EHABI.cpp | 411 unw_init_local(&cursor1, uc); in unwind_phase1() 518 unw_init_local(&cursor2, uc); in unwind_phase2()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | libunwind.h | 99 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
|