Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h97 R_RISCV_ADD, enumerator
HDInputSection.cpp664 case R_RISCV_ADD: in getRelocTargetVA()
865 if (expr != R_ABS && expr != R_DTPREL && expr != R_RISCV_ADD) { in relocateNonAlloc()
HDRelocations.cpp379 R_PPC64_CALL_PLT, R_PPC64_RELAX_TOC, R_RISCV_ADD, R_TLSDESC_CALL, in isStaticLinkTimeConstant()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDRISCV.cpp213 return R_RISCV_ADD; in getRelExpr()