Lines Matching refs:commands
370 .D32(0) // no load commands
371 .D32(0) // the load commands occupy no bytes
392 .D32(0) // no load commands
393 .D32(0) // the load commands occupy no bytes
414 .D32(0) // no load commands
415 .D32(0) // the load commands occupy no bytes
436 .D32(0) // no load commands
437 .D32(0) // the load commands occupy no bytes
664 // A SizedSection holding a list of Mach-O load commands.
694 // The number of load commands we have added to this file so far.
710 // command list. This Places COMMANDS immediately after the header.
712 MachOFile &Header(LoadCommands *commands,
723 D32(commands->final_command_count()); // number of load commands
724 D32(commands->final_size()); // their size in bytes
728 Place(commands);
793 .D32(0) // no load commands
812 .D32(0) // no load commands
840 .D32(0) // no load commands
856 .D32(0) // no load commands
877 .D32(0) // no load commands
900 .D32(0) // no load commands
923 .D32(0) // no load commands
946 .D32(0) // no load commands
1306 // making sure the commands have different lengths ensures that we're
1393 LoadCommands commands;
1394 commands.Place(&segment_command);
1397 file.Header(&commands).Place(&segment);
1462 LoadCommands commands;
1463 commands.Place(&command);
1466 file.Header(&commands).Place(&segment);
1503 LoadCommands commands;
1504 commands.Place(&command);
1507 file.Header(&commands).Place(&segment);
1544 LoadCommands commands;
1545 commands.Place(&command);
1548 file.Header(&commands).Place(&segment);
1584 LoadCommands commands;
1585 commands.Place(&command);
1588 file.Header(&commands);
1637 LoadCommands commands;
1638 commands.Place(&segment_command1).Place(&segment_command2);
1641 file.Header(&commands).Place(&segment1).Place(&segment2);
1694 LoadCommands commands;
1695 commands.Place(&cmd1).Place(&cmd2).Place(&cmd3);
1698 file.Header(&commands).Place(&segment1).Place(&segment2).Place(&segment3);