reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
109 auto &MLC = LC.MachOLoadCommand; 134 assert(LC.Sections.empty() && "__LINKEDIT segment has sections"); 143 for (auto &Sec : LC.Sections) { 183 sizeof(MachO::section) * LC.Sections.size(); 184 MLC.segment_command_data.nsects = LC.Sections.size(); 192 sizeof(MachO::section_64) * LC.Sections.size(); 193 MLC.segment_command_64_data.nsects = LC.Sections.size();