Searched refs:ChainedFixupsSection (Results 1 – 3 of 3) sorted by relevance
721 class ChainedFixupsSection final : public LinkEditSection {723 ChainedFixupsSection();800 ChainedFixupsSection *chainedFixups = nullptr;
1978 ChainedFixupsSection::ChainedFixupsSection() in ChainedFixupsSection() function in ChainedFixupsSection1981 bool ChainedFixupsSection::isNeeded() const { in isNeeded()1997 void ChainedFixupsSection::addBinding(const Symbol *sym, in addBinding()2016 ChainedFixupsSection::getBinding(const Symbol *sym, int64_t addend) const { in getBinding()2056 size_t ChainedFixupsSection::SegmentInfo::getSize() const { in getSize()2062 size_t ChainedFixupsSection::SegmentInfo::writeTo(uint8_t *buf) const { in writeTo()2104 void ChainedFixupsSection::writeTo(uint8_t *buf) const { in writeTo()2164 void ChainedFixupsSection::finalizeContents() { in finalizeContents()
603 LCChainedFixups(ChainedFixupsSection *section) : section(section) {} in LCChainedFixups()615 ChainedFixupsSection *section;1340 in.chainedFixups = make<ChainedFixupsSection>(); in createSyntheticSections()