Home
last modified time | relevance | path

Searched refs:ChainedFixupsSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h721 class ChainedFixupsSection final : public LinkEditSection {
723 ChainedFixupsSection();
800 ChainedFixupsSection *chainedFixups = nullptr;
H A DSyntheticSections.cpp1978 ChainedFixupsSection::ChainedFixupsSection() in ChainedFixupsSection() function in ChainedFixupsSection
1981 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()
H A DWriter.cpp603 LCChainedFixups(ChainedFixupsSection *section) : section(section) {} in LCChainedFixups()
615 ChainedFixupsSection *section;
1340 in.chainedFixups = make<ChainedFixupsSection>(); in createSyntheticSections()