Searched refs:backtrace_simple (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dnounwind.c57 backtrace_simple (struct backtrace_state *state ATTRIBUTE_UNUSED, function
H A Dsimple.c1 /* simple.c -- The backtrace_simple function.
94 backtrace_simple (struct backtrace_state *state, int skip, function
H A Dbtest.c84 /* Passed to backtrace_simple callback function. */
214 /* The backtrace_simple callback function. */
234 /* An error callback passed to backtrace_simple. */
396 /* Test the backtrace_simple function with non-inlined functions. */
428 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
538 printf ("%s: backtrace_simple noinline\n", data.failed ? "FAIL" : "PASS");
546 /* Test the backtrace_simple function with inlined functions. */
578 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
615 printf ("%s: backtrace_simple inline\n", data.failed ? "FAIL" : "PASS");
/fuchsia/zircon/third_party/ulib/backtrace/include/backtrace/
H A Dbacktrace.h145 /* The type of the callback argument to the backtrace_simple function.
154 and backtrace_simple returns that value. Otherwise
155 backtrace_simple returns 0. The backtrace_simple function will
159 extern int backtrace_simple (struct backtrace_state *state, int skip,

Completed in 73 milliseconds