Searched refs:backtrace (Results 1 – 9 of 9) sorted by relevance
24 backtrace("assert"); in __assert()31 backtrace("assert"); in __assert()
104 void backtrace(const char *cookie);106 #define backtrace(x) macro114 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()
218 include common/backtrace/backtrace.mk
258 | bl1/backtrace.o | 444(+444) | 0(+0) | 0(+0) |
277 - ``ENABLE_BACKTRACE``: This option controls whether to enable backtrace280 are defined by the implementation. This implementation of backtrace only
7389 …- backtrace stack unwind misses lr adjustment ([a149eb4](https://review.trustedfirmware.org/plugin…7390 …- decouple "get_el_str()" from backtrace ([0ae4a3a](https://review.trustedfirmware.org/plugins/git…11104 - backtrace: Strip PAC field when PAUTH is enabled11761 - This function displays the backtrace, the current EL and security state to11764 - Print backtrace in assert() and panic() to the console.12150 which enables debuggers to display the backtrace of functions that triggered a
3696 be recovered from. This function in turn prints backtrace (if enabled) and calls