Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h92 R_ARM_PCA, enumerator
H A DInputSection.cpp830 case R_ARM_PCA: { in getRelocTargetVA()
832 if (expr == R_ARM_PCA) in getRelocTargetVA()
H A DRelocations.cpp221 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_ARM_PCA, R_MIPS_GOTREL, in isRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp175 return R_ARM_PCA; in getRelExpr()