| ... | @@ -1471,6 +1471,7 @@ fn sortSections(self: *MachO) !void { | ... | @@ -1471,6 +1471,7 @@ fn sortSections(self: *MachO) !void { |
| 1471 | &self.cstring_section_index, | 1471 | &self.cstring_section_index, |
| 1472 | &self.ustring_section_index, | 1472 | &self.ustring_section_index, |
| 1473 | &self.text_const_section_index, | 1473 | &self.text_const_section_index, |
| | 1474 | &self.objc_methlist_section_index, |
| 1474 | &self.objc_methname_section_index, | 1475 | &self.objc_methname_section_index, |
| 1475 | &self.objc_methtype_section_index, | 1476 | &self.objc_methtype_section_index, |
| 1476 | &self.objc_classname_section_index, | 1477 | &self.objc_classname_section_index, |