Searched refs:R_PPC32_PLTREL (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Relocations.h | 98 R_PPC32_PLTREL, enumerator
|
| H A D | Relocations.cpp | 193 return oneof<R_PLT, R_PLT_PC, R_PLT_GOTPLT, R_PPC32_PLTREL, R_PPC64_CALL_PLT>( in needsPlt() 233 case R_PPC32_PLTREL: in fromPlt() 964 R_PLT_PC, R_PLT_GOTPLT, R_PPC32_PLTREL, R_PPC64_CALL_PLT, in isStaticLinkTimeConstant() 1370 } else if (oneof<R_GOTONLY_PC, R_GOTREL, R_PPC32_PLTREL, R_PPC64_TOCBASE, in scanOne() 1402 if (config->emachine == EM_PPC && expr == R_PPC32_PLTREL) in scanOne()
|
| H A D | InputSection.cpp | 740 case R_PPC32_PLTREL: in getRelocTargetVA()
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC.cpp | 248 return R_PPC32_PLTREL; in getRelExpr()
|