Searched refs:load_command_start (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dgdb-jit.cc512 uintptr_t load_command_start = w->position(); local
516 WriteSections(w, cmd, header, load_command_start);
611 uintptr_t load_command_start) {
615 header->sizeofcmds = w->position() - load_command_start;
608 WriteSections(Writer* w, Writer::Slot<MachOSegmentCommand> cmd, Writer::Slot<MachOHeader> header, uintptr_t load_command_start) argument
/external/v8/src/
H A Dgdb-jit.cc510 uintptr_t load_command_start = w->position(); local
514 WriteSections(w, cmd, header, load_command_start);
609 uintptr_t load_command_start) {
613 header->sizeofcmds = w->position() - load_command_start;
606 WriteSections(Writer* w, Writer::Slot<MachOSegmentCommand> cmd, Writer::Slot<MachOHeader> header, uintptr_t load_command_start) argument

Completed in 54 milliseconds