Home
last modified time | relevance | path

Searched refs:Elf32_Half (Results 1 - 25 of 25) sorted by relevance

/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86.rs2 pub type Elf32_Half = ::c_ushort; types
25 pub dlpi_phnum: ::Elf32_Half,
/third_party/musl/porting/linux/user/include/
H A Delf.h10 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_shstrnd
[all...]
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h10 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_shstrnd
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h10 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_shstrnd
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h10 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_shstrnd
[all...]
/third_party/musl/include/
H A Delf.h10 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_shstrnd
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h33 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_shnd
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h30 using Elf32_Half = uint16_t;
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_shnd
[all...]
/third_party/elfutils/libelf/
H A Delf.h27 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_shstrnd
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H A Db32.rs6 pub type Elf_Half = ::Elf32_Half;
H A Dmod.rs39 pub type Elf32_Half = u16; types
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs22 pub type Elf32_Half = u16; types
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/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp970 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode()
973 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp915 (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/
H A Dpkg_genc.cpp915 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode()
918 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs25 pub type Elf32_Half = u16; types
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,
[all...]
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp64 #define Elf32_Half Elf_Half macro
/third_party/elfutils/src/
H A Dstrip.c2589 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/freebsdlike/
H A Dmod.rs21 pub type Elf32_Half = u16; types
49 type Elf_Half = Elf32_Half;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs23 pub type Elf32_Half = u16; types
50 type Elf_Half = Elf32_Half;
/third_party/elfio/elfio/
H A Delfio_dump.hpp92 const Elf32_Half key;
H A Delf_types.hpp41 using Elf32_Half = Elf_Half;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs21 pub type Elf32_Half = u16; types
53 type Elf_Half = Elf32_Half;
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs39 pub type Elf32_Half = u16; types
323 pub dlpi_phnum: Elf32_Half,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs64 pub type Elf32_Half = u16; types
723 pub dlpi_phnum: Elf32_Half,

Completed in 156 milliseconds