LLVM API Documentation
#include <ELF.h>
Public Member Functions | |
bool | checkMagic () const |
unsigned char | getFileClass () const |
unsigned char | getDataEncoding () const |
Definition at line 63 of file Support/ELF.h.
|
inline |
Definition at line 78 of file Support/ELF.h.
References e_ident, llvm::ELF::ElfMagic, llvm::LibFunc::memcmp, and llvm::LibFunc::strlen.
|
inline |
Definition at line 82 of file Support/ELF.h.
References e_ident, and llvm::ELF::EI_DATA.
|
inline |
Definition at line 81 of file Support/ELF.h.
References e_ident, and llvm::ELF::EI_CLASS.
Elf32_Half llvm::ELF::Elf32_Ehdr::e_ehsize |
Definition at line 72 of file Support/ELF.h.
Elf32_Addr llvm::ELF::Elf32_Ehdr::e_entry |
Definition at line 68 of file Support/ELF.h.
Elf32_Word llvm::ELF::Elf32_Ehdr::e_flags |
Definition at line 71 of file Support/ELF.h.
Definition at line 64 of file Support/ELF.h.
Referenced by checkMagic(), getDataEncoding(), and getFileClass().
Elf32_Half llvm::ELF::Elf32_Ehdr::e_machine |
Definition at line 66 of file Support/ELF.h.
Elf32_Half llvm::ELF::Elf32_Ehdr::e_phentsize |
Definition at line 73 of file Support/ELF.h.
Elf32_Half llvm::ELF::Elf32_Ehdr::e_phnum |
Definition at line 74 of file Support/ELF.h.
Elf32_Off llvm::ELF::Elf32_Ehdr::e_phoff |
Definition at line 69 of file Support/ELF.h.
Elf32_Half llvm::ELF::Elf32_Ehdr::e_shentsize |
Definition at line 75 of file Support/ELF.h.
Elf32_Half llvm::ELF::Elf32_Ehdr::e_shnum |
Definition at line 76 of file Support/ELF.h.
Elf32_Off llvm::ELF::Elf32_Ehdr::e_shoff |
Definition at line 70 of file Support/ELF.h.
Elf32_Half llvm::ELF::Elf32_Ehdr::e_shstrndx |
Definition at line 77 of file Support/ELF.h.
Elf32_Half llvm::ELF::Elf32_Ehdr::e_type |
Definition at line 65 of file Support/ELF.h.
Elf32_Word llvm::ELF::Elf32_Ehdr::e_version |
Definition at line 67 of file Support/ELF.h.