Searched refs:unw_get_proc_name (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindLevel1.c | 65 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) != in unwind_phase1() 159 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2() 250 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2_forced()
|
D | UnwindLevel1-gcc-ext.c | 127 unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace()
|
D | libunwind.cpp | 250 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, in unw_get_proc_name() function
|
D | Unwind-EHABI.cpp | 445 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) != in unwind_phase1() 572 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | libunwind.h | 117 extern int unw_get_proc_name(unw_cursor_t *, char *, size_t, unw_word_t *) LIBUNWIND_AVAIL;
|