Searched refs:ChainedFixupsSection (Results 1 – 3 of 3) sorted by relevance
786 class ChainedFixupsSection final : public LinkEditSection {788 ChainedFixupsSection();865 ChainedFixupsSection *chainedFixups = nullptr;
2302 ChainedFixupsSection::ChainedFixupsSection() in ChainedFixupsSection() function in ChainedFixupsSection2305 bool ChainedFixupsSection::isNeeded() const { in isNeeded()2313 void ChainedFixupsSection::addBinding(const Symbol *sym, in addBinding()2332 ChainedFixupsSection::getBinding(const Symbol *sym, int64_t addend) const { in getBinding()2372 size_t ChainedFixupsSection::SegmentInfo::getSize() const { in getSize()2378 size_t ChainedFixupsSection::SegmentInfo::writeTo(uint8_t *buf) const { in writeTo()2420 void ChainedFixupsSection::writeTo(uint8_t *buf) const { in writeTo()2477 void ChainedFixupsSection::finalizeContents() { in finalizeContents()
626 LCChainedFixups(ChainedFixupsSection *section) : section(section) {} in LCChainedFixups()638 ChainedFixupsSection *section;1387 in.chainedFixups = make<ChainedFixupsSection>(); in createSyntheticSections()