HomeSort by: relevance | last modified time | path
    Searched defs:tempread (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
nto-procfs.c 946 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 24 milliseconds