Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/RISCV/
Dalign.s1 # The file testing Nop insertion with R_RISCV_ALIGN for relaxation.
31 # We need to insert N-MinNopSize bytes NOPs and R_RISCV_ALIGN relocation
35 # The first R_RISCV_ALIGN come from
37 # C-EXT-RELAX-RELOC: R_RISCV_ALIGN - 0x2
41 # C-EXT-RELAX-RELOC: R_RISCV_ALIGN - 0x2
46 # RELAX-RELOC: R_RISCV_ALIGN - 0x4
48 # C-EXT-RELAX-RELOC: R_RISCV_ALIGN - 0x6
55 # RELAX-RELOC: R_RISCV_ALIGN - 0xC
60 # C-EXT-RELAX-RELOC: R_RISCV_ALIGN - 0xE
71 # RELAX-RELOC: R_RISCV_ALIGN - 0x4
[all …]
/external/llvm-project/lld/test/ELF/
Driscv-reloc-align.s6 # CHECK: relocation R_RISCV_ALIGN requires unimplemented linker relaxation
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DRISCV.def45 ELF_RELOC(R_RISCV_ALIGN, 43)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def45 ELF_RELOC(R_RISCV_ALIGN, 43)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DRISCV.def45 ELF_RELOC(R_RISCV_ALIGN, 43)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp144 return ELF::R_RISCV_ALIGN; in getRelocType()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp146 return ELF::R_RISCV_ALIGN; in getRelocType()
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp242 case R_RISCV_ALIGN: in getRelExpr()
/external/elfutils/libelf/
Delf.h3940 #define R_RISCV_ALIGN 43 macro