/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/src/libelf/ |
D | gnuhash_xlate.h | 56 Elf64_Xword *dest64 = (Elf64_Xword *) &dest32[4]; in elf_cvt_gnuhash() 57 const Elf64_Xword *src64 = (const Elf64_Xword *) &src32[4]; in elf_cvt_gnuhash()
|
D | elf.h | 43 typedef uint64_t Elf64_Xword; typedef 290 Elf64_Xword sh_flags; /* Section flags */ 293 Elf64_Xword sh_size; /* Section size in bytes */ 296 Elf64_Xword sh_addralign; /* Section alignment */ 297 Elf64_Xword sh_entsize; /* Entry size if section holds table */ 398 Elf64_Xword st_size; /* Symbol size */ 510 Elf64_Xword r_info; /* Relocation type and symbol index */ 525 Elf64_Xword r_info; /* Relocation type and symbol index */ 537 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type)) 560 Elf64_Xword p_filesz; /* Segment size in file */ [all …]
|
D | elf_getdata.c | 174 Elf64_Xword size; in __libelf_set_rawdata_wrlock() 175 Elf64_Xword align; in __libelf_set_rawdata_wrlock()
|
D | gelf.h | 51 typedef Elf64_Xword GElf_Xword;
|
D | elf_begin.c | 201 Elf64_Xword size; in get_shnum() 217 sizeof (Elf64_Xword)); in get_shnum() 222 != sizeof (Elf64_Xword))) in get_shnum()
|
D | ChangeLog | 80 and align as Elf64_Off and Elf64_Xword not size_t.
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 42 typedef uint64_t Elf64_Xword; typedef 558 Elf64_Xword sh_flags; 561 Elf64_Xword sh_size; 564 Elf64_Xword sh_addralign; 565 Elf64_Xword sh_entsize; 757 Elf64_Xword st_size; // Size of the symbol 860 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 871 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType() 878 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 890 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/src/backends/ |
D | alpha_init.c | 67 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
|
D | s390_init.c | 77 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 932 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */ in writeObjectCode() 937 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */ in writeObjectCode() 957 (Elf64_Xword)sizeof(entry), /* sh_size */ in writeObjectCode() 1101 sectionHeaders64[4].sh_size=(Elf64_Xword)size; in writeObjectCode() 1103 symbols64[1].st_size=(Elf64_Xword)size; in writeObjectCode()
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 106 Elf64_Xword d_val;
|
/external/elfutils/src/src/ |
D | elflint.c | 2025 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in check_sysv_hash64() 2026 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in check_sysv_hash64() 2047 Elf64_Xword *buf = (Elf64_Xword *) data->d_buf; in check_sysv_hash64() 2048 Elf64_Xword *end = (Elf64_Xword *) ((char *) data->d_buf + shdr->sh_size); in check_sysv_hash64() 2116 Elf64_Xword *p64; in check_gnu_hash() 2264 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in check_hash() 2361 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_data->d_buf; in compare_hash_gnu_hash() 2362 Elf64_Xword nbucket = hasharr[0]; in compare_hash_gnu_hash() 2363 const Elf64_Xword *bucket = &hasharr[2]; in compare_hash_gnu_hash() 2364 const Elf64_Xword *chain = &hasharr[2 + nbucket]; in compare_hash_gnu_hash() [all …]
|
D | strip.c | 1543 == sizeof (Elf64_Xword)); in handle_elf() 1545 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf() 1554 Elf64_Xword nbucket = bucket[0]; in handle_elf() 1556 Elf64_Xword *chain = bucket + nbucket; in handle_elf() 1560 * sizeof (Elf64_Xword)); in handle_elf() 1566 * sizeof (Elf64_Xword)); in handle_elf()
|
D | elfcmp.c | 820 const Elf64_Xword *w1 = p1; in compare_Elf64_Xword() 821 const Elf64_Xword *w2 = p2; in compare_Elf64_Xword() 892 CHECK_HASH (Elf64_Xword); in hash_content_equivalent()
|
D | xelf.h | 168 # define XElf_Xword Elf64_Xword 279 case ELF_T_XWORD: fsize = sizeof (Elf64_Xword); break; \
|
D | readelf.c | 3047 if (unlikely (data->d_size < 2 * sizeof (Elf64_Xword))) in handle_sysv_hash64() 3055 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in handle_sysv_hash64() 3056 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in handle_sysv_hash64() 3058 uint64_t maxwords = data->d_size / sizeof (Elf64_Xword); in handle_sysv_hash64() 3064 Elf64_Xword *bucket = &((Elf64_Xword *) data->d_buf)[2]; in handle_sysv_hash64() 3065 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; in handle_sysv_hash64() 3071 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash64() 3073 Elf64_Xword inner = bucket[cnt]; in handle_sysv_hash64() 3214 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in handle_hash()
|
D | unstrip.c | 486 CONVERT_HASH (Elf64_Xword); in adjust_relocs()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 576 Elf64_Xword *pP = (Elf64_Xword *)P; in do_Elf_Rela_relocations()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 676 Elf64_Xword *pP = (Elf64_Xword *)P;
|
/external/valgrind/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 …]
|