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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dnto-low.c280 int data_ofs = 0; local
304 data_ofs += (anint + 2) * sizeof (void *); /* + 2 comes from argc itself and
309 while (nto_xfer_memory (initial_stack + data_ofs,
313 data_ofs += sizeof (anint);
317 initial_stack += data_ofs;

Completed in 48 milliseconds