/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 22 typedef __u64 Elf64_Xword; typedef 149 Elf64_Xword d_val; 168 Elf64_Xword r_info; /* index and type of relocation */ 179 Elf64_Xword r_info; /* index and type of relocation */ 198 Elf64_Xword st_size; /* Associated symbol size */ 261 Elf64_Xword p_filesz; /* Segment size in file */ 262 Elf64_Xword p_memsz; /* Segment size in memory */ 263 Elf64_Xword p_align; /* Segment alignment, file & memory */ 319 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ 322 Elf64_Xword sh_size; /* Size of section in bytes */ [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 90 const Elf64_Xword SymTabAlign = ELF64 ? 8 : 4; in ELFObjectWriter() 91 const Elf64_Xword SymTabEntSize = in ELFObjectWriter() 106 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in createSection() 107 Elf64_Xword ShEntsize) { in createSection() 123 const Elf64_Xword ShAlign = ELF64 ? 8 : 4; in createRelocationSection() 124 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection() 127 constexpr Elf64_Xword ShFlags = 0; in createRelocationSection() 210 Elf64_Off ELFObjectWriter::alignFileOffset(Elf64_Xword Align) { in alignFileOffset() 212 Elf64_Xword AlignDiff = Utils::OffsetToAlignment(OffsetInFile, Align); in alignFileOffset() 232 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; in writeFunctionCode() [all …]
|
D | IceELFObjectWriter.h | 98 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, 99 Elf64_Xword ShEntsize, 129 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, 130 Elf64_Xword ShEntsize); 139 Elf64_Off alignFileOffset(Elf64_Xword Align);
|
D | IceELFSection.h | 49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, in ELFSection() 50 Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) in ELFSection() 69 void setSize(Elf64_Xword sh_size) { Header.sh_size = sh_size; } in setSize() 82 Elf64_Xword getSectionAlign() const { return Header.sh_addralign; } in getSectionAlign() 134 void padToAlignment(ELFStreamer &Str, Elf64_Xword Align); 169 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFSymbolTableSection() 170 Elf64_Xword ShEntsize) in ELFSymbolTableSection() 225 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFRelocationSection() 226 Elf64_Xword ShEntsize) in ELFRelocationSection()
|
D | IceELFSection.cpp | 58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment() 60 Elf64_Xword AlignDiff = Utils::OffsetToAlignment(Header.sh_size, Align); in padToAlignment()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 40 using Elf64_Xword = uint64_t; variable 748 Elf64_Xword sh_flags; 751 Elf64_Xword sh_size; 754 Elf64_Xword sh_addralign; 755 Elf64_Xword sh_entsize; 969 Elf64_Xword st_size; // Size of the symbol 1076 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 1085 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL); in setSymbolAndType() 1092 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 1102 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL); in setSymbolAndType() [all …]
|
/external/u-boot/include/ |
D | elf.h | 31 typedef uint64_t Elf64_Xword; typedef 248 Elf64_Xword sh_flags; /* flags */ 251 Elf64_Xword sh_size; /* section size */ 254 Elf64_Xword sh_addralign; /* address alignment */ 255 Elf64_Xword sh_entsize; /* section entry size */ 416 Elf64_Xword r_info; /* index and type of relocation */ 421 Elf64_Xword r_info; /* index and type of relocation */ 448 Elf64_Xword p_filesz; /* number of bytes in file for seg */ 449 Elf64_Xword p_memsz; /* number of bytes in mem. for seg */ 450 Elf64_Xword p_align; /* memory alignment */ [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 42 typedef uint64_t Elf64_Xword; typedef 640 Elf64_Xword sh_flags; 643 Elf64_Xword sh_size; 646 Elf64_Xword sh_addralign; 647 Elf64_Xword sh_entsize; 850 Elf64_Xword st_size; // Size of the symbol 956 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. 982 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL); in setSymbolAndType() [all …]
|
/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/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 402 Elf64_Xword sh_flags; /* Section flags */ 405 Elf64_Xword sh_size; /* Section size in bytes */ 408 Elf64_Xword sh_addralign; /* Section alignment */ 409 Elf64_Xword sh_entsize; /* Entry size if section holds table */ 502 Elf64_Xword ch_size; /* Uncompressed data size. */ 503 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */ 535 Elf64_Xword st_size; /* Symbol size */ 647 Elf64_Xword r_info; /* Relocation type and symbol index */ 662 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 | 217 Elf64_Xword size; in __libelf_set_rawdata_wrlock() 218 Elf64_Xword align; in __libelf_set_rawdata_wrlock() 219 Elf64_Xword flags; in __libelf_set_rawdata_wrlock()
|
/external/minijail/ |
D | elfparse.h | 81 Elf64_Xword p_filesz; /* Segment size in file */ 82 Elf64_Xword p_memsz; /* Segment size in memory */ 83 Elf64_Xword p_align; /* Segment alignment */
|
/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/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 9 typedef uint64_t Elf64_Xword; typedef 17 Elf64_Xword p_align;
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 942 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */ in writeObjectCode() 947 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */ in writeObjectCode() 967 (Elf64_Xword)sizeof(entry), /* sh_size */ in writeObjectCode() 1118 sectionHeaders64[4].sh_size=(Elf64_Xword)size; in writeObjectCode() 1120 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 | 77 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 | elflint.c | 2077 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in check_sysv_hash64() 2078 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in check_sysv_hash64() 2080 uint64_t maxwords = shdr->sh_size / sizeof (Elf64_Xword); in check_sysv_hash64() 2088 (long int) ((2 + nbucket + nchain) * sizeof (Elf64_Xword))); in check_sysv_hash64() 2105 Elf64_Xword *buf = (Elf64_Xword *) data->d_buf; in check_sysv_hash64() 2106 Elf64_Xword *end = (Elf64_Xword *) ((char *) data->d_buf + shdr->sh_size); in check_sysv_hash64() 2191 Elf64_Xword *p64; in check_gnu_hash() 2355 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in check_hash() 2514 else if (hash_shdr->sh_entsize == sizeof (Elf64_Xword)) in compare_hash_gnu_hash() 2516 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_data->d_buf; in compare_hash_gnu_hash() [all …]
|
D | strip.c | 937 Elf64_Xword lastsec_size = 0; in handle_elf() 2311 == sizeof (Elf64_Xword)); in handle_elf() 2313 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf() 2318 elf_assert (symd->d_size >= 2 * sizeof (Elf64_Xword)); in handle_elf() 2319 Elf64_Xword nbucket = bucket[0]; in handle_elf() 2320 Elf64_Xword nchain = bucket[1]; in handle_elf() 2321 uint64_t maxwords = hashd->d_size / sizeof (Elf64_Xword); in handle_elf() 2330 Elf64_Xword *chain = bucket + nbucket; in handle_elf() 2334 * sizeof (Elf64_Xword)); in handle_elf() 2342 * sizeof (Elf64_Xword)); in handle_elf()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | Decompressor.cpp | 71 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word)); in consumeCompressedZLibHeader()
|