Home
last modified time | relevance | path

Searched refs:Elf32_Rel (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dreloc-directive-elf-32.s18 # X86 relocations use the Elf32_Rel format. Addends are neither stored in the
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dreloc-directive.s47 # ARM relocations use the Elf32_Rel format. Addends are neither stored in the
/llvm-project-15.0.7/lld/test/ELF/
H A Di386-zrel-zrela.s3 ## Elf32_Rel dynamic relocations by default, but can use Elf32_Rela with -z rela.
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h1260 struct Elf32_Rel { struct
/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp806 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()