Searched refs:__unw_get_proc_name (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/libunwind/src/ |
H A D | UnwindLevel1.c | 116 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1() 223 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2() 336 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
H A D | libunwind_ext.h | 44 extern int __unw_get_proc_name(unw_cursor_t *, char *, size_t, unw_word_t *);
|
H A D | libunwind.cpp | 222 _LIBUNWIND_HIDDEN int __unw_get_proc_name(unw_cursor_t *cursor, char *buf, in _LIBUNWIND_WEAK_ALIAS() 232 _LIBUNWIND_WEAK_ALIAS(__unw_get_proc_name, unw_get_proc_name) in _LIBUNWIND_WEAK_ALIAS() argument
|
H A D | Unwind-EHABI.cpp | 493 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1() 614 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2() 724 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
H A D | UnwindLevel1-gcc-ext.c | 192 __unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace()
|
H A D | Unwind-seh.cpp | 253 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|