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