Searched refs:Elf64_Xword (Results 1 - 24 of 24) sorted by relevance

/external/elfutils/0.153/libelf/
H A Dgnuhash_xlate.h77 Elf64_Xword *dest64 = (Elf64_Xword *) &dest32[4];
78 const Elf64_Xword *src64 = (const Elf64_Xword *) &src32[4];
H A Delf.h47 typedef uint64_t Elf64_Xword; typedef
291 Elf64_Xword sh_flags; /* Section flags */
294 Elf64_Xword sh_size; /* Section size in bytes */
297 Elf64_Xword sh_addralign; /* Section alignment */
298 Elf64_Xword sh_entsize; /* Entry size if section holds table */
399 Elf64_Xword st_size; /* Symbol size */
511 Elf64_Xword r_info; /* Relocation type and symbol index */
526 Elf64_Xword r_info; /* Relocation type and symbol index */
538 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
561 Elf64_Xword p_files
[all...]
H A Dgelf.h72 typedef Elf64_Xword GElf_Xword;
H A Delf_begin.c220 Elf64_Xword size;
236 sizeof (Elf64_Xword));
241 != sizeof (Elf64_Xword)))
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c9 typedef uint64_t Elf64_Xword; typedef
17 Elf64_Xword p_align;
/external/chromium_org/third_party/libvpx/include/
H A Delf.h53 typedef uint64_t Elf64_Xword; typedef
170 Elf64_Xword d_val;
187 Elf64_Xword r_info;
198 Elf64_Xword r_info;
220 Elf64_Xword st_size;
287 Elf64_Xword p_filesz;
288 Elf64_Xword p_memsz;
290 Elf64_Xword p_align;
346 Elf64_Xword sh_flags;
350 Elf64_Xword sh_siz
[all...]
/external/kernel-headers/original/uapi/linux/
H A Delf.h21 typedef __u64 Elf64_Xword; typedef
148 Elf64_Xword d_val;
167 Elf64_Xword r_info; /* index and type of relocation */
178 Elf64_Xword r_info; /* index and type of relocation */
197 Elf64_Xword st_size; /* Associated symbol size */
260 Elf64_Xword p_filesz; /* Segment size in file */
261 Elf64_Xword p_memsz; /* Segment size in memory */
262 Elf64_Xword p_align; /* Segment alignment, file & memory */
315 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
318 Elf64_Xword sh_siz
[all...]
/external/elfutils/0.153/backends/
H A Ds390_init.c58 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
H A Dalpha_init.c64 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h71 # define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h84 typedef Elf64_Xword Xword;
/external/qemu/include/
H A Delf.h20 typedef uint64_t Elf64_Xword; typedef
276 Elf64_Xword d_val;
1208 Elf64_Xword r_info; /* index and type of relocation */
1219 Elf64_Xword r_info; /* index and type of relocation */
1238 Elf64_Xword st_size; /* Associated symbol size */
1306 Elf64_Xword p_filesz; /* Segment size in file */
1307 Elf64_Xword p_memsz; /* Segment size in memory */
1308 Elf64_Xword p_align; /* Segment alignment, file & memory */
1367 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
1370 Elf64_Xword sh_siz
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h42 typedef uint64_t Elf64_Xword; typedef in namespace:llvm::ELF
1236 Elf64_Xword sh_flags;
1239 Elf64_Xword sh_size;
1242 Elf64_Xword sh_addralign;
1243 Elf64_Xword sh_entsize;
1435 Elf64_Xword st_size; // Size of the symbol
1529 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
1540 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL);
1547 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
1559 r_info = ((Elf64_Xword)
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c934 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */
939 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */
959 (Elf64_Xword)sizeof(entry), /* sh_size */
1103 sectionHeaders64[4].sh_size=(Elf64_Xword)size;
1105 symbols64[1].st_size=(Elf64_Xword)size;
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c926 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */
931 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */
951 (Elf64_Xword)sizeof(entry), /* sh_size */
1095 sectionHeaders64[4].sh_size=(Elf64_Xword)size;
1097 symbols64[1].st_size=(Elf64_Xword)size;
/external/elfutils/0.153/src/
H A Dstrip.c1518 == sizeof (Elf64_Xword));
1520 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf;
1529 Elf64_Xword nbucket = bucket[0];
1531 Elf64_Xword *chain = bucket + nbucket;
1535 * sizeof (Elf64_Xword));
1541 * sizeof (Elf64_Xword));
H A Delflint.c1980 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0];
1981 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1];
2004 if (((Elf64_Xword *) data->d_buf)[cnt] >= maxidx)
2010 if (((Elf64_Xword *) data->d_buf)[cnt] >= maxidx)
2061 Elf64_Xword *p64;
2209 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword))
2306 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_dat
[all...]
H A Dxelf.h176 # define XElf_Xword Elf64_Xword
287 case ELF_T_XWORD: fsize = sizeof (Elf64_Xword); break; \
H A Delfcmp.c828 const Elf64_Xword *w1 = p1;
829 const Elf64_Xword *w2 = p2;
900 CHECK_HASH (Elf64_Xword);
H A Dreadelf.c2745 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0];
2746 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1];
2747 Elf64_Xword *bucket = &((Elf64_Xword *) data->d_buf)[2];
2748 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket];
2754 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt)
2756 Elf64_Xword inne
[all...]
H A Dunstrip.c484 CONVERT_HASH (Elf64_Xword);
/external/valgrind/main/VEX/switchback/
H A Dlinker.c676 Elf64_Xword *pP = (Elf64_Xword *)P;
/external/valgrind/main/VEX/unused/
H A Dlinker.c576 Elf64_Xword *pP = (Elf64_Xword *)P;
/external/valgrind/main/perf/
H A Dtinycc.c126 typedef uint64_t Elf64_Xword; typedef
318 Elf64_Xword sh_flags; /* Section flags */
321 Elf64_Xword sh_size; /* Section size in bytes */
324 Elf64_Xword sh_addralign; /* Section alignment */
325 Elf64_Xword sh_entsize; /* Entry size if section holds table */
393 Elf64_Xword st_size; /* Symbol size */
505 Elf64_Xword r_info; /* Relocation type and symbol index */
520 Elf64_Xword r_info; /* Relocation type and symbol index */
555 Elf64_Xword p_filesz; /* Segment size in file */
556 Elf64_Xword p_mems
[all...]

Completed in 3716 milliseconds