#include <stdlib.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#include <ucontext.h>
#include <lib/isa-lean/power/instruction-set.h>
Go to the source code of this file.
◆ UCONTEXT_REG
#define UCONTEXT_REG |
( |
|
uc, |
|
|
|
reg |
|
) |
| ((uc)->uc_mcontext.gp_regs[reg]) |
◆ getNxtPCFromSP()
static void* getNxtPCFromSP |
( |
void ** |
sp | ) |
|
|
inlinestatic |
◆ isPossibleParentSP()
static bool isPossibleParentSP |
( |
void ** |
sp, |
|
|
void ** |
parent_sp |
|
) |
| |
|
inlinestatic |
◆ ucontext_fp()
static void** ucontext_fp |
( |
ucontext_t * |
context | ) |
|
|
inlinestatic |
◆ ucontext_pc()
static void* ucontext_pc |
( |
ucontext_t * |
context | ) |
|
|
inlinestatic |
◆ ucontext_sp()
static void** ucontext_sp |
( |
ucontext_t * |
context | ) |
|
|
inlinestatic |