Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h656 class PltSection : public SyntheticSection {
658 PltSection(bool IsIplt);
1018 PltSection *Plt;
1019 PltSection *Iplt;
H A DSyntheticSections.cpp2310 PltSection::PltSection(bool IsIplt) in PltSection() function in PltSection
2321 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);
H A DSymbols.cpp148 PltSection *Plt = IsInIplt ? In.Iplt : In.Plt; in getPltVA()
H A DWriter.cpp412 In.Plt = make<PltSection>(false); in createSyntheticSections()
414 In.Iplt = make<PltSection>(true); in createSyntheticSections()
H A DRelocations.cpp764 static void addPltEntry(PltSection *Plt, GotPltSection *GotPlt, in addPltEntry()