Home
last modified time | relevance | path

Searched refs:unw_get_proc_name (Results 1 – 25 of 28) sorted by relevance

12

/external/libunwind/doc/
DMakefile.am9 unw_get_proc_name.man \
35 unw_get_proc_name.tex \
/external/libunwind_llvm/src/
DUnwindLevel1.c73 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
170 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
261 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
DUnwindLevel1-gcc-ext.c167 unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace()
Dlibunwind.cpp191 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, in unw_get_proc_name() function
DUnwind-EHABI.cpp462 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
580 if ((unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
DUnwind-seh.cpp262 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
/external/libunwind/include/
Dlibunwind-common.h259 #define unw_get_proc_name UNW_OBJ(get_proc_name) macro
288 extern int unw_get_proc_name (unw_cursor_t *, char *, size_t, unw_word_t *);
Dlibunwind-common.h.in226 #define unw_get_proc_name UNW_OBJ(get_proc_name) macro
253 extern int unw_get_proc_name (unw_cursor_t *, char *, size_t, unw_word_t *);
/external/libunwind/tests/
Dtest-static-link-gen.c50 (void *) &unw_get_proc_name
Dtest-static-link-loc.c68 (void *) &unw_get_proc_name,
DGtest-init.cxx65 if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0 in do_backtrace()
Dtest-init-remote.c65 if (unw_get_proc_name (&cursor, name, sizeof (name), &off) == 0) in do_backtrace()
Dtest-async-sig.c94 ret = unw_get_proc_name (&cursor, name, sizeof (name), &off); in do_backtrace()
Dppc64-test-altivec.c95 unw_get_proc_name (&cursor, proc_name_buffer, in vec_stack()
DGtest-dyn1.c137 if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0 in sighandler()
Dtest-ptrace.c100 unw_get_proc_name (&c, buf, sizeof (buf), &off); in do_backtrace()
Dtest-coredump-unwind.c348 if (unw_get_proc_name(&c, test_names[test_cur], sizeof(test_names[0]), &off) != 0) in main()
DGtest-bt.c76 if (unw_get_proc_name (&cursor, name, sizeof (name), &off) == 0) in do_backtrace()
/external/libunwind/src/mi/
DGget_proc_name.c99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, in unw_get_proc_name() function
/external/strace/
Dunwind-libunwind.c69 int rc = unw_get_proc_name(cursor, *name, *size, offset); in get_symbol_name()
/external/skqp/tools/
DCrashHandler.cpp43 unw_get_proc_name(&cursor, mangled, kMax, &offset); in handler()
/external/skia/tools/
DCrashHandler.cpp43 unw_get_proc_name(&cursor, mangled, kMax, &offset); in handler()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_stack.c87 ret = unw_get_proc_name(cursor, procname, sizeof(procname), &off); in symbol_name_cached()
/external/honggfuzz/linux/
Dunwind.c229 ret = unw_get_proc_name(&cursor, buf, sizeof(buf), &offset); in arch_unwindStack()
/external/libunwind/
DTODO85 + man-page for unw_get_proc_name()

12