arm_callee_saved is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm_callee_saved variable

Syntax

static const struct stack_register_offset arm_callee_saved[] = { { ARMV7M_R13, 32, 32 }, { ARMV7M_R4, 0, 32 }, { ARMV7M_R5, 4, 32 }, { ARMV7M_R6, 8, 32 }, { ARMV7M_R7, 12, 32 }, { ARMV7M_R8, 16, 32 }, { ARMV7M_R9, 20, 32 }, { ARMV7M_R10, 24, 32 }, { ARMV7M_R11, 28, 32 }, };

References

LocationText
zephyr.c:78
static const struct stack_register_offset arm_callee_saved[] = {
zephyr.c:111
.num_output_registers = ARRAY_SIZE(arm_callee_saved),
zephyr.c:112
.register_offsets = arm_callee_saved,

Type Use

Type of arm_callee_saved
arm_callee_saved
all items filtered out