Searched refs:Elf64_Half (Results 1 - 18 of 18) sorted by relevance

/external/minijail/
H A Delfparse.h53 Elf64_Half e_type; /* Object file type */
54 Elf64_Half e_machine; /* Architecture */
60 Elf64_Half e_ehsize; /* ELF header size in bytes */
61 Elf64_Half e_phentsize; /* Program header table entry size */
62 Elf64_Half e_phnum; /* Program header table entry count */
63 Elf64_Half e_shentsize; /* Section header table entry size */
64 Elf64_Half e_shnum; /* Section header table entry count */
65 Elf64_Half e_shstrndx; /* Section header string table index */
/external/syslinux/com32/include/sys/
H A Delf64.h11 typedef uint16_t Elf64_Half; typedef
54 Elf64_Half st_shndx;
63 Elf64_Half e_type;
64 Elf64_Half e_machine;
70 Elf64_Half e_ehsize;
71 Elf64_Half e_phentsize;
72 Elf64_Half e_phnum;
73 Elf64_Half e_shentsize;
74 Elf64_Half e_shnum;
75 Elf64_Half e_shstrnd
[all...]
/external/syslinux/gpxe/src/include/
H A Delf.h162 typedef uint16_t Elf64_Half; typedef
190 Elf64_Half e_type; /* File type. */
191 Elf64_Half e_machine; /* Machine architecture. */
197 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */
198 Elf64_Half e_phentsize; /* Size of program header entry. */
199 Elf64_Half e_phnum; /* Number of program header entries. */
200 Elf64_Half e_shentsize; /* Size of section header entry. */
201 Elf64_Half e_shnum; /* Number of section header entries. */
202 Elf64_Half e_shstrndx; /* Section name strings section. */
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c7 typedef uint16_t Elf64_Half; typedef
24 Elf64_Half dlpi_phnum;
/external/kernel-headers/original/uapi/linux/
H A Delf.h16 typedef __u16 Elf64_Half; typedef
195 Elf64_Half st_shndx; /* Associated section index */
222 Elf64_Half e_type;
223 Elf64_Half e_machine;
229 Elf64_Half e_ehsize;
230 Elf64_Half e_phentsize;
231 Elf64_Half e_phnum;
232 Elf64_Half e_shentsize;
233 Elf64_Half e_shnum;
234 Elf64_Half e_shstrnd
[all...]
/external/google-breakpad/src/common/linux/
H A Delfutils.h63 typedef Elf64_Half Half;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h38 typedef uint16_t Elf64_Half; typedef in namespace:llvm::ELF
88 Elf64_Half e_type;
89 Elf64_Half e_machine;
95 Elf64_Half e_ehsize;
96 Elf64_Half e_phentsize;
97 Elf64_Half e_phnum;
98 Elf64_Half e_shentsize;
99 Elf64_Half e_shnum;
100 Elf64_Half e_shstrndx;
831 Elf64_Half st_shnd
[all...]
/external/elfutils/libelf/
H A Delf.h32 typedef uint16_t Elf64_Half; typedef
60 typedef Elf64_Half Elf64_Versym;
88 Elf64_Half e_type; /* Object file type */
89 Elf64_Half e_machine; /* Architecture */
95 Elf64_Half e_ehsize; /* ELF header size in bytes */
96 Elf64_Half e_phentsize; /* Program header table entry size */
97 Elf64_Half e_phnum; /* Program header table entry count */
98 Elf64_Half e_shentsize; /* Section header table entry size */
99 Elf64_Half e_shnum; /* Section header table entry count */
100 Elf64_Half e_shstrnd
[all...]
H A Dgelf.h44 typedef Elf64_Half GElf_Half;
/external/kmod/port-gnu/
H A Delf.h31 typedef uint16_t Elf64_Half; typedef
59 typedef Elf64_Half Elf64_Versym;
87 Elf64_Half e_type; /* Object file type */
88 Elf64_Half e_machine; /* Architecture */
94 Elf64_Half e_ehsize; /* ELF header size in bytes */
95 Elf64_Half e_phentsize; /* Program header table entry size */
96 Elf64_Half e_phnum; /* Program header table entry count */
97 Elf64_Half e_shentsize; /* Section header table entry size */
98 Elf64_Half e_shnum; /* Section header table entry count */
99 Elf64_Half e_shstrnd
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h39 typedef uint16_t Elf64_Half; typedef in namespace:llvm::ELF
89 Elf64_Half e_type;
90 Elf64_Half e_machine;
96 Elf64_Half e_ehsize;
97 Elf64_Half e_phentsize;
98 Elf64_Half e_phnum;
99 Elf64_Half e_shentsize;
100 Elf64_Half e_shnum;
101 Elf64_Half e_shstrndx;
844 Elf64_Half st_shnd
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h39 typedef uint16_t Elf64_Half; typedef in namespace:llvm::ELF
89 Elf64_Half e_type;
90 Elf64_Half e_machine;
96 Elf64_Half e_ehsize;
97 Elf64_Half e_phentsize;
98 Elf64_Half e_phnum;
99 Elf64_Half e_shentsize;
100 Elf64_Half e_shnum;
101 Elf64_Half e_shstrndx;
848 Elf64_Half st_shnd
[all...]
/external/elfutils/src/
H A Dxelf.h165 # define XElf_Half Elf64_Half
270 case ELF_T_HALF: fsize = sizeof (Elf64_Half); break; \
H A Dstrip.c2127 assert (offsetof (Elf64_Ehdr, e_shentsize) + sizeof (Elf64_Half)
2129 assert (offsetof (Elf64_Ehdr, e_shnum) + sizeof (Elf64_Half)
2132 const Elf64_Half zero[3] = { 0, 0, SHN_UNDEF };
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c915 (Elf64_Half)sizeof(Elf64_Ehdr), /* eh_size */
918 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */
/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp514 Str.writeLE16(static_cast<Elf64_Half>(NumSections)); // e_shnum
515 Str.writeLE16(static_cast<Elf64_Half>(SectHeaderStrIndex)); // e_shstrndx
/external/valgrind/perf/
H A Dtinycc.c115 typedef uint16_t Elf64_Half; typedef
171 Elf64_Half e_type; /* Object file type */
172 Elf64_Half e_machine; /* Architecture */
178 Elf64_Half e_ehsize; /* ELF header size in bytes */
179 Elf64_Half e_phentsize; /* Program header table entry size */
180 Elf64_Half e_phnum; /* Program header table entry count */
181 Elf64_Half e_shentsize; /* Section header table entry size */
182 Elf64_Half e_shnum; /* Section header table entry count */
183 Elf64_Half e_shstrndx; /* Section header string table index */
407 Elf64_Half si_boundt
[all...]
/external/kmod/libkmod/
H A Dlibkmod-elf.c280 assert_cc(sizeof(uint16_t) == sizeof(Elf64_Half));

Completed in 2317 milliseconds