Searched refs:Elf32_Half (Results 1 - 13 of 13) sorted by path

/external/chromium_org/courgette/
H A Ddisassembler_elf_32.h103 Elf32_Half SectionHeaderCount() const {
122 Elf32_Half ProgramSegmentHeaderCount() const {
194 Elf32_Half section_header_table_size_;
197 Elf32_Half program_header_table_size_;
H A Dtypes_elf.h14 typedef uint16 Elf32_Half; // Unsigned medium integer typedef
23 Elf32_Half e_type;
24 Elf32_Half e_machine;
30 Elf32_Half e_ehsize;
31 Elf32_Half e_phentsize;
32 Elf32_Half e_phnum;
33 Elf32_Half e_shentsize;
34 Elf32_Half e_shnum;
35 Elf32_Half e_shstrndx;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c798 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
801 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */
/external/chromium_org/third_party/libvpx/include/
H A Delf.h41 typedef uint16_t Elf32_Half; typedef
210 Elf32_Half st_shndx;
226 Elf32_Half e_type;
227 Elf32_Half e_machine;
235 Elf32_Half e_ehsize;
236 Elf32_Half e_phentsize;
237 Elf32_Half e_phnum;
238 Elf32_Half e_shentsize;
240 Elf32_Half e_shnum;
241 Elf32_Half e_shstrnd
[all...]
/external/elfutils/0.153/libelf/
H A Delf.h35 typedef uint16_t Elf32_Half; typedef
63 typedef Elf32_Half Elf32_Versym;
74 Elf32_Half e_type; /* Object file type */
75 Elf32_Half e_machine; /* Architecture */
81 Elf32_Half e_ehsize; /* ELF header size in bytes */
82 Elf32_Half e_phentsize; /* Program header table entry size */
83 Elf32_Half e_phnum; /* Program header table entry count */
84 Elf32_Half e_shentsize; /* Section header table entry size */
85 Elf32_Half e_shnum; /* Section header table entry count */
86 Elf32_Half e_shstrnd
[all...]
/external/elfutils/0.153/src/
H A Dstrip.c1971 assert (offsetof (Elf32_Ehdr, e_shentsize) + sizeof (Elf32_Half)
1973 assert (offsetof (Elf32_Ehdr, e_shnum) + sizeof (Elf32_Half)
1976 const Elf32_Half zero[3] = { 0, 0, SHN_UNDEF };
H A Dxelf.h42 # define XElf_Half Elf32_Half
146 case ELF_T_HALF: fsize = sizeof (Elf32_Half); break; \
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c790 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
793 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */
/external/kernel-headers/original/uapi/linux/
H A Delf-fdpic.h27 Elf32_Half version; /* version of these structures, just in case... */
28 Elf32_Half nsegs; /* number of segments */
H A Delf.h9 typedef __u16 Elf32_Half; typedef
188 Elf32_Half st_shndx;
205 Elf32_Half e_type;
206 Elf32_Half e_machine;
212 Elf32_Half e_ehsize;
213 Elf32_Half e_phentsize;
214 Elf32_Half e_phnum;
215 Elf32_Half e_shentsize;
216 Elf32_Half e_shnum;
217 Elf32_Half e_shstrnd
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h33 typedef uint16_t Elf32_Half; typedef in namespace:llvm::ELF
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
1415 Elf32_Half st_shnd
[all...]
/external/qemu/include/
H A Delf.h8 typedef uint16_t Elf32_Half; typedef
1229 Elf32_Half st_shndx;
1251 Elf32_Half e_type;
1252 Elf32_Half e_machine;
1258 Elf32_Half e_ehsize;
1259 Elf32_Half e_phentsize;
1260 Elf32_Half e_phnum;
1261 Elf32_Half e_shentsize;
1262 Elf32_Half e_shnum;
1263 Elf32_Half e_shstrnd
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c114 typedef uint16_t Elf32_Half; typedef
153 Elf32_Half e_type; /* Object file type */
154 Elf32_Half e_machine; /* Architecture */
160 Elf32_Half e_ehsize; /* ELF header size in bytes */
161 Elf32_Half e_phentsize; /* Program header table entry size */
162 Elf32_Half e_phnum; /* Program header table entry count */
163 Elf32_Half e_shentsize; /* Section header table entry size */
164 Elf32_Half e_shnum; /* Section header table entry count */
165 Elf32_Half e_shstrndx; /* Section header string table index */
401 Elf32_Half si_boundt
[all...]

Completed in 2967 milliseconds