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

  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.c 312 raw_read (unix_stream *s, void *buf, ssize_t nbyte) function
499 .read = (void *) raw_read,
599 did_read = raw_read (s, s->buffer, s->buffer_size);
612 did_read = raw_read (s, p, to_read);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c 312 raw_read (unix_stream *s, void *buf, ssize_t nbyte) function
499 .read = (void *) raw_read,
599 did_read = raw_read (s, s->buffer, s->buffer_size);
612 did_read = raw_read (s, p, to_read);
  /src/external/gpl3/gdb/dist/gdb/
regcache.c 615 readable_regcache::raw_read (int regnum, gdb::array_view<gdb_byte> dst) function in class:readable_regcache
631 readable_regcache::raw_read (int regnum, gdb_byte *dst) function in class:readable_regcache
635 return raw_read (regnum, gdb::make_array_view (dst, size));
642 return regcache->raw_read (regnum, val);
647 readable_regcache::raw_read (int regnum, T *val) function in class:readable_regcache
653 register_status status = raw_read (regnum, view);
668 return gdb::checked_static_cast<struct regcache *> (regcache)->raw_read
722 return raw_read (regnum, dst);
957 return raw_read (regnum, dst);
968 status = raw_read (regnum, reg)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.c 615 readable_regcache::raw_read (int regnum, gdb::array_view<gdb_byte> dst) function in class:readable_regcache
631 readable_regcache::raw_read (int regnum, gdb_byte *dst) function in class:readable_regcache
635 return raw_read (regnum, gdb::make_array_view (dst, size));
642 return regcache->raw_read (regnum, val);
647 readable_regcache::raw_read (int regnum, T *val) function in class:readable_regcache
653 register_status status = raw_read (regnum, view);
668 return gdb::checked_static_cast<struct regcache *> (regcache)->raw_read
722 return raw_read (regnum, dst);
957 return raw_read (regnum, dst);
968 status = raw_read (regnum, reg)
    [all...]

Completed in 26 milliseconds