LLVM API Documentation
#include <ELF.h>
Public Member Functions | |
bool | checkMagic () const |
unsigned char | getFileClass () const |
unsigned char | getDataEncoding () const |
Definition at line 87 of file Support/ELF.h.
|
inline |
Definition at line 102 of file Support/ELF.h.
References e_ident, llvm::ELF::ElfMagic, llvm::LibFunc::memcmp, and llvm::LibFunc::strlen.
|
inline |
Definition at line 106 of file Support/ELF.h.
References e_ident, and llvm::ELF::EI_DATA.
|
inline |
Definition at line 105 of file Support/ELF.h.
References e_ident, and llvm::ELF::EI_CLASS.
Elf64_Half llvm::ELF::Elf64_Ehdr::e_ehsize |
Definition at line 96 of file Support/ELF.h.
Elf64_Addr llvm::ELF::Elf64_Ehdr::e_entry |
Definition at line 92 of file Support/ELF.h.
Elf64_Word llvm::ELF::Elf64_Ehdr::e_flags |
Definition at line 95 of file Support/ELF.h.
Definition at line 88 of file Support/ELF.h.
Referenced by checkMagic(), getDataEncoding(), and getFileClass().
Elf64_Half llvm::ELF::Elf64_Ehdr::e_machine |
Definition at line 90 of file Support/ELF.h.
Elf64_Half llvm::ELF::Elf64_Ehdr::e_phentsize |
Definition at line 97 of file Support/ELF.h.
Elf64_Half llvm::ELF::Elf64_Ehdr::e_phnum |
Definition at line 98 of file Support/ELF.h.
Elf64_Off llvm::ELF::Elf64_Ehdr::e_phoff |
Definition at line 93 of file Support/ELF.h.
Elf64_Half llvm::ELF::Elf64_Ehdr::e_shentsize |
Definition at line 99 of file Support/ELF.h.
Elf64_Half llvm::ELF::Elf64_Ehdr::e_shnum |
Definition at line 100 of file Support/ELF.h.
Elf64_Off llvm::ELF::Elf64_Ehdr::e_shoff |
Definition at line 94 of file Support/ELF.h.
Elf64_Half llvm::ELF::Elf64_Ehdr::e_shstrndx |
Definition at line 101 of file Support/ELF.h.
Elf64_Half llvm::ELF::Elf64_Ehdr::e_type |
Definition at line 89 of file Support/ELF.h.
Elf64_Word llvm::ELF::Elf64_Ehdr::e_version |
Definition at line 91 of file Support/ELF.h.