Home
last modified time | relevance | path

Searched refs:MachOSegmentCommand (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dgdb-jit.cc485 Writer::Slot<MachOSegmentCommand> cmd = WriteSegmentCommand(w, in Write()
505 struct MachOSegmentCommand { struct in v8::internal::GDBJITInterface::BASE_EMBEDDED
555 Writer::Slot<MachOSegmentCommand> WriteSegmentCommand(Writer* w, in WriteSegmentCommand()
558 Writer::Slot<MachOSegmentCommand> cmd = in WriteSegmentCommand()
559 w->CreateSlotHere<MachOSegmentCommand>(); in WriteSegmentCommand()
574 cmd->cmdsize = sizeof(MachOSegmentCommand) + sizeof(MachOSection::Header) * in WriteSegmentCommand()
581 Writer::Slot<MachOSegmentCommand> cmd, in WriteSections()