Searched refs:backtrace (Results 1 – 8 of 8) sorted by relevance
24 backtrace("assert"); in __assert()31 backtrace("assert"); in __assert()
97 void backtrace(const char *cookie);99 #define backtrace(x) macro106 backtrace(__func__); \
18 BL_COMMON_SOURCES += common/backtrace/backtrace.c
251 void backtrace(const char *cookie) in backtrace() function263 unwind_stack(fr, (uintptr_t)&backtrace, return_address); in backtrace()
491 include common/backtrace/backtrace.mk
248 - ``ENABLE_BACKTRACE``: This option controls whether to enable backtrace251 are defined by the implementation. This implementation of backtrace only
3228 be recovered from. This function in turn prints backtrace (if enabled) and calls
871 …- backtrace stack unwind misses lr adjustment ([a149eb4](https://review.trustedfirmware.org/plugin…872 …- decouple "get_el_str()" from backtrace ([0ae4a3a](https://review.trustedfirmware.org/plugins/git…4585 - backtrace: Strip PAC field when PAUTH is enabled5242 - This function displays the backtrace, the current EL and security state to5245 - Print backtrace in assert() and panic() to the console.5631 which enables debuggers to display the backtrace of functions that triggered a
Completed in 23 milliseconds