Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindLevel1.c76 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()
Dlibunwind_ext.h44 extern int __unw_get_proc_name(unw_cursor_t *, char *, size_t, unw_word_t *);
Dlibunwind.cpp192 _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
DUnwindLevel1-gcc-ext.c167 __unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace()
DUnwind-EHABI.cpp469 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()
DUnwind-seh.cpp252 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()