Home
last modified time | relevance | path

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

12

/third_party/libunwind/include/win/
Dfreebsd-elf32.h39 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/
Dfreebsd-elf32.h39 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/
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_shndx; // Which section (header table index) it's defined in
/third_party/musl/porting/linux/user/include/
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_shstrndx;
[all …]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
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_shstrndx;
[all …]
/third_party/musl/porting/uniproton/kernel/include/
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_shstrndx;
[all …]
/third_party/musl/porting/liteos_m/kernel/include/
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_shstrndx;
[all …]
/third_party/musl/include/
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_shstrndx;
[all …]
/third_party/musl/ndk_musl_include/
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_shstrndx;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h30 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/
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_shstrndx; /* Section header string table index */
[all …]
/third_party/rust/crates/libc/src/unix/solarish/
Dx86.rs2 pub type Elf32_Half = ::c_ushort; typedef
25 pub dlpi_phnum: ::Elf32_Half,
/third_party/rust/crates/libc/src/unix/haiku/
Db32.rs6 pub type Elf_Half = ::Elf32_Half;
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs22 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/
Dmod.rs25 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/
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/
Dpkg_genc.cpp915 (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/
Dpkg_genc.cpp970 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode()
973 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp64 #define Elf32_Half Elf_Half macro
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt198 Elf32_Half
Dfuchsia.txt270 Elf32_Half
Dnetbsd.txt325 Elf32_Half
Ddragonfly.txt280 Elf32_Half
/third_party/elfutils/src/
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/netbsdlike/openbsd/
Dmod.rs23 pub type Elf32_Half = u16; typedef
50 type Elf_Half = Elf32_Half;

12