Searched defs:Elf32_Ehdr (Results 1 – 8 of 8) sorted by relevance
| /external/llvm/include/llvm/Support/ |
| D | ELF.h | 63 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 …]
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | ELF.h | 63 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 …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 60 struct Elf32_Ehdr { struct 61 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes 62 Elf32_Half e_type; // Type of file (see ET_* below) 63 Elf32_Half e_machine; // Required architecture for this file (see EM_*) 64 Elf32_Word e_version; // Must be equal to 1 65 Elf32_Addr e_entry; // Address to jump to in order to start program 66 Elf32_Off e_phoff; // Program header table's file offset, in bytes 67 Elf32_Off e_shoff; // Section header table's file offset, in bytes 68 Elf32_Word e_flags; // Processor-specific flags 69 Elf32_Half e_ehsize; // Size of ELF header, in bytes [all …]
|
| /external/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 60 struct Elf32_Ehdr { struct 61 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes 62 Elf32_Half e_type; // Type of file (see ET_* below) 63 Elf32_Half e_machine; // Required architecture for this file (see EM_*) 64 Elf32_Word e_version; // Must be equal to 1 65 Elf32_Addr e_entry; // Address to jump to in order to start program 66 Elf32_Off e_phoff; // Program header table's file offset, in bytes 67 Elf32_Off e_shoff; // Section header table's file offset, in bytes 68 Elf32_Word e_flags; // Processor-specific flags 69 Elf32_Half e_ehsize; // Size of ELF header, in bytes [all …]
|
| /external/kernel-headers/original/uapi/linux/ |
| D | elf.h | 220 } Elf32_Ehdr; typedef
|
| /external/google-breakpad/src/third_party/musl/include/ |
| D | elf.h | 52 } Elf32_Ehdr; typedef
|
| /external/kmod/port-gnu/ |
| D | elf.h | 82 } Elf32_Ehdr; typedef
|
| /external/elfutils/libelf/ |
| D | elf.h | 79 } Elf32_Ehdr; typedef
|