/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/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 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 */ 391 Elf64_Xword ch_size; /* Uncompressed data size. */ 392 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */ 424 Elf64_Xword st_size; /* Symbol size */ 536 Elf64_Xword r_info; /* Relocation type and symbol index */ 551 Elf64_Xword r_info; /* Relocation type and symbol index */ [all …]
|
D | elf_compress_gnu.c | 59 Elf64_Xword sh_flags; in elf_compress_gnu() 61 Elf64_Xword sh_addralign; in elf_compress_gnu()
|
D | libelf.h | 55 Elf64_Xword ch_size; /* Uncompressed data size. */ 56 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */
|
D | elf_getdata.c | 222 Elf64_Xword size; in __libelf_set_rawdata_wrlock() 223 Elf64_Xword align; in __libelf_set_rawdata_wrlock() 224 Elf64_Xword flags; in __libelf_set_rawdata_wrlock()
|
D | elf_compress.c | 344 Elf64_Xword sh_flags; in elf_compress() 346 Elf64_Xword sh_addralign; in elf_compress()
|
D | elf_begin.c | 201 Elf64_Xword size; in get_shnum() 217 sizeof (Elf64_Xword)); in get_shnum() 219 if (unlikely (pread_retry (fildes, &size, sizeof (Elf64_Xword), in get_shnum() 222 != sizeof (Elf64_Xword))) in get_shnum()
|
D | gelf.h | 51 typedef Elf64_Xword GElf_Xword;
|
D | ChangeLog | 92 * elf_begin.c (get_shnum): Elf64_Shdr.sh_size is an Elf64_Xword. 404 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 617 Elf64_Xword sh_flags; 620 Elf64_Xword sh_size; 623 Elf64_Xword sh_addralign; 624 Elf64_Xword sh_entsize; 821 Elf64_Xword st_size; // Size of the symbol 929 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 940 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType() 947 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 959 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType() [all …]
|
/external/minijail/ |
D | elfparse.h | 87 Elf64_Xword p_filesz; /* Segment size in file */ 88 Elf64_Xword p_memsz; /* Segment size in memory */ 89 Elf64_Xword p_align; /* Segment alignment */
|
/external/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 9 typedef uint64_t Elf64_Xword; typedef 17 Elf64_Xword p_align;
|
/external/elfutils/backends/ |
D | alpha_init.c | 66 eh->sysvhash_entrysize = sizeof (Elf64_Xword); in alpha_init()
|
D | s390_init.c | 76 eh->sysvhash_entrysize = sizeof (Elf64_Xword); in s390_init()
|
/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/ |
D | strip.c | 1623 == sizeof (Elf64_Xword)); in handle_elf() 1625 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf() 1630 elf_assert (symd->d_size >= 2 * sizeof (Elf64_Xword)); in handle_elf() 1631 Elf64_Xword nbucket = bucket[0]; in handle_elf() 1632 Elf64_Xword nchain = bucket[1]; in handle_elf() 1633 uint64_t maxwords = hashd->d_size / sizeof (Elf64_Xword); in handle_elf() 1642 Elf64_Xword *chain = bucket + nbucket; in handle_elf() 1646 * sizeof (Elf64_Xword)); in handle_elf() 1654 * sizeof (Elf64_Xword)); in handle_elf()
|
D | elflint.c | 2056 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in check_sysv_hash64() 2057 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in check_sysv_hash64() 2078 Elf64_Xword *buf = (Elf64_Xword *) data->d_buf; in check_sysv_hash64() 2079 Elf64_Xword *end = (Elf64_Xword *) ((char *) data->d_buf + shdr->sh_size); in check_sysv_hash64() 2164 Elf64_Xword *p64; in check_gnu_hash() 2326 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in check_hash() 2487 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_data->d_buf; in compare_hash_gnu_hash() 2496 Elf64_Xword nbucket = hasharr[0]; in compare_hash_gnu_hash() 2497 Elf64_Xword nchain = hasharr[1]; in compare_hash_gnu_hash() 2498 uint64_t maxwords = hash_data->d_size / sizeof (Elf64_Xword); in compare_hash_gnu_hash() [all …]
|
D | elfcmp.c | 829 const Elf64_Xword *w1 = p1; in compare_Elf64_Xword() 830 const Elf64_Xword *w2 = p2; in compare_Elf64_Xword() 901 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 | 3145 if (unlikely (data->d_size < 2 * sizeof (Elf64_Xword))) in handle_sysv_hash64() 3153 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in handle_sysv_hash64() 3154 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in handle_sysv_hash64() 3156 uint64_t maxwords = data->d_size / sizeof (Elf64_Xword); in handle_sysv_hash64() 3162 Elf64_Xword *bucket = &((Elf64_Xword *) data->d_buf)[2]; in handle_sysv_hash64() 3163 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; in handle_sysv_hash64() 3169 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash64() 3171 Elf64_Xword inner = bucket[cnt]; in handle_sysv_hash64() 3324 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in handle_hash()
|
D | unstrip.c | 518 CONVERT_HASH (Elf64_Xword); in adjust_relocs() 908 sections_flags_match (Elf64_Xword sh_flags1, Elf64_Xword sh_flags2, in sections_flags_match()
|
/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;
|