Home
last modified time | relevance | path

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

/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp713 struct Elf32_Ehdr struct
715 unsigned char e_ident[EI_NIDENT];
716 Elf_Half e_type;
717 Elf_Half e_machine;
718 Elf_Word e_version;
719 Elf32_Addr e_entry;
720 Elf32_Off e_phoff;
721 Elf32_Off e_shoff;
722 Elf_Word e_flags;
723 Elf_Half e_ehsize;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h60 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 …]
/third_party/elfio/elfio/
Delf_types.hpp1104 struct Elf32_Ehdr struct
1106 unsigned char e_ident[EI_NIDENT];
1107 Elf_Half e_type;
1108 Elf_Half e_machine;
1109 Elf_Word e_version;
1110 Elf32_Addr e_entry;
1111 Elf32_Off e_phoff;
1112 Elf32_Off e_shoff;
1113 Elf_Word e_flags;
1114 Elf_Half e_ehsize;
[all …]
/third_party/libunwind/include/win/
Dfreebsd-elf32.h70 } Elf32_Ehdr; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h70 } Elf32_Ehdr; typedef
/third_party/musl/ndk_musl_include/
Delf.h52 } Elf32_Ehdr; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h52 } Elf32_Ehdr; typedef
/third_party/musl/include/
Delf.h52 } Elf32_Ehdr; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h52 } Elf32_Ehdr; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h52 } Elf32_Ehdr; typedef
/third_party/musl/porting/linux/user/include/
Delf.h52 } Elf32_Ehdr; typedef
/third_party/elfutils/libelf/
Delf.h79 } Elf32_Ehdr; typedef
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h59438 typedef struct elf32_hdr Elf32_Ehdr; typedef