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) macro107 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()
448 include common/backtrace/backtrace.mk
255 - ``ENABLE_BACKTRACE``: This option controls whether to enable backtrace258 are defined by the implementation. This implementation of backtrace only
3039 …- backtrace stack unwind misses lr adjustment ([a149eb4](https://review.trustedfirmware.org/plugin…3040 …- decouple "get_el_str()" from backtrace ([0ae4a3a](https://review.trustedfirmware.org/plugins/git…6753 - backtrace: Strip PAC field when PAUTH is enabled7410 - This function displays the backtrace, the current EL and security state to7413 - Print backtrace in assert() and panic() to the console.7799 which enables debuggers to display the backtrace of functions that triggered a
3208 be recovered from. This function in turn prints backtrace (if enabled) and calls