/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 22 typedef __u64 Elf64_Xword; typedef 150 Elf64_Xword d_val; 169 Elf64_Xword r_info; /* index and type of relocation */ 180 Elf64_Xword r_info; /* index and type of relocation */ 199 Elf64_Xword st_size; /* Associated symbol size */ 262 Elf64_Xword p_filesz; /* Segment size in file */ 263 Elf64_Xword p_memsz; /* Segment size in memory */ 264 Elf64_Xword p_align; /* Segment alignment, file & memory */ 320 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ 323 Elf64_Xword sh_size; /* Size of section in bytes */ [all …]
|
/external/swiftshader/third_party/subzero/src/ |
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 | IceELFObjectWriter.cpp | 89 const Elf64_Xword SymTabAlign = ELF64 ? 8 : 4; in ELFObjectWriter() 90 const Elf64_Xword SymTabEntSize = in ELFObjectWriter() 105 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in createSection() 106 Elf64_Xword ShEntsize) { in createSection() 122 const Elf64_Xword ShAlign = ELF64 ? 8 : 4; in createRelocationSection() 123 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection() 126 constexpr Elf64_Xword ShFlags = 0; in createRelocationSection() 209 Elf64_Off ELFObjectWriter::alignFileOffset(Elf64_Xword Align) { in alignFileOffset() 211 Elf64_Xword AlignDiff = Utils::OffsetToAlignment(OffsetInFile, Align); in alignFileOffset() 231 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; in writeFunctionCode() [all …]
|
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/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 | 39 typedef uint64_t Elf64_Xword; typedef 399 Elf64_Xword sh_flags; /* Section flags */ 402 Elf64_Xword sh_size; /* Section size in bytes */ 405 Elf64_Xword sh_addralign; /* Section alignment */ 406 Elf64_Xword sh_entsize; /* Entry size if section holds table */ 500 Elf64_Xword ch_size; /* Uncompressed data size. */ 501 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */ 533 Elf64_Xword st_size; /* Symbol size */ 645 Elf64_Xword r_info; /* Relocation type and symbol index */ 660 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 | 215 Elf64_Xword size; in __libelf_set_rawdata_wrlock() 216 Elf64_Xword align; in __libelf_set_rawdata_wrlock() 217 Elf64_Xword flags; in __libelf_set_rawdata_wrlock()
|
/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 39 using Elf64_Xword = uint64_t; variable 790 Elf64_Xword sh_flags; 793 Elf64_Xword sh_size; 796 Elf64_Xword sh_addralign; 797 Elf64_Xword sh_entsize; 1017 Elf64_Xword st_size; // Size of the symbol 1124 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 1133 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL); in setSymbolAndType() 1140 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 1150 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL); in setSymbolAndType() [all …]
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 39 using Elf64_Xword = uint64_t; variable 813 Elf64_Xword sh_flags; 816 Elf64_Xword sh_size; 819 Elf64_Xword sh_addralign; 820 Elf64_Xword sh_entsize; 1044 Elf64_Xword st_size; // Size of the symbol 1151 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 1160 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL); in setSymbolAndType() 1167 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. 1177 r_info = ((Elf64_Xword)s << 32) + (t & 0xffffffffL); in setSymbolAndType() [all …]
|
/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/llvm-project/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 9 typedef uint64_t Elf64_Xword; typedef 17 Elf64_Xword p_align;
|
/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/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 20 typedef uint64_t Elf64_Xword; typedef 242 Elf64_Xword sh_flags; 245 Elf64_Xword sh_size; 248 Elf64_Xword sh_addralign; 249 Elf64_Xword sh_entsize; 341 Elf64_Xword st_size; 420 Elf64_Xword r_info; 433 Elf64_Xword r_info; 445 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type)) 466 Elf64_Xword p_filesz; [all …]
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 253 pub type Elf64_Xword = __u64; typedef 281 pub p_filesz: Elf64_Xword, 282 pub p_memsz: Elf64_Xword, 283 pub p_align: Elf64_Xword,
|
/external/elfutils/backends/ |
D | alpha_init.c | 60 eh->sysvhash_entrysize = sizeof (Elf64_Xword); in alpha_init()
|
D | s390_init.c | 71 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/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 1051 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */ in writeObjectCode() 1056 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */ in writeObjectCode() 1076 (Elf64_Xword)sizeof(entry), /* sh_size */ in writeObjectCode() 1240 sectionHeaders64[4].sh_size=(Elf64_Xword)size; in writeObjectCode() 1242 symbols64[1].st_size=(Elf64_Xword)size; in writeObjectCode()
|
/external/llvm-project/llvm/lib/Object/ |
D | Decompressor.cpp | 70 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word)); in consumeCompressedZLibHeader()
|