Searched refs:rebaseSection (Results 1 – 1 of 1) sorted by relevance
87 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument91 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()101 if (rebaseSection->isNeeded()) { in writeTo()102 c->rebase_off = rebaseSection->fileOff; in writeTo()103 c->rebase_size = rebaseSection->getFileSize(); in writeTo()123 RebaseSection *rebaseSection; member in __anon69c588340111::LCDyldInfo