Expand description
The symbols for the names in RESERVED.
Each constant is the position of its name in that list, so the two are one table written twice and a test here holds them together.
Constantsยง
- FP_
OFFSET fp_offset, the same for the saved floating point registers.- GP_
OFFSET gp_offset, how far into the saved general registers the list has read.- GR_OFFS
__gr_offs, how far back from__gr_topthe list has read, in bytes and negative.- GR_TOP
__gr_top, the end of the saved general registers.- OVERFLOW_
ARG_ AREA overflow_arg_area, the arguments that were passed on the stack.- REG_
SAVE_ AREA reg_save_area, where the callee spilled the argument registers.- STACK
__stack, the arguments that were passed on the stack.- VA_LIST
__va_list, the tag of the record an AAPCS64va_listis.- VA_
LIST_ TAG __va_list_tag, the tag of the record a SysV x86-64va_listis an array of one of.- VR_OFFS
__vr_offs, the same for__vr_top.- VR_TOP
__vr_top, the end of the saved vector registers.