Searched defs:unw_get_proc_name (Results 1 - 3 of 3) sorted by last modified time

/external/libunwind/include/
H A Dlibunwind-common.h248 #define unw_get_proc_name UNW_OBJ(get_proc_name) macro
276 extern int unw_get_proc_name (unw_cursor_t *, char *, size_t, unw_word_t *);
/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/libcxxabi/src/Unwind/
H A Dlibunwind.cpp252 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, function
254 _LIBUNWIND_TRACE_API("unw_get_proc_name(cursor=%p, &buf=%p,"

Completed in 65 milliseconds