Searched refs:backtrace_full (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dnounwind.c45 backtrace_full (struct backtrace_state *state ATTRIBUTE_UNUSED, function
H A Dprint.c90 backtrace_full (state, skip + 1, print_callback, error_callback,
H A Dbacktrace.c41 /* The main backtrace_full routine. */
57 /* Value to return from backtrace_full. */
102 backtrace_full (struct backtrace_state *state, int skip, function
H A Dbtest.c316 i = backtrace_full (state, 0, callback_one, error_callback_one, &data);
336 printf ("%s: backtrace_full noinline\n", data.failed ? "FAIL" : "PASS");
376 i = backtrace_full (state, 0, callback_one, error_callback_one, &data);
388 printf ("%s: backtrace_full inline\n", data.failed ? "FAIL" : "PASS");
/fuchsia/zircon/third_party/ulib/backtrace/include/backtrace/
H A Dbacktrace.h58 requires debug info (e.g., backtrace_full, backtrace_pcinfo). The
117 /* The type of the callback argument to the backtrace_full function.
118 DATA is the argument passed to backtrace_full. PC is the program
132 backtrace_full. DATA is passed to the callback routine. If any
136 return 0, backtrace returns 0. The backtrace_full function will
140 extern int backtrace_full (struct backtrace_state *state, int skip,
165 SKIP is the number of frames to skip, as in backtrace_full. Any

Completed in 52 milliseconds