/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 39 typedef uint16_t Elf32_Half; typedef 57 Elf32_Half e_type; /* File type. */ 58 Elf32_Half e_machine; /* Machine architecture. */ 64 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */ 65 Elf32_Half e_phentsize; /* Size of program header entry. */ 66 Elf32_Half e_phnum; /* Number of program header entries. */ 67 Elf32_Half e_shentsize; /* Size of section header entry. */ 68 Elf32_Half e_shnum; /* Number of section header entries. */ 69 Elf32_Half e_shstrndx; /* Section name strings section. */ 153 Elf32_Half m_repeat; /* repeat count */ [all …]
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 39 typedef uint16_t Elf32_Half; typedef 57 Elf32_Half e_type; /* File type. */ 58 Elf32_Half e_machine; /* Machine architecture. */ 64 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */ 65 Elf32_Half e_phentsize; /* Size of program header entry. */ 66 Elf32_Half e_phnum; /* Number of program header entries. */ 67 Elf32_Half e_shentsize; /* Size of section header entry. */ 68 Elf32_Half e_shnum; /* Number of section header entries. */ 69 Elf32_Half e_shstrndx; /* Section name strings section. */ 153 Elf32_Half m_repeat; /* repeat count */ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 33 typedef uint16_t Elf32_Half; typedef 65 Elf32_Half e_type; // Type of file (see ET_* below) 66 Elf32_Half e_machine; // Required architecture for this file (see EM_*) 72 Elf32_Half e_ehsize; // Size of ELF header, in bytes 73 Elf32_Half e_phentsize; // Size of an entry in the program header table 74 Elf32_Half e_phnum; // Number of entries in the program header table 75 Elf32_Half e_shentsize; // Size of an entry in the section header table 76 Elf32_Half e_shnum; // Number of entries in the section header table 77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table 830 Elf32_Half st_shndx; // Which section (header table index) it's defined in
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 10 typedef uint16_t Elf32_Half; typedef 32 typedef Elf32_Half Elf32_Versym; 39 Elf32_Half e_type; 40 Elf32_Half e_machine; 46 Elf32_Half e_ehsize; 47 Elf32_Half e_phentsize; 48 Elf32_Half e_phnum; 49 Elf32_Half e_shentsize; 50 Elf32_Half e_shnum; 51 Elf32_Half e_shstrndx; [all …]
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 10 typedef uint16_t Elf32_Half; typedef 32 typedef Elf32_Half Elf32_Versym; 39 Elf32_Half e_type; 40 Elf32_Half e_machine; 46 Elf32_Half e_ehsize; 47 Elf32_Half e_phentsize; 48 Elf32_Half e_phnum; 49 Elf32_Half e_shentsize; 50 Elf32_Half e_shnum; 51 Elf32_Half e_shstrndx; [all …]
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 10 typedef uint16_t Elf32_Half; typedef 32 typedef Elf32_Half Elf32_Versym; 39 Elf32_Half e_type; 40 Elf32_Half e_machine; 46 Elf32_Half e_ehsize; 47 Elf32_Half e_phentsize; 48 Elf32_Half e_phnum; 49 Elf32_Half e_shentsize; 50 Elf32_Half e_shnum; 51 Elf32_Half e_shstrndx; [all …]
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 10 typedef uint16_t Elf32_Half; typedef 32 typedef Elf32_Half Elf32_Versym; 39 Elf32_Half e_type; 40 Elf32_Half e_machine; 46 Elf32_Half e_ehsize; 47 Elf32_Half e_phentsize; 48 Elf32_Half e_phnum; 49 Elf32_Half e_shentsize; 50 Elf32_Half e_shnum; 51 Elf32_Half e_shstrndx; [all …]
|
/third_party/musl/include/ |
D | elf.h | 10 typedef uint16_t Elf32_Half; typedef 32 typedef Elf32_Half Elf32_Versym; 39 Elf32_Half e_type; 40 Elf32_Half e_machine; 46 Elf32_Half e_ehsize; 47 Elf32_Half e_phentsize; 48 Elf32_Half e_phnum; 49 Elf32_Half e_shentsize; 50 Elf32_Half e_shnum; 51 Elf32_Half e_shstrndx; [all …]
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 10 typedef uint16_t Elf32_Half; typedef 32 typedef Elf32_Half Elf32_Versym; 39 Elf32_Half e_type; 40 Elf32_Half e_machine; 46 Elf32_Half e_ehsize; 47 Elf32_Half e_phentsize; 48 Elf32_Half e_phnum; 49 Elf32_Half e_shentsize; 50 Elf32_Half e_shnum; 51 Elf32_Half e_shstrndx; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 30 using Elf32_Half = uint16_t; variable 62 Elf32_Half e_type; // Type of file (see ET_* below) 63 Elf32_Half e_machine; // Required architecture for this file (see EM_*) 69 Elf32_Half e_ehsize; // Size of ELF header, in bytes 70 Elf32_Half e_phentsize; // Size of an entry in the program header table 71 Elf32_Half e_phnum; // Number of entries in the program header table 72 Elf32_Half e_shentsize; // Size of an entry in the section header table 73 Elf32_Half e_shnum; // Number of entries in the section header table 74 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table 997 Elf32_Half st_shndx; // Which section (header table index) it's defined in
|
/third_party/elfutils/libelf/ |
D | elf.h | 27 typedef uint16_t Elf32_Half; typedef 55 typedef Elf32_Half Elf32_Versym; 66 Elf32_Half e_type; /* Object file type */ 67 Elf32_Half e_machine; /* Architecture */ 73 Elf32_Half e_ehsize; /* ELF header size in bytes */ 74 Elf32_Half e_phentsize; /* Program header table entry size */ 75 Elf32_Half e_phnum; /* Program header table entry count */ 76 Elf32_Half e_shentsize; /* Section header table entry size */ 77 Elf32_Half e_shnum; /* Section header table entry count */ 78 Elf32_Half e_shstrndx; /* Section header string table index */ [all …]
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | x86.rs | 2 pub type Elf32_Half = ::c_ushort; typedef 25 pub dlpi_phnum: ::Elf32_Half,
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | b32.rs | 6 pub type Elf_Half = ::Elf32_Half;
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 22 pub type Elf32_Half = u16; typedef 306 pub e_type: Elf32_Half, 307 pub e_machine: Elf32_Half, 313 pub e_ehsize: Elf32_Half, 314 pub e_phentsize: Elf32_Half, 315 pub e_phnum: Elf32_Half, 316 pub e_shentsize: Elf32_Half, 317 pub e_shnum: Elf32_Half, 318 pub e_shstrndx: Elf32_Half,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 25 pub type Elf32_Half = u16; typedef 327 pub dlpi_phnum: Elf32_Half, 346 pub e_type: Elf32_Half, 347 pub e_machine: Elf32_Half, 353 pub e_ehsize: Elf32_Half, 354 pub e_phentsize: Elf32_Half, 355 pub e_phnum: Elf32_Half, 356 pub e_shentsize: Elf32_Half, 357 pub e_shnum: Elf32_Half, 358 pub e_shstrndx: Elf32_Half,
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 915 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode() 918 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 915 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode() 918 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 970 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode() 973 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 64 #define Elf32_Half Elf_Half macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 198 Elf32_Half
|
D | fuchsia.txt | 270 Elf32_Half
|
D | netbsd.txt | 325 Elf32_Half
|
D | dragonfly.txt | 280 Elf32_Half
|
/third_party/elfutils/src/ |
D | strip.c | 2589 assert (offsetof (Elf32_Ehdr, e_shentsize) + sizeof (Elf32_Half) in handle_elf() 2591 assert (offsetof (Elf32_Ehdr, e_shnum) + sizeof (Elf32_Half) in handle_elf() 2594 const Elf32_Half zero[3] = { 0, 0, SHN_UNDEF }; in handle_elf()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 23 pub type Elf32_Half = u16; typedef 50 type Elf_Half = Elf32_Half;
|