Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc470 Writer::Slot<MachOSegmentCommand> cmd = in Write()
489 struct MachOSegmentCommand { struct in v8::internal::GDBJITInterface::MachO
537 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()