Searched refs:rebaseSection (Results 1 – 1 of 1) sorted by relevance
86 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument90 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()100 if (rebaseSection->isNeeded()) { in writeTo()101 c->rebase_off = rebaseSection->fileOff; in writeTo()102 c->rebase_size = rebaseSection->getFileSize(); in writeTo()122 RebaseSection *rebaseSection; member in __anoneb56ad3f0111::LCDyldInfo