Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | filehdr |
struct | scnhdr |
struct | aouthdr |
Macros | |
#define | FILHSZ sizeof(FILHDR) |
#define | OMAGIC 0407 |
#define | MIPSEBMAGIC 0x160 |
#define | MIPSELMAGIC 0x162 |
#define | SCNHSZ sizeof(SCNHDR) |
#define | SCNROUND ((long)16) |
#define | AOUTHSZ sizeof(AOUTHDR) |
#define | OMAGIC 0407 |
#define | NMAGIC 0410 |
#define | ZMAGIC 0413 |
#define | SMAGIC 0411 |
#define | LIBMAGIC 0443 |
#define | N_TXTOFF(f, a) |
#define | N_DATOFF(f, a) N_TXTOFF(f, a) + (a).tsize; |
Typedefs | |
typedef struct filehdr | FILHDR |
typedef struct scnhdr | SCNHDR |
typedef struct aouthdr | AOUTHDR |