Home
last modified time | relevance | path

Searched defs:Elf32_Ehdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h62 struct Elf32_Ehdr { struct
63 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
64 Elf32_Half e_type; // Type of file (see ET_* below)
65 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
66 Elf32_Word e_version; // Must be equal to 1
67 Elf32_Addr e_entry; // Address to jump to in order to start program
68 Elf32_Off e_phoff; // Program header table's file offset, in bytes
69 Elf32_Off e_shoff; // Section header table's file offset, in bytes
70 Elf32_Word e_flags; // Processor-specific flags
71 Elf32_Half e_ehsize; // Size of ELF header, in bytes
[all …]
/freebsd/sys/sys/
H A Delf32.h70 } Elf32_Ehdr; typedef
/freebsd/contrib/file/src/
H A Dreadelf.h107 } Elf32_Ehdr; typedef
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2416 } Elf32_Ehdr; typedef