Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h155 class RebaseSection final : public LinkEditSection {
157 RebaseSection();
784 RebaseSection *rebase = nullptr;
H A DWriter.cpp88 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo()
124 RebaseSection *rebaseSection;
1342 in.rebase = make<RebaseSection>(); in createSyntheticSections()
H A DSyntheticSections.cpp167 RebaseSection::RebaseSection() in RebaseSection() function in RebaseSection
275 void RebaseSection::finalizeContents() { in finalizeContents()
297 void RebaseSection::writeTo(uint8_t *buf) const { in writeTo()