Searched refs:Elf32_Rel (Results 1 – 5 of 5) sorted by relevance
18 # X86 relocations use the Elf32_Rel format. Addends are neither stored in the
47 # ARM relocations use the Elf32_Rel format. Addends are neither stored in the
3 ## Elf32_Rel dynamic relocations by default, but can use Elf32_Rela with -z rela.
1260 struct Elf32_Rel { struct
806 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()