Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/lib/libc/
H A Dassert.c24 backtrace("assert"); in __assert()
31 backtrace("assert"); in __assert()
/rk3399_ARM-atf/include/common/
H A Ddebug.h104 void backtrace(const char *cookie);
106 #define backtrace(x) macro
114 backtrace(__func__); \
/rk3399_ARM-atf/common/backtrace/
H A Dbacktrace.mk18 BL_COMMON_SOURCES += common/backtrace/backtrace.c
H A Dbacktrace.c251 void backtrace(const char *cookie) in backtrace() function
263 unwind_stack(fr, (uintptr_t)&backtrace, return_address); in backtrace()
/rk3399_ARM-atf/
H A DMakefile218 include common/backtrace/backtrace.mk
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst258 | bl1/backtrace.o | 444(+444) | 0(+0) | 0(+0) |
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst277 - ``ENABLE_BACKTRACE``: This option controls whether to enable backtrace
280 are defined by the implementation. This implementation of backtrace only
/rk3399_ARM-atf/docs/
H A Dchange-log.md7389 …- 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 enabled
11761 - This function displays the backtrace, the current EL and security state to
11764 - Print backtrace in assert() and panic() to the console.
12150 which enables debuggers to display the backtrace of functions that triggered a
H A Dporting-guide.rst3696 be recovered from. This function in turn prints backtrace (if enabled) and calls