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

  /src/external/gpl3/gdb.old/dist/gdb/
target.c 3092 target_fileio_open and passed as the FD argument to other
3230 target_fileio_open (struct inferior *inf, const char *filename, function
3246 target_debug_printf_nofunc ("target_fileio_open (%d,%s,0x%x,0%o,%d) = %d (%d)",
3465 scoped_target_fd fd (target_fileio_open (inf, filename, FILEIO_O_RDONLY,
  /src/external/gpl3/gdb/dist/gdb/
target.c 3103 target_fileio_open and passed as the FD argument to other
3241 target_fileio_open (struct inferior *inf, const char *filename, function
3257 target_debug_printf_nofunc ("target_fileio_open (%d,%s,0x%x,0%o,%d) = %d (%d)",
3476 scoped_target_fd fd (target_fileio_open (inf, filename, FILEIO_O_RDONLY,

Completed in 17 milliseconds