Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h157 class RebaseSection final : public LinkEditSection {
159 RebaseSection();
628 RebaseSection *rebase = nullptr;
H A DWriter.cpp88 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo()
124 RebaseSection *rebaseSection;
1216 in.rebase = make<RebaseSection>(); in createSyntheticSections()
H A DSyntheticSections.cpp163 RebaseSection::RebaseSection() in RebaseSection() function in RebaseSection
271 void RebaseSection::finalizeContents() { in finalizeContents()
293 void RebaseSection::writeTo(uint8_t *buf) const { in writeTo()