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