net/JetBrains.FormatRipper/src/MachO/Impl/fat_header.cs [1:13]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; namespace JetBrains.FormatRipper.MachO.Impl { // Note: See https://opensource.apple.com/source/xnu/xnu-344/EXTERNAL_HEADERS/mach-o/fat.h [SuppressMessage("ReSharper", "IdentifierTypo")] [SuppressMessage("ReSharper", "InconsistentNaming")] [SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")] [SuppressMessage("ReSharper", "MemberCanBePrivate.Global")] [StructLayout(LayoutKind.Sequential)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - net/JetBrains.FormatRipper/src/MachO/Impl/linked_data_command.cs [1:12]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; namespace JetBrains.FormatRipper.MachO.Impl { /* LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO, LC_FUNCTION_STARTS, LC_DATA_IN_CODE, or LC_DYLIB_CODE_SIGN_DRS */ [SuppressMessage("ReSharper", "IdentifierTypo")] [SuppressMessage("ReSharper", "InconsistentNaming")] [SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")] [SuppressMessage("ReSharper", "MemberCanBePrivate.Global")] [StructLayout(LayoutKind.Sequential)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -