Searched refs:rebaseSection (Results 1 – 1 of 1) sorted by relevance
88 LCDyldInfo(RebaseSection *rebaseSection, BindingSection *bindingSection, in LCDyldInfo() argument92 : rebaseSection(rebaseSection), bindingSection(bindingSection), in LCDyldInfo()102 if (rebaseSection->isNeeded()) { in writeTo()103 c->rebase_off = rebaseSection->fileOff; in writeTo()104 c->rebase_size = rebaseSection->getFileSize(); in writeTo()124 RebaseSection *rebaseSection; member in __anona61fce6f0111::LCDyldInfo