reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1343 addPltEntry<ELFT>(in.iplt, in.igotPlt, in.relaIplt, target->iRelativeRel, 1362 d.section = in.iplt;tools/lld/ELF/Symbols.cpp
171 PltSection *plt = isInIplt ? in.iplt : in.plt;
tools/lld/ELF/Writer.cpp520 in.iplt = make<PltSection>(true); 521 add(in.iplt); 1755 if (in.iplt && in.iplt->isNeeded()) 1755 if (in.iplt && in.iplt->isNeeded()) 1756 in.iplt->addSymbols(); 1887 finalizeSynthetic(in.iplt);