Home
last modified time | relevance | path

Searched refs:ELF64 (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp71 : Ctx(Ctx), Str(Out), ELF64(isELF64(getFlags())) { in ELFObjectWriter()
83 const Elf64_Xword SymTabAlign = ELF64 ? 8 : 4; in ELFObjectWriter()
85 ELF64 ? sizeof(Elf64_Sym) : sizeof(Elf32_Sym); in ELFObjectWriter()
113 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL; in createRelocationSection()
114 const std::string RelPrefix = ELF64 ? ".rela" : ".rel"; in createRelocationSection()
116 const Elf64_Xword ShAlign = ELF64 ? 8 : 4; in createRelocationSection()
117 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection()
455 if (ELF64) { in writeInitialELFHeader()
626 if (ELF64) { in writeRelocationSections()
656 SymTab->writeData(Str, ELF64); in writeNonUserSections()
[all …]
DIceELFObjectWriter.h106 bool ELF64; variable
DIceTypes.def20 // for now the 64-bit architectures use ELF64:
/third_party/elfutils/tests/
Drun-getphdrnum.sh112 Class: ELF64
/third_party/elfio/tests/elf_examples/
Dhello_64_o.txt3 Class: ELF64
Dhello_64.txt3 Class: ELF64
Dls.readelf3 Class: ELF64
/third_party/elfutils/libelf/
DChangeLog999 * elf_begin.c (file_read_elf): Correct ELF64 section offset check.
/third_party/NuttX/
DReleaseNotes26648 - Add support for ELF64
30606 * [#5351](https://github.com/apache/nuttx/pull/5351) binfmt: elf.c: Fix syslog formats for ELF64