/external/syslinux/com32/include/sys/ |
D | elf64.h | 15 typedef uint64_t Elf64_Xword; typedef 27 Elf64_Xword d_val; 39 Elf64_Xword r_info; 44 Elf64_Xword r_info; 56 Elf64_Xword st_size; 86 Elf64_Xword p_filesz; 87 Elf64_Xword p_memsz; 88 Elf64_Xword p_align; 96 Elf64_Xword sh_flags; 99 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 */ 318 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ 321 Elf64_Xword sh_size; /* Size of section in bytes */ [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 41 typedef uint64_t Elf64_Xword; typedef 676 Elf64_Xword sh_flags; 679 Elf64_Xword sh_size; 682 Elf64_Xword sh_addralign; 683 Elf64_Xword sh_entsize; 833 Elf64_Xword st_size; // Size of the symbol 921 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 925 Elf64_Xword getSymbol() const { return (r_info >> 32); } in getSymbol() 931 void setSymbolAndType(Elf64_Xword s, unsigned char t) { in setSymbolAndType() 939 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. [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;
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 42 typedef uint64_t Elf64_Xword; typedef 639 Elf64_Xword sh_flags; 642 Elf64_Xword sh_size; 645 Elf64_Xword sh_addralign; 646 Elf64_Xword sh_entsize; 846 Elf64_Xword st_size; // Size of the symbol 954 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 965 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType() 972 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 984 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/kmod/port-gnu/ |
D | elf.h | 42 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 */ 390 Elf64_Xword ch_size; /* Uncompressed data size. */ 391 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */ 423 Elf64_Xword st_size; /* Symbol size */ 535 Elf64_Xword r_info; /* Relocation type and symbol index */ 550 Elf64_Xword r_info; /* Relocation type and symbol index */ [all …]
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 192 Elf64_Xword *dest = module_get_absolute(rel->r_offset, module); in perform_relocation() 278 Elf64_Xword rela_size = 0; in resolve_symbols() 279 Elf64_Xword rela_entry = 0; in resolve_symbols() 280 Elf64_Xword sym_ent = 0; in resolve_symbols()
|
/external/syslinux/com32/include/sys/x86_64/ |
D | module.h | 33 typedef Elf64_Xword Elf_Bword;
|
/external/icu/icu4c/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/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/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; \
|