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