Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h50 R_PLT_GOTPLT, enumerator
HDRelocations.cpp206 return oneof<R_PLT, R_PLT_PC, R_PLT_GOTREL, R_PLT_GOTPLT, R_GOTPLT_GOTREL, in needsPlt()
257 case R_PLT_GOTPLT: in fromPlt()
990 R_PLT_PC, R_PLT_GOTREL, R_PLT_GOTPLT, R_GOTPLT_GOTREL, R_GOTPLT_PC, in isStaticLinkTimeConstant()
1523 if (oneof<R_GOTPLTONLY_PC, R_GOTPLTREL, R_GOTPLT, R_PLT_GOTPLT, in scanOne()
HDInputSection.cpp864 case R_PLT_GOTPLT: in getRelocTargetVA()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86_64.cpp396 return R_PLT_GOTPLT; in getRelExpr()