Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp85 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument
89 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()
103 if (bindingSection->isNeeded()) { in writeTo()
104 c->bind_off = bindingSection->fileOff; in writeTo()
105 c->bind_size = bindingSection->getFileSize(); in writeTo()
122 BindingSection *bindingSection; member in __anon857cdc730111::LCDyldInfo