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

  /src/external/gpl3/binutils/dist/include/sim/
callback.h 137 int fdmap[MAX_CALLBACK_FDS];
136 int fdmap[MAX_CALLBACK_FDS]; member in struct:host_callback_struct
  /src/external/gpl3/binutils.old/dist/include/sim/
callback.h 137 int fdmap[MAX_CALLBACK_FDS];
136 int fdmap[MAX_CALLBACK_FDS]; member in struct:host_callback_struct
  /src/external/gpl3/gdb/dist/include/sim/
callback.h 137 int fdmap[MAX_CALLBACK_FDS];
136 int fdmap[MAX_CALLBACK_FDS]; member in struct:host_callback_struct
  /src/external/gpl3/gdb/dist/sim/common/
callback.c 71 fdmap (host_callback *p, int fd) function
73 return p->fdmap[fd];
132 result = close (fdmap (p, fd));
176 result = isatty (fdmap (p, fd));
190 result = lseek (fdmap (p, fd), off, way);
210 p->fdmap[i] = f;
267 result = read (fdmap (p, fd), buf, len);
334 real_fd = fdmap (p, fd);
474 result = fstat (fdmap (p, fd), buf);
508 result = ftruncate (fdmap (p, fd), len)
    [all...]
  /src/external/gpl3/gdb.old/dist/include/sim/
callback.h 137 int fdmap[MAX_CALLBACK_FDS];
136 int fdmap[MAX_CALLBACK_FDS]; member in struct:host_callback_struct
  /src/external/gpl3/gdb.old/dist/sim/common/
callback.c 71 fdmap (host_callback *p, int fd) function
73 return p->fdmap[fd];
132 result = close (fdmap (p, fd));
176 result = isatty (fdmap (p, fd));
190 result = lseek (fdmap (p, fd), off, way);
210 p->fdmap[i] = f;
267 result = read (fdmap (p, fd), buf, len);
334 real_fd = fdmap (p, fd);
474 result = fstat (fdmap (p, fd), buf);
508 result = ftruncate (fdmap (p, fd), len)
    [all...]

Completed in 32 milliseconds