Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h47 R_PLT, enumerator
DRelocations.cpp372 return oneof<R_PLT_PC, R_PPC32_PLTREL, R_PPC64_CALL_PLT, R_PLT>(expr); in needsPlt()
416 if (e == R_GOT || e == R_PLT || e == R_TLSDESC) in isStaticLinkTimeConstant()
466 return R_PLT; in toPlt()
481 case R_PLT: in fromPlt()
DInputSection.cpp781 case R_PLT: in getRelocTargetVA()
/external/llvm-project/lld/ELF/Arch/
DMips.cpp114 return R_PLT; in getRelExpr()