Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h48 R_PLT, enumerator
H A DRelocations.cpp206 return oneof<R_PLT, R_PLT_PC, R_PLT_GOTREL, R_PLT_GOTPLT, R_GOTPLT_GOTREL, in needsPlt()
236 return R_PLT; in toPlt()
255 case R_PLT: in fromPlt()
998 if (e == R_GOT || e == R_PLT) in isStaticLinkTimeConstant()
H A DInputSection.cpp857 case R_PLT: in getRelocTargetVA()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp404 return isJirl(read32le(loc)) ? R_PLT : R_ABS; in getRelExpr()
H A DMips.cpp111 return R_PLT; in getRelExpr()