Searched refs:bindingSection (Results 1 – 1 of 1) sorted by relevance
88 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument92 : 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