Searched refs:iplt (Results 1 – 11 of 11) sorted by relevance
19 # CHECK: Disassembly of section .iplt:21 # CHECK-NEXT: <.iplt>:
23 # DIS32: Disassembly of section .iplt:40 # DIS64: Disassembly of section .iplt:
40 # PDE-NEXT: Disassembly of section .iplt:62 # PIE-NEXT: Disassembly of section .iplt:
65 # DISASM: Disassembly of section .iplt:66 # DISASM: 0000000000201370 <.iplt>:
31 # CHECK: Disassembly of section .iplt:
67 # DISASM: Disassembly of section .iplt:
559 in.iplt = make<IpltSection>(); in createSyntheticSections()560 add(in.iplt); in createSyntheticSections()1988 if (in.iplt && in.iplt->isNeeded()) in finalizeSections()1989 in.iplt->addSymbols(); in finalizeSections()2141 finalizeSynthetic(in.iplt); in finalizeSections()
179 ? in.iplt->getVA() + pltIndex * target->ipltEntrySize in getPltVA()
1490 addPltEntry(in.iplt, in.igotPlt, in.relaIplt, target->iRelativeRel, in scanReloc()1505 d.section = in.iplt; in scanReloc()
1215 IpltSection *iplt; member
2538 return !entries.empty() || (config->zRetpolineplt && in.iplt->isNeeded()); in isNeeded()