#include <libarch/config.h>#include <sys/types.h>#include <bool.h>#include <stacktrace.h>Go to the source code of this file.
Defines | |
| #define | FRAME_OFFSET_FP_PREV 0 |
| #define | FRAME_OFFSET_RA 4 |
Functions | |
| int | stacktrace_fp_prev (stacktrace_t *st, uintptr_t fp, uintptr_t *prev) |
| bool | stacktrace_fp_valid (stacktrace_t *st, uintptr_t fp) |
| int | stacktrace_ra_get (stacktrace_t *st, uintptr_t fp, uintptr_t *ra) |
Definition in file stacktrace.c.
1.4.7