Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSymbols.cpp165 return in.igotPlt->getVA() + getGotPltOffset(); in getGotVA()
175 return in.igotPlt->getVA() + getGotPltOffset(); in getGotPltVA()
HDOutputSections.cpp895 rel.inputSec == in.igotPlt.get())) in checkDynRelAddends()
HDSyntheticSections.h1492 std::unique_ptr<IgotPltSection> igotPlt; member
HDSyntheticSections.cpp4468 igotPlt.reset(); in reset()
4851 in.igotPlt = std::make_unique<IgotPltSection>(); in createSyntheticSections()
4852 add(*in.igotPlt); in createSyntheticSections()
HDRelocations.cpp1745 addPltEntry(*in.iplt, *in.igotPlt, dyn, target->iRelativeRel, *directSym); in handleNonPreemptibleIfunc()
HDWriter.cpp1974 finalizeSynthetic(in.igotPlt.get()); in finalizeSections()