Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc487 Writer::Slot<MachOSegmentCommand> cmd = WriteSegmentCommand(w, in Write()
507 struct MachOSegmentCommand { struct in v8::internal::GDBJITInterface::BASE_EMBEDDED
557 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()