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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-procfs.c968 int tempread; local
982 tempread = nto_read_auxv_from_initial_stack (initial_stack, tempbuf,
985 tempread = std::min (tempread, len) - offset;
986 memcpy (readbuf, tempbuf + offset, tempread);
987 *xfered_len = tempread;
988 return tempread ? TARGET_XFER_OK : TARGET_XFER_EOF;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-procfs.c946 int tempread; local
960 tempread = nto_read_auxv_from_initial_stack (initial_stack, tempbuf,
963 tempread = std::min (tempread, len) - offset;
964 memcpy (readbuf, tempbuf + offset, tempread);
965 *xfered_len = tempread;
966 return tempread ? TARGET_XFER_OK : TARGET_XFER_EOF;

Completed in 296 milliseconds