Searched refs:MachOSegmentCommand (Results 1 – 1 of 1) sorted by relevance
487 Writer::Slot<MachOSegmentCommand> cmd = WriteSegmentCommand(w, in Write()507 struct MachOSegmentCommand { struct in v8::internal::GDBJITInterface::BASE_EMBEDDED557 Writer::Slot<MachOSegmentCommand> WriteSegmentCommand(Writer* w, in WriteSegmentCommand()560 Writer::Slot<MachOSegmentCommand> cmd = in WriteSegmentCommand()561 w->CreateSlotHere<MachOSegmentCommand>(); in WriteSegmentCommand()576 cmd->cmdsize = sizeof(MachOSegmentCommand) + sizeof(MachOSection::Header) * in WriteSegmentCommand()583 Writer::Slot<MachOSegmentCommand> cmd, in WriteSections()