Searched defs:Elf32_Word (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/courgette/
H A Dtypes_elf.h17 typedef uint32 Elf32_Word; // Unsigned large integer typedef
25 Elf32_Word e_version;
29 Elf32_Word e_flags;
60 Elf32_Word sh_name;
61 Elf32_Word sh_type;
62 Elf32_Word sh_flags;
65 Elf32_Word sh_size;
66 Elf32_Word sh_link;
67 Elf32_Word sh_info;
68 Elf32_Word sh_addralig
[all...]
/external/chromium_org/third_party/libvpx/include/
H A Delf.h45 typedef uint32_t Elf32_Word; typedef
182 Elf32_Word r_info;
192 Elf32_Word r_info;
203 Elf32_Word st_name;
206 Elf32_Word st_size;
228 Elf32_Word e_version;
233 Elf32_Word e_flags;
268 Elf32_Word p_type;
273 Elf32_Word p_filesz;
275 Elf32_Word p_mems
[all...]
/external/kernel-headers/original/uapi/linux/
H A Delf.h12 typedef __u32 Elf32_Word; typedef
162 Elf32_Word r_info;
172 Elf32_Word r_info;
183 Elf32_Word st_name;
185 Elf32_Word st_size;
207 Elf32_Word e_version;
211 Elf32_Word e_flags;
244 Elf32_Word p_type;
248 Elf32_Word p_filesz;
249 Elf32_Word p_mems
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h34 typedef uint32_t Elf32_Word; typedef in namespace:llvm::ELF
67 Elf32_Word e_version; // Must be equal to 1
71 Elf32_Word e_flags; // Processor-specific flags
1220 Elf32_Word sh_name; // Section name (index into string table)
1221 Elf32_Word sh_type; // Section type (SHT_*)
1222 Elf32_Word sh_flags; // Section flags (SHF_*)
1225 Elf32_Word sh_size; // Size of section, in bytes
1226 Elf32_Word sh_link; // Section type-specific header table index link
1227 Elf32_Word sh_info; // Section type-specific extra information
1228 Elf32_Word sh_addralig
[all...]
/external/qemu/include/
H A Delf.h11 typedef uint32_t Elf32_Word; typedef
1203 Elf32_Word r_info;
1213 Elf32_Word r_info;
1224 Elf32_Word st_name;
1226 Elf32_Word st_size;
1253 Elf32_Word e_version;
1257 Elf32_Word e_flags;
1290 Elf32_Word p_type;
1294 Elf32_Word p_filesz;
1295 Elf32_Word p_mems
[all...]
/external/elfutils/0.153/libelf/
H A Delf.h39 typedef uint32_t Elf32_Word; typedef
76 Elf32_Word e_version; /* Object file version */
80 Elf32_Word e_flags; /* Processor-specific flags */
275 Elf32_Word sh_name; /* Section name (string tbl index) */
276 Elf32_Word sh_type; /* Section type */
277 Elf32_Word sh_flags; /* Section flags */
280 Elf32_Word sh_size; /* Section size in bytes */
281 Elf32_Word sh_link; /* Link to another section */
282 Elf32_Word sh_info; /* Additional section information */
283 Elf32_Word sh_addralig
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c118 typedef uint32_t Elf32_Word; typedef
155 Elf32_Word e_version; /* Object file version */
159 Elf32_Word e_flags; /* Processor-specific flags */
302 Elf32_Word sh_name; /* Section name (string tbl index) */
303 Elf32_Word sh_type; /* Section type */
304 Elf32_Word sh_flags; /* Section flags */
307 Elf32_Word sh_size; /* Section size in bytes */
308 Elf32_Word sh_link; /* Link to another section */
309 Elf32_Word sh_info; /* Additional section information */
310 Elf32_Word sh_addralig
[all...]

Completed in 164 milliseconds