Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DWriter.cpp87 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument
91 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()
101 if (rebaseSection->isNeeded()) { in writeTo()
102 c->rebase_off = rebaseSection->fileOff; in writeTo()
103 c->rebase_size = rebaseSection->getFileSize(); in writeTo()
123 RebaseSection *rebaseSection; member in __anon69c588340111::LCDyldInfo