Searched refs:Elf64_Rel (Results 1 – 3 of 3) sorted by relevance
3 ## Elf64_Rel dynamic relocations by default, but can use Elf64_Rel with -z rel.
1296 struct Elf64_Rel { struct
806 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()