reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
207 Sec.RelOff = Sec.Relocations.empty() ? 0 : Offset; 207 Sec.RelOff = Sec.Relocations.empty() ? 0 : Offset; 208 Sec.NReloc = Sec.Relocations.size(); 208 Sec.NReloc = Sec.Relocations.size(); 209 Offset += sizeof(MachO::any_relocation_info) * Sec.NReloc;