Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h63 struct Elf32_Ehdr { struct
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
65 Elf32_Half e_type; // Type of file (see ET_* below)
66 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
67 Elf32_Word e_version; // Must be equal to 1
68 Elf32_Addr e_entry; // Address to jump to in order to start program
69 Elf32_Off e_phoff; // Program header table's file offset, in bytes
70 Elf32_Off e_shoff; // Section header table's file offset, in bytes
71 Elf32_Word e_flags; // Processor-specific flags
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
[all …]
/NextBSD/contrib/gcc/
HDsys-types.h177 typedef int Elf32_Ehdr; typedef
/NextBSD/sys/sys/
HDelf32.h70 } Elf32_Ehdr; typedef
/NextBSD/contrib/file/src/
HDreadelf.h71 } Elf32_Ehdr; typedef
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h2161 } Elf32_Ehdr; typedef