UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros
elf.h File Reference

Go to the source code of this file.

Data Structures

struct  elfhdr
 
struct  proghdr
 

Macros

#define ELF_MAGIC   0x464C457FU
 
#define ELF_PROG_LOAD   1
 
#define ELF_PROG_FLAG_EXEC   1
 
#define ELF_PROG_FLAG_WRITE   2
 
#define ELF_PROG_FLAG_READ   4
 

Macro Definition Documentation

#define ELF_MAGIC   0x464C457FU

Definition at line 3 of file elf.h.

#define ELF_PROG_FLAG_EXEC   1

Definition at line 40 of file elf.h.

#define ELF_PROG_FLAG_READ   4

Definition at line 42 of file elf.h.

#define ELF_PROG_FLAG_WRITE   2

Definition at line 41 of file elf.h.

#define ELF_PROG_LOAD   1

Definition at line 37 of file elf.h.