#include <sys/types.h>
#include <bool.h>
#include <errno.h>
#include <stacktrace.h>
Go to the source code of this file.
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.