Home
last modified time | relevance | path

Searched refs:__unw_get_proc_name (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c130 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
245 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
362 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
H A Dlibunwind_ext.h44 extern int __unw_get_proc_name(unw_cursor_t *, char *, size_t, unw_word_t *);
H A Dlibunwind.cpp222 _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 DUnwind-EHABI.cpp493 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 DUnwindLevel1-gcc-ext.c192 __unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace()
H A DUnwind-seh.cpp262 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()