Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.cpp88 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument
92 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()
106 if (bindingSection->isNeeded()) { in writeTo()
107 c->bind_off = bindingSection->fileOff; in writeTo()
108 c->bind_size = bindingSection->getFileSize(); in writeTo()
125 BindingSection *bindingSection; member in __anonf5f323350111::LCDyldInfo