Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h43 R_GOTREL, enumerator
H A DRelocations.cpp221 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_ARM_PCA, R_MIPS_GOTREL, in isRelExpr()
237 case R_GOTREL: in toPlt()
260 return R_GOTREL; in fromPlt()
1526 } else if (oneof<R_GOTONLY_PC, R_GOTREL, R_PPC32_PLTREL, R_PPC64_TOCBASE, in scanOne()
H A DInputSection.cpp751 case R_GOTREL: in getRelocTargetVA()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp1022 return R_GOTREL; in getRelExpr()
1029 return config->tocOptimize ? R_PPC64_RELAX_TOC : R_GOTREL; in getRelExpr()
H A DARM.cpp126 return R_GOTREL; in getRelExpr()