Go to the source code of this file.
Defines |
| #define | __ELF_CONCAT1(x, y) x ## y |
| #define | __ELF_CONCAT(x, y) __ELF_CONCAT1(x,y) |
| #define | ELF_CLASS __ELF_CONCAT(ELFCLASS,__ELF_WORD_SIZE) |
| #define | ELF_DATA ELFDATA2LSB |
| #define | __elfN(x) __ELF_CONCAT(__ELF_CONCAT(__ELF_CONCAT(elf,__ELF_WORD_SIZE),_),x) |
| #define | __ElfN(x) __ELF_CONCAT(__ELF_CONCAT(__ELF_CONCAT(Elf,__ELF_WORD_SIZE),_),x) |
| #define | __ELFN(x) __ELF_CONCAT(__ELF_CONCAT(__ELF_CONCAT(ELF,__ELF_WORD_SIZE),_),x) |
| #define | __ElfType(x) typedef __ElfN(x) __ELF_CONCAT(Elf_,x) |
| #define | ELF_R_SYM __ELFN(R_SYM) |
| #define | ELF_R_TYPE __ELFN(R_TYPE) |
| #define | ELF_R_INFO __ELFN(R_INFO) |
| #define | ELF_ST_BIND __ELFN(ST_BIND) |
| #define | ELF_ST_TYPE __ELFN(ST_TYPE) |
| #define | ELF_ST_INFO __ELFN(ST_INFO) |
Functions |
| | __ElfType (Addr) |
| | __ElfType (Half) |
| | __ElfType (Off) |
| | __ElfType (Sword) |
| | __ElfType (Word) |
| | __ElfType (Size) |
| | __ElfType (Hashelt) |
| | __ElfType (Ehdr) |
| | __ElfType (Shdr) |
| | __ElfType (Phdr) |
| | __ElfType (Dyn) |
| | __ElfType (Rel) |
| | __ElfType (Rela) |
| | __ElfType (Sym) |