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)
25
unsafe { commandSize = (uint)sizeof(
LinkEditLoadCommand
); }
31
public bool IsDefault => this.Equals(default(
LinkEditLoadCommand
));
MachO\MachObjectFile.cs (10)
24
private (
LinkEditLoadCommand
Command, long FileOffset) _codeSignatureLoadCommand;
45
(
LinkEditLoadCommand
Command, long FileOffset) codeSignatureLC,
87
out (
LinkEditLoadCommand
Command, long FileOffset) codeSignatureLC,
213
LinkEditLoadCommand
clearedCommand = default;
216
_header.SizeOfCommands -= (uint)sizeof(
LinkEditLoadCommand
);
277
static bool CodeSignatureLCsAreEquivalent((
LinkEditLoadCommand
Command, long FileOffset) a, (
LinkEditLoadCommand
Command, long FileOffset) b, MachHeader header)
333
out (
LinkEditLoadCommand
Command, long FileOffset) codeSignatureLC,
355
inputFile.Read(commandsPtr, out
LinkEditLoadCommand
leCommand);
435
_header.SizeOfCommands += (uint)sizeof(
LinkEditLoadCommand
);