Searched refs:__unw_get_proc_name (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | UnwindLevel1.c | 76 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1() 175 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2() 266 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
D | libunwind_ext.h | 44 extern int __unw_get_proc_name(unw_cursor_t *, char *, size_t, unw_word_t *);
|
D | libunwind.cpp | 192 _LIBUNWIND_HIDDEN int __unw_get_proc_name(unw_cursor_t *cursor, char *buf, in _LIBUNWIND_WEAK_ALIAS() 202 _LIBUNWIND_WEAK_ALIAS(__unw_get_proc_name, unw_get_proc_name) in _LIBUNWIND_WEAK_ALIAS() argument
|
D | UnwindLevel1-gcc-ext.c | 167 __unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace()
|
D | Unwind-EHABI.cpp | 469 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1() 588 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
|
D | Unwind-seh.cpp | 252 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|