LLVM API Documentation
#include <ELF.h>
Collaboration diagram for llvm::ELF::Elf32_Ehdr:
Public Member Functions | |
bool | checkMagic () const |
unsigned char | getFileClass () const |
unsigned char | getDataEncoding () |
Public Attributes | |
unsigned char | e_ident [16] |
Elf32_Half | e_type |
Elf32_Half | e_machine |
Elf32_Word | e_version |
Elf32_Addr | e_entry |
Elf32_Off | e_phoff |
Elf32_Off | e_shoff |
Elf32_Word | e_flags |
Elf32_Half | e_ehsize |
Elf32_Half | e_phentsize |
Elf32_Half | e_phnum |
Elf32_Half | e_shentsize |
Elf32_Half | e_shnum |
Elf32_Half | e_shstrndx |
Definition at line 51 of file ELF.h.
|
Definition at line 66 of file ELF.h. References e_ident, and llvm::ELF::ElfMagic. |
|
Definition at line 70 of file ELF.h. References e_ident. |
|
Definition at line 69 of file ELF.h. References e_ident. |
|
|
|
|
|
|
|
Definition at line 52 of file ELF.h. Referenced by checkMagic(), getDataEncoding(), and getFileClass(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|