Home
last modified time | relevance | path

Searched refs:Elf64_Xword (Results 1 - 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp83 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 AlignDif in alignFileOffset()
[all...]
H A DIceELFObjectWriter.h98 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);
H A DIceELFSection.h49 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 ShFlag in ELFRelocationSection()
[all...]
H A DIceELFSection.cpp58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment()
60 Elf64_Xword AlignDiff = Utils::OffsetToAlignment(Header.sh_size, Align); in padToAlignment()
/third_party/elfutils/libelf/
H A Dgnuhash_xlate.h56 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()
H A Delf_compress_gnu.c59 Elf64_Xword sh_flags; in elf_compress_gnu()
61 Elf64_Xword sh_addralign; in elf_compress_gnu()
H A Delf.h39 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_inf
[all...]
H A Delf_getdata.c110 [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()
H A Dlibelf.h55 Elf64_Xword ch_size; /* Uncompressed data size. */
56 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */
107 ELF_T_XWORD, /* Elf32_Xword, Elf64_Xword, ... */
/third_party/rust/crates/libc/src/unix/haiku/
H A Db64.rs16 pub p_filesz: ::Elf64_Xword,
17 pub p_memsz: ::Elf64_Xword,
18 pub p_align: ::Elf64_Xword,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h39 using Elf64_Xword = uint64_t;
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) in setSymbolAndType()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h42 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) in setSymbolAndType()
[all...]
/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86_64.rs9 pub type Elf64_Xword = ::c_ulong; types
37 pub p_filesz: ::Elf64_Xword,
38 pub p_memsz: ::Elf64_Xword,
39 pub p_align: ::Elf64_Xword,
/third_party/musl/include/
H A Delf.h20 typedef uint64_t Elf64_Xword; typedef
343 Elf64_Xword sh_flags;
346 Elf64_Xword sh_size;
349 Elf64_Xword sh_addralign;
350 Elf64_Xword sh_entsize;
441 Elf64_Xword ch_size;
442 Elf64_Xword ch_addralign;
470 Elf64_Xword st_size;
548 Elf64_Xword r_info;
561 Elf64_Xword r_inf
[all...]
/third_party/musl/porting/linux/user/include/
H A Delf.h20 typedef uint64_t Elf64_Xword; typedef
343 Elf64_Xword sh_flags;
346 Elf64_Xword sh_size;
349 Elf64_Xword sh_addralign;
350 Elf64_Xword sh_entsize;
436 Elf64_Xword ch_size;
437 Elf64_Xword ch_addralign;
464 Elf64_Xword st_size;
542 Elf64_Xword r_info;
555 Elf64_Xword r_inf
[all...]
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h20 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_inf
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h20 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_inf
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h20 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_inf
[all...]
/third_party/elfutils/backends/
H A Dalpha_init.c60 eh->sysvhash_entrysize = sizeof (Elf64_Xword); in alpha_init()
H A Ds390_init.c71 eh->sysvhash_entrysize = sizeof (Elf64_Xword); in s390_init()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp1106 (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()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp1051 (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/
H A Dpkg_genc.cpp1051 (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/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DDecompressor.cpp70 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word)); in consumeCompressedZLibHeader()
/third_party/elfutils/src/
H A Delflint.c2080 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in check_sysv_hash64()
2081 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in check_sysv_hash64()
2083 uint64_t maxwords = shdr->sh_size / sizeof (Elf64_Xword); in check_sysv_hash64()
2091 (long int) ((2 + nbucket + nchain) * sizeof (Elf64_Xword))); in check_sysv_hash64()
2108 Elf64_Xword *buf = (Elf64_Xword *) data->d_buf; in check_sysv_hash64()
2109 Elf64_Xword *end = (Elf64_Xword *) ((cha in check_sysv_hash64()
[all...]

Completed in 71 milliseconds

12