1 instantiation of LinkEditLoadCommand
Microsoft.NET.HostModel (1)
MachO\MachObjectFile.cs (1)
464_codeSignatureLoadCommand = (new LinkEditLoadCommand(MachLoadCommandType.CodeSignature, csOffset, csSize, _header), csPtr);
12 references to LinkEditLoadCommand
Microsoft.NET.HostModel (12)
MachO\BinaryFormat\LinkEditLoadCommand.cs (2)
24uint commandSize = (uint)sizeof(LinkEditLoadCommand); 30public bool IsDefault => this.Equals(default(LinkEditLoadCommand));
MachO\MachObjectFile.cs (10)
29private (LinkEditLoadCommand Command, long FileOffset) _codeSignatureLoadCommand; 61(LinkEditLoadCommand Command, long FileOffset) codeSignatureLC, 103out (LinkEditLoadCommand Command, long FileOffset) codeSignatureLC, 231LinkEditLoadCommand clearedCommand = default; 234_header.SizeOfCommands -= (uint)sizeof(LinkEditLoadCommand); 295static bool CodeSignatureLCsAreEquivalent((LinkEditLoadCommand Command, long FileOffset) a, (LinkEditLoadCommand Command, long FileOffset) b, MachHeader header) 351out (LinkEditLoadCommand Command, long FileOffset) codeSignatureLC, 373inputFile.Read(commandsPtr, out LinkEditLoadCommand leCommand); 453_header.SizeOfCommands += (uint)sizeof(LinkEditLoadCommand);