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.cpp86 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument
90 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()
104 if (bindingSection->isNeeded()) { in writeTo()
105 c->bind_off = bindingSection->fileOff; in writeTo()
106 c->bind_size = bindingSection->getFileSize(); in writeTo()
123 BindingSection *bindingSection; member in __anoneb56ad3f0111::LCDyldInfo