Searched refs:ChainedFixupsSection (Results 1 – 3 of 3) sorted by relevance
733 class ChainedFixupsSection final : public LinkEditSection {735 ChainedFixupsSection();812 ChainedFixupsSection *chainedFixups = nullptr;
2013 ChainedFixupsSection::ChainedFixupsSection() in ChainedFixupsSection() function in ChainedFixupsSection2016 bool ChainedFixupsSection::isNeeded() const { in isNeeded()2032 void ChainedFixupsSection::addBinding(const Symbol *sym, in addBinding()2051 ChainedFixupsSection::getBinding(const Symbol *sym, int64_t addend) const { in getBinding()2091 size_t ChainedFixupsSection::SegmentInfo::getSize() const { in getSize()2097 size_t ChainedFixupsSection::SegmentInfo::writeTo(uint8_t *buf) const { in writeTo()2139 void ChainedFixupsSection::writeTo(uint8_t *buf) const { in writeTo()2199 void ChainedFixupsSection::finalizeContents() { in finalizeContents()
603 LCChainedFixups(ChainedFixupsSection *section) : section(section) {} in LCChainedFixups()615 ChainedFixupsSection *section;1334 in.chainedFixups = make<ChainedFixupsSection>(); in createSyntheticSections()