Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h48 R_PLT, enumerator
HDRelocations.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()
HDInputSection.cpp857 case R_PLT: in getRelocTargetVA()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDLoongArch.cpp404 return isJirl(read32le(loc)) ? R_PLT : R_ABS; in getRelExpr()
HDMips.cpp111 return R_PLT; in getRelExpr()