Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp86 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument
90 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()
100 if (rebaseSection->isNeeded()) { in writeTo()
101 c->rebase_off = rebaseSection->fileOff; in writeTo()
102 c->rebase_size = rebaseSection->getFileSize(); in writeTo()
122 RebaseSection *rebaseSection; member in __anoneb56ad3f0111::LCDyldInfo