/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 53 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_size; [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 21 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_size; /* Size of section in bytes */ [all …]
|
/external/elfutils/0.153/libelf/ |
D | gnuhash_xlate.h | 77 Elf64_Xword *dest64 = (Elf64_Xword *) &dest32[4]; in elf_cvt_gnuhash() 78 const Elf64_Xword *src64 = (const Elf64_Xword *) &src32[4]; in elf_cvt_gnuhash()
|
D | elf.h | 47 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_filesz; /* Segment size in file */ [all …]
|
D | gelf.h | 72 typedef Elf64_Xword GElf_Xword;
|
D | elf_begin.c | 220 Elf64_Xword size; in get_shnum() 236 sizeof (Elf64_Xword)); in get_shnum() 241 != sizeof (Elf64_Xword))) in get_shnum()
|
/external/qemu/include/ |
D | elf.h | 20 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_size; /* Size of section in bytes */ [all …]
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 42 typedef uint64_t Elf64_Xword; typedef 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); in setSymbolAndType() 1547 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 1559 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType() [all …]
|
/external/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 9 typedef uint64_t Elf64_Xword; typedef 17 Elf64_Xword p_align;
|
/external/elfutils/0.153/backends/ |
D | s390_init.c | 58 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
|
D | alpha_init.c | 64 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | pkg_genc.c | 934 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */ in writeObjectCode() 939 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */ in writeObjectCode() 959 (Elf64_Xword)sizeof(entry), /* sh_size */ in writeObjectCode() 1103 sectionHeaders64[4].sh_size=(Elf64_Xword)size; in writeObjectCode() 1105 symbols64[1].st_size=(Elf64_Xword)size; in writeObjectCode()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 926 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */ in writeObjectCode() 931 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */ in writeObjectCode() 951 (Elf64_Xword)sizeof(entry), /* sh_size */ in writeObjectCode() 1095 sectionHeaders64[4].sh_size=(Elf64_Xword)size; in writeObjectCode() 1097 symbols64[1].st_size=(Elf64_Xword)size; in writeObjectCode()
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | elf_traits.h | 71 # define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
|
/external/chromium_org/tools/relocation_packer/src/ |
D | elf_traits.h | 84 typedef Elf64_Xword Xword;
|
/external/elfutils/0.153/src/ |
D | elfcmp.c | 828 const Elf64_Xword *w1 = p1; in compare_Elf64_Xword() 829 const Elf64_Xword *w2 = p2; in compare_Elf64_Xword() 900 CHECK_HASH (Elf64_Xword); in hash_content_equivalent()
|
D | strip.c | 1518 == sizeof (Elf64_Xword)); in handle_elf() 1520 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf() 1529 Elf64_Xword nbucket = bucket[0]; in handle_elf() 1531 Elf64_Xword *chain = bucket + nbucket; in handle_elf() 1535 * sizeof (Elf64_Xword)); in handle_elf() 1541 * sizeof (Elf64_Xword)); in handle_elf()
|
D | elflint.c | 1980 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in check_sysv_hash64() 1981 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in check_sysv_hash64() 2004 if (((Elf64_Xword *) data->d_buf)[cnt] >= maxidx) in check_sysv_hash64() 2010 if (((Elf64_Xword *) data->d_buf)[cnt] >= maxidx) in check_sysv_hash64() 2061 Elf64_Xword *p64; in check_gnu_hash() 2209 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in check_hash() 2306 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_data->d_buf; in compare_hash_gnu_hash() 2307 Elf64_Xword nbucket = hasharr[0]; in compare_hash_gnu_hash() 2308 const Elf64_Xword *bucket = &hasharr[2]; in compare_hash_gnu_hash() 2309 const Elf64_Xword *chain = &hasharr[2 + nbucket]; in compare_hash_gnu_hash() [all …]
|
D | xelf.h | 176 # define XElf_Xword Elf64_Xword 287 case ELF_T_XWORD: fsize = sizeof (Elf64_Xword); break; \
|
D | readelf.c | 2745 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in handle_sysv_hash64() 2746 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in handle_sysv_hash64() 2747 Elf64_Xword *bucket = &((Elf64_Xword *) data->d_buf)[2]; in handle_sysv_hash64() 2748 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; in handle_sysv_hash64() 2754 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash64() 2756 Elf64_Xword inner = bucket[cnt]; in handle_sysv_hash64() 2876 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in handle_hash()
|
D | unstrip.c | 483 CONVERT_HASH (Elf64_Xword); in adjust_relocs()
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 576 Elf64_Xword *pP = (Elf64_Xword *)P; in do_Elf_Rela_relocations()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 676 Elf64_Xword *pP = (Elf64_Xword *)P;
|
/external/valgrind/main/perf/ |
D | tinycc.c | 126 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_memsz; /* Segment size in memory */ [all …]
|