|
gem5
v19.0.0.0
|
#include "arch/alpha/aout_machdep.h"Go to the source code of this file.
Macros | |
| #define | N_PAGSIZ(ex) (AOUT_LDPGSZ) |
| #define | OMAGIC 0407 /* old impure format */ |
| #define | NMAGIC 0410 /* read-only text */ |
| #define | ZMAGIC 0413 /* demand load format */ |
| #define | N_ALIGN(ex, x) |
| #define | N_BADMAG(ex) |
| #define N_ALIGN | ( | ex, | |
| x | |||
| ) |
Definition at line 49 of file exec_aout.h.
Referenced by TEST().
| #define N_BADMAG | ( | ex | ) |
Definition at line 54 of file exec_aout.h.
Referenced by AoutObjectFileFormat::load(), and TEST().
| #define N_PAGSIZ | ( | ex | ) | (AOUT_LDPGSZ) |
Definition at line 41 of file exec_aout.h.
| #define NMAGIC 0410 /* read-only text */ |
Definition at line 46 of file exec_aout.h.
| #define OMAGIC 0407 /* old impure format */ |
Definition at line 45 of file exec_aout.h.
| #define ZMAGIC 0413 /* demand load format */ |
Definition at line 47 of file exec_aout.h.