1 instantiation of LinkEditLoadCommand
Microsoft.NET.HostModel (1)
MachO\MachObjectFile.cs (1)
446_codeSignatureLoadCommand = (new LinkEditLoadCommand(MachLoadCommandType.CodeSignature, csOffset, csSize, _header), csPtr);
12 references to LinkEditLoadCommand
Microsoft.NET.HostModel (12)
MachO\BinaryFormat\LinkEditLoadCommand.cs (2)
25unsafe { commandSize = (uint)sizeof(LinkEditLoadCommand); } 31public bool IsDefault => this.Equals(default(LinkEditLoadCommand));
MachO\MachObjectFile.cs (10)
24private (LinkEditLoadCommand Command, long FileOffset) _codeSignatureLoadCommand; 45(LinkEditLoadCommand Command, long FileOffset) codeSignatureLC, 87out (LinkEditLoadCommand Command, long FileOffset) codeSignatureLC, 213LinkEditLoadCommand clearedCommand = default; 216_header.SizeOfCommands -= (uint)sizeof(LinkEditLoadCommand); 277static bool CodeSignatureLCsAreEquivalent((LinkEditLoadCommand Command, long FileOffset) a, (LinkEditLoadCommand Command, long FileOffset) b, MachHeader header) 333out (LinkEditLoadCommand Command, long FileOffset) codeSignatureLC, 355inputFile.Read(commandsPtr, out LinkEditLoadCommand leCommand); 435_header.SizeOfCommands += (uint)sizeof(LinkEditLoadCommand);