Searched refs:IpltSection (Results 1 – 2 of 2) sorted by relevance
759 class IpltSection final : public SyntheticSection {763 IpltSection();1504 std::unique_ptr<IpltSection> iplt;
2597 IpltSection::IpltSection() in IpltSection() function in IpltSection2605 void IpltSection::writeTo(uint8_t *buf) { in writeTo()2613 size_t IpltSection::getSize() const { in getSize()2617 void IpltSection::addEntry(Symbol &sym) { in addEntry()2624 void IpltSection::addSymbols() { in addSymbols()4894 in.iplt = std::make_unique<IpltSection>(); in createSyntheticSections()