Searched refs:IpltSection (Results 1 – 3 of 3) sorted by relevance
745 class IpltSection final : public SyntheticSection {749 IpltSection();1259 IpltSection *iplt;
2615 IpltSection::IpltSection() in IpltSection() function in IpltSection2623 void IpltSection::writeTo(uint8_t *buf) { in writeTo()2631 size_t IpltSection::getSize() const { in getSize()2635 void IpltSection::addEntry(Symbol &sym) { in addEntry()2641 void IpltSection::addSymbols() { in addSymbols()
559 in.iplt = make<IpltSection>(); in createSyntheticSections()