/external/libunwind/doc/ |
D | Makefile.am | 9 unw_get_proc_name.man \ 35 unw_get_proc_name.tex \
|
/external/libunwind_llvm/src/ |
D | UnwindLevel1.c | 73 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()
|
D | UnwindLevel1-gcc-ext.c | 167 unw_get_proc_name(&cursor, functionName, 512, &offset); in _Unwind_Backtrace()
|
D | libunwind.cpp | 191 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, in unw_get_proc_name() function
|
D | Unwind-EHABI.cpp | 462 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()
|
D | Unwind-seh.cpp | 262 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
/external/libunwind/include/ |
D | libunwind-common.h | 259 #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 *);
|
D | libunwind-common.h.in | 226 #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/ |
D | test-static-link-gen.c | 50 (void *) &unw_get_proc_name
|
D | test-static-link-loc.c | 68 (void *) &unw_get_proc_name,
|
D | Gtest-init.cxx | 65 if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0 in do_backtrace()
|
D | test-init-remote.c | 65 if (unw_get_proc_name (&cursor, name, sizeof (name), &off) == 0) in do_backtrace()
|
D | test-async-sig.c | 94 ret = unw_get_proc_name (&cursor, name, sizeof (name), &off); in do_backtrace()
|
D | ppc64-test-altivec.c | 95 unw_get_proc_name (&cursor, proc_name_buffer, in vec_stack()
|
D | Gtest-dyn1.c | 137 if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0 in sighandler()
|
D | test-ptrace.c | 100 unw_get_proc_name (&c, buf, sizeof (buf), &off); in do_backtrace()
|
D | test-coredump-unwind.c | 348 if (unw_get_proc_name(&c, test_names[test_cur], sizeof(test_names[0]), &off) != 0) in main()
|
D | Gtest-bt.c | 76 if (unw_get_proc_name (&cursor, name, sizeof (name), &off) == 0) in do_backtrace()
|
/external/libunwind/src/mi/ |
D | Gget_proc_name.c | 99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, in unw_get_proc_name() function
|
/external/strace/ |
D | unwind-libunwind.c | 69 int rc = unw_get_proc_name(cursor, *name, *size, offset); in get_symbol_name()
|
/external/skqp/tools/ |
D | CrashHandler.cpp | 43 unw_get_proc_name(&cursor, mangled, kMax, &offset); in handler()
|
/external/skia/tools/ |
D | CrashHandler.cpp | 43 unw_get_proc_name(&cursor, mangled, kMax, &offset); in handler()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_stack.c | 87 ret = unw_get_proc_name(cursor, procname, sizeof(procname), &off); in symbol_name_cached()
|
/external/honggfuzz/linux/ |
D | unwind.c | 229 ret = unw_get_proc_name(&cursor, buf, sizeof(buf), &offset); in arch_unwindStack()
|
/external/libunwind/ |
D | TODO | 85 + man-page for unw_get_proc_name()
|