Home
last modified time | relevance | path

Searched refs:Elf64_Half (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/linux/
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_shstrndx;
/external/llvm/include/llvm/Support/
DELF.h39 typedef uint16_t Elf64_Half; typedef
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;
755 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
/external/elfutils/src/libelf/
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_shstrndx; /* Section header string table index */
[all …]
Dgelf.h44 typedef Elf64_Half GElf_Half;
/external/clang/test/CodeGen/
D2009-01-21-InvalidIterator.c7 typedef uint16_t Elf64_Half; typedef
24 Elf64_Half dlpi_phnum;
/external/google-breakpad/src/common/linux/
Delfutils.h63 typedef Elf64_Half Half;
/external/elfutils/src/src/
Dxelf.h165 # define XElf_Half Elf64_Half
270 case ELF_T_HALF: fsize = sizeof (Elf64_Half); break; \
Dstrip.c2016 assert (offsetof (Elf64_Ehdr, e_shentsize) + sizeof (Elf64_Half) in handle_elf()
2018 assert (offsetof (Elf64_Ehdr, e_shnum) + sizeof (Elf64_Half) in handle_elf()
2021 const Elf64_Half zero[3] = { 0, 0, SHN_UNDEF }; in handle_elf()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c913 (Elf64_Half)sizeof(Elf64_Ehdr), /* eh_size */ in writeObjectCode()
916 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()
/external/valgrind/perf/
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_boundto; /* Direct bindings, symbol bound to */
[all …]
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1050 Elf64_Half symbol_idx = symbol.st_shndx; in ParseSymbols()