Lines Matching refs:relaPlt
1302 if (in.relaPlt->getParent() == relaDyn.getParent()) in addRelaSz()
1303 size += in.relaPlt->getSize(); in addRelaSz()
1311 static uint64_t addPltRelSz() { return in.relaPlt->getSize(); } in addPltRelSz()
1431 if (isMain && in.relaPlt->isNeeded()) { in computeContents()
1432 addInSec(DT_JMPREL, *in.relaPlt); in computeContents()
1445 if (llvm::find_if(in.relaPlt->relocs, [](const DynamicReloc &r) { in computeContents()
1448 }) != in.relaPlt->relocs.end()) in computeContents()
1453 if (llvm::any_of(in.relaPlt->relocs, [](const DynamicReloc &r) { in computeContents()
1684 if (in.relaPlt.get() == this && in.gotPlt->getParent()) { in finalizeContents()
4483 relaPlt.reset(); in reset()
4878 in.relaPlt = std::make_unique<RelocationSection<ELFT>>( in createSyntheticSections()
4881 add(*in.relaPlt); in createSyntheticSections()