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.h156 class RebaseSection final : public LinkEditSection {
158 RebaseSection();
847 RebaseSection *rebase = nullptr;
H A DWriter.cpp87 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo()
123 RebaseSection *rebaseSection;
1360 in.rebase = make<RebaseSection>(); in createSyntheticSections()
H A DSyntheticSections.cpp168 RebaseSection::RebaseSection() in RebaseSection() function in RebaseSection
276 void RebaseSection::finalizeContents() { in finalizeContents()
298 void RebaseSection::writeTo(uint8_t *buf) const { in writeTo()