Searched refs:PltSection (Results 1 – 5 of 5) sorted by relevance
656 class PltSection : public SyntheticSection {658 PltSection(bool IsIplt);1018 PltSection *Plt;1019 PltSection *Iplt;
2310 PltSection::PltSection(bool IsIplt) in PltSection() function in PltSection2321 void PltSection::writeTo(uint8_t *Buf) { in writeTo()2340 template <class ELFT> void PltSection::addEntry(Symbol &Sym) { in addEntry()2352 size_t PltSection::getSize() const { in getSize()2358 void PltSection::addSymbols() { in addSymbols()2369 unsigned PltSection::getPltRelocOff() const { in getPltRelocOff()3175 template void PltSection::addEntry<ELF32LE>(Symbol &Sym);3176 template void PltSection::addEntry<ELF32BE>(Symbol &Sym);3177 template void PltSection::addEntry<ELF64LE>(Symbol &Sym);3178 template void PltSection::addEntry<ELF64BE>(Symbol &Sym);
148 PltSection *Plt = IsInIplt ? In.Iplt : In.Plt; in getPltVA()
412 In.Plt = make<PltSection>(false); in createSyntheticSections()414 In.Iplt = make<PltSection>(true); in createSyntheticSections()
764 static void addPltEntry(PltSection *Plt, GotPltSection *GotPlt, in addPltEntry()