|
gem5
v19.0.0.0
|
#include "arch/alpha/ecoff_machdep.h"Go to the source code of this file.
Classes | |
| struct | ecoff_filehdr |
| struct | ecoff_aouthdr |
| struct | ecoff_scnhdr |
| struct | ecoff_exechdr |
Macros | |
| #define | ECOFF_HDR_SIZE (sizeof(struct ecoff_exechdr)) |
| #define | ECOFF_OMAGIC 0407 |
| #define | ECOFF_NMAGIC 0410 |
| #define | ECOFF_ZMAGIC 0413 |
| #define | ECOFF_ROUND(value, by) (((value) + (by) - 1) & ~((by) - 1)) |
| #define | ECOFF_BLOCK_ALIGN(ep, value) |
| #define | ECOFF_TXTOFF(ep) |
| #define | ECOFF_DATOFF(ep) (ECOFF_BLOCK_ALIGN((ep), ECOFF_TXTOFF(ep) + (ep)->a.tsize)) |
| #define | ECOFF_SEGMENT_ALIGN(ep, value) |
| #define ECOFF_BLOCK_ALIGN | ( | ep, | |
| value | |||
| ) |
| #define ECOFF_DATOFF | ( | ep | ) | (ECOFF_BLOCK_ALIGN((ep), ECOFF_TXTOFF(ep) + (ep)->a.tsize)) |
Definition at line 102 of file exec_ecoff.h.
Referenced by EcoffObject::buildImage(), and TEST().
| #define ECOFF_HDR_SIZE (sizeof(struct ecoff_exechdr)) |
Definition at line 84 of file exec_ecoff.h.
| #define ECOFF_NMAGIC 0410 |
Definition at line 87 of file exec_ecoff.h.
| #define ECOFF_OMAGIC 0407 |
Definition at line 86 of file exec_ecoff.h.
| #define ECOFF_ROUND | ( | value, | |
| by | |||
| ) | (((value) + (by) - 1) & ~((by) - 1)) |
Definition at line 90 of file exec_ecoff.h.
Referenced by TEST().
| #define ECOFF_SEGMENT_ALIGN | ( | ep, | |
| value | |||
| ) |
| #define ECOFF_TXTOFF | ( | ep | ) |
Definition at line 97 of file exec_ecoff.h.
Referenced by EcoffObject::buildImage(), and TEST().
| #define ECOFF_ZMAGIC 0413 |
Definition at line 88 of file exec_ecoff.h.