L4Re – L4 Runtime Environment
|
Functions and types related to ELF binaries. More...
Files | |
file | elf.h |
ELF definition. | |
ELF types | |
typedef l4_uint32_t | Elf32_Addr |
size 4 align 4 | |
typedef l4_uint32_t | Elf32_Off |
size 4 align 4 | |
typedef l4_uint16_t | Elf32_Half |
size 2 align 2 | |
typedef l4_uint32_t | Elf32_Word |
size 4 align 4 | |
typedef l4_int32_t | Elf32_Sword |
size 4 align 4 | |
typedef l4_uint64_t | Elf64_Addr |
size 8 align 8 | |
typedef l4_uint64_t | Elf64_Off |
size 8 align 8 | |
typedef l4_uint16_t | Elf64_Half |
size 2 align 2 | |
typedef l4_uint32_t | Elf64_Word |
size 4 align 4 | |
typedef l4_int32_t | Elf64_Sword |
size 4 align 4 | |
typedef l4_uint64_t | Elf64_Xword |
size 8 align 8 | |
typedef l4_int64_t | Elf64_Sxword |
size 8 align 8 | |
Functions and types related to ELF binaries.