Home
last modified time | relevance | path

Searched refs:igotPlt (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp165 return in.igotPlt->getVA() + getGotPltOffset(); in getGotVA()
175 return in.igotPlt->getVA() + getGotPltOffset(); in getGotPltVA()
H A DOutputSections.cpp895 rel.inputSec == in.igotPlt.get())) in checkDynRelAddends()
H A DSyntheticSections.h1492 std::unique_ptr<IgotPltSection> igotPlt; member
H A DSyntheticSections.cpp4468 igotPlt.reset(); in reset()
4851 in.igotPlt = std::make_unique<IgotPltSection>(); in createSyntheticSections()
4852 add(*in.igotPlt); in createSyntheticSections()
H A DRelocations.cpp1745 addPltEntry(*in.iplt, *in.igotPlt, dyn, target->iRelativeRel, *directSym); in handleNonPreemptibleIfunc()
H A DWriter.cpp1970 finalizeSynthetic(in.igotPlt.get()); in finalizeSections()