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)
24
uint commandSize = (uint)sizeof(
LinkEditLoadCommand
);
30
public bool IsDefault => this.Equals(default(
LinkEditLoadCommand
));
MachO\MachObjectFile.cs (10)
29
private (
LinkEditLoadCommand
Command, long FileOffset) _codeSignatureLoadCommand;
61
(
LinkEditLoadCommand
Command, long FileOffset) codeSignatureLC,
103
out (
LinkEditLoadCommand
Command, long FileOffset) codeSignatureLC,
231
LinkEditLoadCommand
clearedCommand = default;
234
_header.SizeOfCommands -= (uint)sizeof(
LinkEditLoadCommand
);
295
static bool CodeSignatureLCsAreEquivalent((
LinkEditLoadCommand
Command, long FileOffset) a, (
LinkEditLoadCommand
Command, long FileOffset) b, MachHeader header)
351
out (
LinkEditLoadCommand
Command, long FileOffset) codeSignatureLC,
373
inputFile.Read(commandsPtr, out
LinkEditLoadCommand
leCommand);
453
_header.SizeOfCommands += (uint)sizeof(
LinkEditLoadCommand
);