ReactOS 0.4.16-dev-819-g75c0dc0
|
Go to the source code of this file.
Classes | |
struct | Elf64_Ehdr |
struct | Elf64_Shdr |
struct | Elf64_Phdr |
struct | Elf64_Dyn |
struct | Elf64_Rel |
struct | Elf64_Rela |
struct | Elf64_Sym |
Macros | |
#define | ELF64_R_SYM(info) ((info) >> 32) |
#define | ELF64_R_TYPE(info) ((unsigned char)(info)) |
#define | ELF64_R_INFO(sym, type) (((sym) << 32) + (unsigned char)(type)) |
#define | ELF64_ST_BIND(info) ((info) >> 4) |
#define | ELF64_ST_TYPE(info) ((info) & 0xf) |
#define | ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) |
Typedefs | |
typedef ULONG64 | Elf64_Addr |
typedef ULONG32 | Elf64_Half |
typedef ULONG64 | Elf64_Off |
typedef LONG64 | Elf64_Sword |
typedef ULONG64 | Elf64_Word |
typedef ULONG64 | Elf64_Size |
typedef USHORT | Elf64_Quarter |
typedef Elf64_Half | Elf64_Hashelt |
typedef ULONG64 Elf64_Addr |
typedef ULONG32 Elf64_Half |
typedef Elf64_Half Elf64_Hashelt |
typedef USHORT Elf64_Quarter |
typedef ULONG64 Elf64_Size |
typedef LONG64 Elf64_Sword |
typedef ULONG64 Elf64_Word |