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 104 of file ELF.h.
References e_ident, llvm::ELF::ElfMagic, and memcmp.
Definition at line 109 of file ELF.h.
References e_ident, and llvm::ELF::EI_DATA.
Definition at line 108 of file ELF.h.
References e_ident, and llvm::ELF::EI_CLASS.
Elf64_Half llvm::ELF::Elf64_Ehdr::e_ehsize |
Elf64_Addr llvm::ELF::Elf64_Ehdr::e_entry |
Elf64_Word llvm::ELF::Elf64_Ehdr::e_flags |
Definition at line 89 of file ELF.h.
Referenced by checkMagic(), getDataEncoding(), and getFileClass().
Elf64_Half llvm::ELF::Elf64_Ehdr::e_machine |
Elf64_Half llvm::ELF::Elf64_Ehdr::e_phentsize |
Elf64_Half llvm::ELF::Elf64_Ehdr::e_phnum |
Elf64_Half llvm::ELF::Elf64_Ehdr::e_shentsize |
Elf64_Half llvm::ELF::Elf64_Ehdr::e_shnum |
Elf64_Half llvm::ELF::Elf64_Ehdr::e_shstrndx |
Elf64_Half llvm::ELF::Elf64_Ehdr::e_type |
Elf64_Word llvm::ELF::Elf64_Ehdr::e_version |