Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h94 R_PPC32_PLTREL, enumerator
DRelocations.cpp372 return oneof<R_PLT_PC, R_PPC32_PLTREL, R_PPC64_CALL_PLT, R_PLT>(expr); in needsPlt()
408 R_PLT_PC, R_TLSGD_GOT, R_TLSGD_GOTPLT, R_TLSGD_PC, R_PPC32_PLTREL, in isStaticLinkTimeConstant()
477 case R_PPC32_PLTREL: in fromPlt()
1374 if (config->emachine == EM_PPC && expr == R_PPC32_PLTREL) in scanReloc()
DInputSection.cpp786 case R_PPC32_PLTREL: in getRelocTargetVA()
/external/llvm-project/lld/ELF/Arch/
DPPC.cpp245 return R_PPC32_PLTREL; in getRelExpr()