Searched refs:unw_get_proc_name (Results 1 - 21 of 21) sorted by relevance

/external/libunwind/tests/
H A Dtest-static-link-gen.c50 (void *) &unw_get_proc_name
H A Dtest-static-link-loc.c68 (void *) &unw_get_proc_name,
H A DGtest-init.cxx65 if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0
H A Dtest-init-remote.c65 if (unw_get_proc_name (&cursor, name, sizeof (name), &off) == 0)
H A Dppc64-test-altivec.c95 unw_get_proc_name (&cursor, proc_name_buffer,
104 panic ("unw_get_proc_name returned %d\n", ret);
H A Dtest-async-sig.c94 ret = unw_get_proc_name (&cursor, name, sizeof (name), &off);
H A DGtest-dyn1.c137 if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0
H A Dtest-ptrace.c93 panic ("unw_get_reg/unw_get_proc_name() failed: ret=%d\n", ret);
100 unw_get_proc_name (&c, buf, sizeof (buf), &off);
H A DGtest-bt.c76 if (unw_get_proc_name (&cursor, name, sizeof (name), &off) == 0)
H A Dtest-coredump-unwind.c348 if (unw_get_proc_name(&c, test_names[test_cur], sizeof(test_names[0]), &off) != 0)
/external/libunwind/src/mi/
H A DGget_proc_name.c99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, function
/external/libunwind_llvm/src/
H A DUnwindLevel1.c73 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf),
171 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf),
263 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf),
H A DUnwindLevel1-gcc-ext.c164 unw_get_proc_name(&cursor, functionName, 512, &offset);
H A Dlibunwind.cpp258 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, function
260 _LIBUNWIND_TRACE_API("unw_get_proc_name(cursor=%p, &buf=%p, bufLen=%lu)\n",
H A DUnwind-EHABI.cpp485 if ((unw_get_proc_name(&cursor1, functionBuf, sizeof(functionBuf),
619 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf),
/external/libunwind/include/
H A Dlibunwind-common.h.in226 #define unw_get_proc_name UNW_OBJ(get_proc_name)
253 extern int unw_get_proc_name (unw_cursor_t *, char *, size_t, unw_word_t *);
H A 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 *);
/external/skia/tools/
H A DCrashHandler.cpp43 unw_get_proc_name(&cursor, mangled, kMax, &offset);
/external/libunwind_llvm/include/
H A Dlibunwind.h107 extern int unw_get_proc_name(unw_cursor_t *, char *, size_t, unw_word_t *) LIBUNWIND_AVAIL;
/external/strace/
H A Dunwind.c277 int rc = unw_get_proc_name(cursor, *name, *size, offset);
/external/ltrace/
H A Doutput.c759 rc = unw_get_proc_name(&cursor, fn_name,

Completed in 383 milliseconds