Searched refs:ELF64 (Results 1 – 9 of 9) sorted by relevance
71 : 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 …]
106 bool ELF64; variable
20 // for now the 64-bit architectures use ELF64:
112 Class: ELF64
3 Class: ELF64
999 * elf_begin.c (file_read_elf): Correct ELF64 section offset check.
26648 - Add support for ELF6430606 * [#5351](https://github.com/apache/nuttx/pull/5351) binfmt: elf.c: Fix syslog formats for ELF64