Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.h155 class RebaseSection final : public LinkEditSection {
157 RebaseSection();
796 RebaseSection *rebase = nullptr;
H A DWriter.cpp88 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo()
124 RebaseSection *rebaseSection;
1336 in.rebase = make<RebaseSection>(); in createSyntheticSections()
H A DSyntheticSections.cpp174 RebaseSection::RebaseSection() in RebaseSection() function in RebaseSection
282 void RebaseSection::finalizeContents() { in finalizeContents()
304 void RebaseSection::writeTo(uint8_t *buf) const { in writeTo()