Home
last modified time | relevance | path

Searched refs:R_RISCV_ADD (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/test/ELF/
Driscv-reloc-add.s13 ## R_RISCV_ADD* and R_RISCV_SUB* are link-time constants, otherwise they are
29 ## of code ranges (e.g. DW_AT_high_pc). Check we allow R_RISCV_ADD*/R_RISCV_SUB*
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dfixups-relax-diff.ll17 ; NORELAX-NOT: R_RISCV_ADD
/external/llvm-project/lld/ELF/
DRelocations.h100 R_RISCV_ADD, enumerator
DInputSection.cpp680 case R_RISCV_ADD: in getRelocTargetVA()
902 if (expr != R_ABS && expr != R_DTPREL && expr != R_RISCV_ADD) { in relocateNonAlloc()
DRelocations.cpp409 R_PPC64_CALL_PLT, R_PPC64_RELAX_TOC, R_RISCV_ADD, R_TLSDESC_CALL, in isStaticLinkTimeConstant()
/external/llvm-project/lld/ELF/Arch/
DRISCV.cpp214 return R_RISCV_ADD; in getRelExpr()