Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.cpp159 return in.igotPlt->getVA() + getGotPltOffset(); in getGotVA()
167 return in.igotPlt->getVA() + getGotPltOffset(); in getGotPltVA()
DWriter.cpp518 in.igotPlt = make<IgotPltSection>(); in createSyntheticSections()
519 add(in.igotPlt); in createSyntheticSections()
2136 finalizeSynthetic(in.igotPlt); in finalizeSections()
DSyntheticSections.h1208 IgotPltSection *igotPlt; member
DRelocations.cpp1490 addPltEntry(in.iplt, in.igotPlt, in.relaIplt, target->iRelativeRel, in scanReloc()
DSyntheticSections.cpp1619 getParent()->info = in.igotPlt->getParent()->sectionIndex; in finalizeContents()