/third_party/libunwind/include/win/ |
D | freebsd-elf64.h | 45 typedef uint64_t Elf64_Xword; typedef 61 typedef Elf64_Xword Elf64_Size; 93 Elf64_Xword sh_flags; /* Section flags. */ 96 Elf64_Xword sh_size; /* Size in bytes. */ 99 Elf64_Xword sh_addralign; /* Alignment in bytes. */ 100 Elf64_Xword sh_entsize; /* Size of each entry in section. */ 113 Elf64_Xword p_filesz; /* Size of contents in file. */ 114 Elf64_Xword p_memsz; /* Size of contents in memory. */ 115 Elf64_Xword p_align; /* Alignment in memory and file. */ 125 Elf64_Xword d_val; /* Integer value. */ [all …]
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf64.h | 45 typedef uint64_t Elf64_Xword; typedef 61 typedef Elf64_Xword Elf64_Size; 93 Elf64_Xword sh_flags; /* Section flags. */ 96 Elf64_Xword sh_size; /* Size in bytes. */ 99 Elf64_Xword sh_addralign; /* Alignment in bytes. */ 100 Elf64_Xword sh_entsize; /* Size of each entry in section. */ 113 Elf64_Xword p_filesz; /* Size of contents in file. */ 114 Elf64_Xword p_memsz; /* Size of contents in memory. */ 115 Elf64_Xword p_align; /* Alignment in memory and file. */ 125 Elf64_Xword d_val; /* Integer value. */ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 83 const Elf64_Xword SymTabAlign = ELF64 ? 8 : 4; in ELFObjectWriter() 84 const Elf64_Xword SymTabEntSize = in ELFObjectWriter() 99 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in createSection() 100 Elf64_Xword ShEntsize) { in createSection() 116 const Elf64_Xword ShAlign = ELF64 ? 8 : 4; in createRelocationSection() 117 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection() 120 constexpr Elf64_Xword ShFlags = 0; in createRelocationSection() 203 Elf64_Off ELFObjectWriter::alignFileOffset(Elf64_Xword Align) { in alignFileOffset() 205 Elf64_Xword AlignDiff = Utils::OffsetToAlignment(OffsetInFile, Align); in alignFileOffset() 225 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()
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/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 401 Elf64_Xword sh_flags; /* Section flags */ 404 Elf64_Xword sh_size; /* Section size in bytes */ 407 Elf64_Xword sh_addralign; /* Section alignment */ 408 Elf64_Xword sh_entsize; /* Entry size if section holds table */ 503 Elf64_Xword ch_size; /* Uncompressed data size. */ 504 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */ 537 Elf64_Xword st_size; /* Symbol size */ 649 Elf64_Xword r_info; /* Relocation type and symbol index */ 664 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 | elf_getdata.c | 110 [ELF_T_GNUHASH] = __alignof__ (Elf64_Xword), 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()
|
D | libelf.h | 55 Elf64_Xword ch_size; /* Uncompressed data size. */ 56 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | b64.rs | 16 pub p_filesz: ::Elf64_Xword, 17 pub p_memsz: ::Elf64_Xword, 18 pub p_align: ::Elf64_Xword,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | x86_64.rs | 9 pub type Elf64_Xword = ::c_ulong; typedef 37 pub p_filesz: ::Elf64_Xword, 38 pub p_memsz: ::Elf64_Xword, 39 pub p_align: ::Elf64_Xword,
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 20 typedef uint64_t Elf64_Xword; typedef 342 Elf64_Xword sh_flags; 345 Elf64_Xword sh_size; 348 Elf64_Xword sh_addralign; 349 Elf64_Xword sh_entsize; 435 Elf64_Xword ch_size; 436 Elf64_Xword ch_addralign; 463 Elf64_Xword st_size; 541 Elf64_Xword r_info; 554 Elf64_Xword r_info; [all …]
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 20 typedef uint64_t Elf64_Xword; typedef 342 Elf64_Xword sh_flags; 345 Elf64_Xword sh_size; 348 Elf64_Xword sh_addralign; 349 Elf64_Xword sh_entsize; 434 Elf64_Xword ch_size; 435 Elf64_Xword ch_addralign; 462 Elf64_Xword st_size; 540 Elf64_Xword r_info; 553 Elf64_Xword r_info; [all …]
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 20 typedef uint64_t Elf64_Xword; typedef 342 Elf64_Xword sh_flags; 345 Elf64_Xword sh_size; 348 Elf64_Xword sh_addralign; 349 Elf64_Xword sh_entsize; 434 Elf64_Xword ch_size; 435 Elf64_Xword ch_addralign; 462 Elf64_Xword st_size; 540 Elf64_Xword r_info; 553 Elf64_Xword r_info; [all …]
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 20 typedef uint64_t Elf64_Xword; typedef 342 Elf64_Xword sh_flags; 345 Elf64_Xword sh_size; 348 Elf64_Xword sh_addralign; 349 Elf64_Xword sh_entsize; 434 Elf64_Xword ch_size; 435 Elf64_Xword ch_addralign; 462 Elf64_Xword st_size; 540 Elf64_Xword r_info; 553 Elf64_Xword r_info; [all …]
|
/third_party/musl/include/ |
D | elf.h | 20 typedef uint64_t Elf64_Xword; typedef 342 Elf64_Xword sh_flags; 345 Elf64_Xword sh_size; 348 Elf64_Xword sh_addralign; 349 Elf64_Xword sh_entsize; 434 Elf64_Xword ch_size; 435 Elf64_Xword ch_addralign; 462 Elf64_Xword st_size; 540 Elf64_Xword r_info; 553 Elf64_Xword r_info; [all …]
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 20 typedef uint64_t Elf64_Xword; typedef 342 Elf64_Xword sh_flags; 345 Elf64_Xword sh_size; 348 Elf64_Xword sh_addralign; 349 Elf64_Xword sh_entsize; 434 Elf64_Xword ch_size; 435 Elf64_Xword ch_addralign; 462 Elf64_Xword st_size; 540 Elf64_Xword r_info; 553 Elf64_Xword r_info; [all …]
|
/third_party/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 1106 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */ in writeObjectCode() 1111 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */ in writeObjectCode() 1131 (Elf64_Xword)sizeof(entry), /* sh_size */ in writeObjectCode() 1295 sectionHeaders64[4].sh_size=(Elf64_Xword)size; in writeObjectCode() 1297 symbols64[1].st_size=(Elf64_Xword)size; in writeObjectCode()
|