Searched refs:MachOSegmentCommand (Results 1 – 1 of 1) sorted by relevance
470 Writer::Slot<MachOSegmentCommand> cmd = in Write()489 struct MachOSegmentCommand { struct in v8::internal::GDBJITInterface::MachO537 Writer::Slot<MachOSegmentCommand> WriteSegmentCommand(Writer* w, in WriteSegmentCommand()540 Writer::Slot<MachOSegmentCommand> cmd = in WriteSegmentCommand()541 w->CreateSlotHere<MachOSegmentCommand>(); in WriteSegmentCommand()556 cmd->cmdsize = sizeof(MachOSegmentCommand) + in WriteSegmentCommand()561 void WriteSections(Writer* w, Writer::Slot<MachOSegmentCommand> cmd, in WriteSections()