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

/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dnounwind.c57 backtrace_simple (struct backtrace_state *state ATTRIBUTE_UNUSED, function
H A Dbacktrace.h135 /* The type of the callback argument to the backtrace_simple function.
144 and backtrace_simple returns that value. Otherwise
145 backtrace_simple returns 0. The backtrace_simple function will
149 extern int backtrace_simple (struct backtrace_state *state, int skip,
H A Dsimple.c1 /* simple.c -- The backtrace_simple function.
94 backtrace_simple (struct backtrace_state *state, int skip, function
H A Dbtest.c163 /* Test the backtrace_simple function with non-inlined functions. */
195 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
305 printf ("%s: backtrace_simple noinline\n", data.failed ? "FAIL" : "PASS");
313 /* Test the backtrace_simple function with inlined functions. */
345 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
382 printf ("%s: backtrace_simple inline\n", data.failed ? "FAIL" : "PASS");
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
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 Dbacktrace.h136 /* The type of the callback argument to the backtrace_simple function.
145 and backtrace_simple returns that value. Otherwise
146 backtrace_simple returns 0. The backtrace_simple function will
150 extern int backtrace_simple (struct backtrace_state *state, int skip,
H A Dbtest.c164 /* Test the backtrace_simple function with non-inlined functions. */
196 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
306 printf ("%s: backtrace_simple noinline\n", data.failed ? "FAIL" : "PASS");
314 /* Test the backtrace_simple function with inlined functions. */
346 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
383 printf ("%s: backtrace_simple inline\n", data.failed ? "FAIL" : "PASS");
H A Dmtest.c212 /* Test the backtrace_simple function with non-inlined functions. */
242 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
316 printf ("%s: backtrace_simple noinline\n", data.failed ? "FAIL" : "PASS");
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dnounwind.c57 backtrace_simple (struct backtrace_state *state ATTRIBUTE_UNUSED, function
H A Dbacktrace.h136 /* The type of the callback argument to the backtrace_simple function.
145 and backtrace_simple returns that value. Otherwise
146 backtrace_simple returns 0. The backtrace_simple function will
150 extern int backtrace_simple (struct backtrace_state *state, int skip,
H A Dsimple.c1 /* simple.c -- The backtrace_simple function.
94 backtrace_simple (struct backtrace_state *state, int skip, function
H A Dbtest.c164 /* Test the backtrace_simple function with non-inlined functions. */
196 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
306 printf ("%s: backtrace_simple noinline\n", data.failed ? "FAIL" : "PASS");
314 /* Test the backtrace_simple function with inlined functions. */
346 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
383 printf ("%s: backtrace_simple inline\n", data.failed ? "FAIL" : "PASS");
H A Dmtest.c212 /* Test the backtrace_simple function with non-inlined functions. */
242 i = backtrace_simple (state, 0, callback_two, error_callback_two, &data);
316 printf ("%s: backtrace_simple noinline\n", data.failed ? "FAIL" : "PASS");
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/libbacktrace/
H A Dbacktrace-rename.h13 #define backtrace_simple __glibcxx_backtrace_simple macro
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dbacktrace.c173 backtrace_simple (lbstate, 0, simple_callback, error_callback, &state);
183 backtrace_simple (lbstate, 0, simple_callback, error_callback, &state);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dbacktrace.c174 backtrace_simple (lbstate, 0, simple_callback, error_callback, &state);
184 backtrace_simple (lbstate, 0, simple_callback, error_callback, &state);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d47 * Used for backtrace_create_state and backtrace_simple
207 backtrace_simple(state, _firstFrame, &simpleCallback,
256 // If backtrace_simple produced an error report it and exit
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d65 * Used for backtrace_create_state and backtrace_simple
227 backtrace_simple(state, _firstFrame, &simpleCallback,
276 // If backtrace_simple produced an error report it and exit

Completed in 180 milliseconds