LLVM 20.0.0git
|
#include "llvm/BinaryFormat/ELF.h"
Public Member Functions | |
bool | checkMagic () const |
unsigned char | getFileClass () const |
unsigned char | getDataEncoding () const |
|
inline |
Definition at line 78 of file ELF.h.
References e_ident, llvm::ELF::ElfMagic, and memcmp.
Definition at line 83 of file ELF.h.
References e_ident, and llvm::ELF::EI_DATA.
Definition at line 82 of file ELF.h.
References e_ident, and llvm::ELF::EI_CLASS.
Elf32_Half llvm::ELF::Elf32_Ehdr::e_ehsize |
Elf32_Addr llvm::ELF::Elf32_Ehdr::e_entry |
Elf32_Word llvm::ELF::Elf32_Ehdr::e_flags |
Definition at line 63 of file ELF.h.
Referenced by checkMagic(), getDataEncoding(), and getFileClass().
Elf32_Half llvm::ELF::Elf32_Ehdr::e_machine |
Elf32_Half llvm::ELF::Elf32_Ehdr::e_phentsize |
Elf32_Half llvm::ELF::Elf32_Ehdr::e_phnum |
Elf32_Half llvm::ELF::Elf32_Ehdr::e_shentsize |
Elf32_Half llvm::ELF::Elf32_Ehdr::e_shnum |
Elf32_Half llvm::ELF::Elf32_Ehdr::e_shstrndx |
Elf32_Half llvm::ELF::Elf32_Ehdr::e_type |
Elf32_Word llvm::ELF::Elf32_Ehdr::e_version |