Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp87 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument
91 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()
105 if (bindingSection->isNeeded()) { in writeTo()
106 c->bind_off = bindingSection->fileOff; in writeTo()
107 c->bind_size = bindingSection->getFileSize(); in writeTo()
124 BindingSection *bindingSection; member in __anoneb56ad3f0111::LCDyldInfo