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.
| bool llvm::ELF::Elf32_Ehdr::checkMagic | ( | ) | const [inline] |
| unsigned char llvm::ELF::Elf32_Ehdr::getFileClass | ( | ) | const [inline] |
| unsigned char llvm::ELF::Elf32_Ehdr::getDataEncoding | ( | ) | [inline] |
| unsigned char llvm::ELF::Elf32_Ehdr::e_ident[16] |
Definition at line 52 of file ELF.h.
Referenced by checkMagic(), getDataEncoding(), and getFileClass().