/* Vector if constants and register values. We use one vector to allow access
via a base pointer, very beneficial for the PIC-enabled amd64call.asm. */
mp_limb_t calling_conventions_values[23] =
{
CNST_LIMB(0x1234567887654321), /* want_rbx */
CNST_LIMB(0x89ABCDEFFEDCBA98), /* want_rbp */
CNST_LIMB(0xDEADBEEFBADECAFE), /* want_r12 */
CNST_LIMB(0xFFEEDDCCBBAA9988), /* want_r13 */
CNST_LIMB(0x0011223344556677), /* want_r14 */
CNST_LIMB(0x1234432156788765), /* want_r15 */
/* Index starts for various regions in above vector. */ #define WANT 0 #define JUNK 6 #define SAVE 9 #define RETADDR 15 #define VAL 16 #define RFLAGS 22
/* values to check */ #ifdef __cplusplus extern"C" { #endif struct { int control; int status; int tag; int other[4];
} calling_conventions_fenv; #ifdef __cplusplus
} #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.