Lines Matching defs:backtrace
15 /* Maximum number of entries in the backtrace to display */
29 * this implementation of backtrace, so it is needed to use -marm.
194 /* The level 0 of the backtrace is the current backtrace function */
225 printf("ERROR: Max backtrace depth reached\n");
229 * Display a backtrace. The cookie string parameter is displayed along the
232 * Many things can prevent displaying the expected backtrace. For example,
234 * detects a tail call. The backtrace level for this caller will not be
251 void backtrace(const char *cookie)
256 /* Printing the backtrace may crash the system, flush before starting */
263 unwind_stack(fr, (uintptr_t)&backtrace, return_address);