Home
last modified time | relevance | path

Searched refs:Elf64_Xword (Results 1 – 25 of 37) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
Delf.h22 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/
DIceELFObjectWriter.cpp90 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 …]
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);
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 ShFlags, Elf64_Xword ShAddralign, in ELFRelocationSection()
226 Elf64_Xword ShEntsize) in ELFRelocationSection()
DIceELFSection.cpp58 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/
DELF.h41 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/
DELF.h40 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/
Delf.h31 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/
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)s << 32) + (t & 0xffffffffL); in setSymbolAndType()
[all …]
/external/llvm/include/llvm/Support/
DELF.h42 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/
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()
Delf.h43 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 …]
Delf_compress_gnu.c59 Elf64_Xword sh_flags; in elf_compress_gnu()
61 Elf64_Xword sh_addralign; in elf_compress_gnu()
Dlibelf.h55 Elf64_Xword ch_size; /* Uncompressed data size. */
56 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */
Delf_getdata.c217 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/
Delfparse.h81 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/
Delf.h42 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/
D2009-01-21-InvalidIterator.c9 typedef uint64_t Elf64_Xword; typedef
17 Elf64_Xword p_align;
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp942 (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/
Dalpha_init.c66 eh->sysvhash_entrysize = sizeof (Elf64_Xword); in alpha_init()
Ds390_init.c77 eh->sysvhash_entrysize = sizeof (Elf64_Xword); in s390_init()
/external/google-breakpad/src/common/android/include/
Delf.h106 Elf64_Xword d_val;
/external/elfutils/src/
Delflint.c2077 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 …]
Dstrip.c937 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/
DDecompressor.cpp71 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word)); in consumeCompressedZLibHeader()

12