Searched refs:sim_io_read (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-io.h52 int sim_io_read (SIM_DESC sd, int, char *, int);
H A Dsim-io.c198 sim_io_read (SIM_DESC sd, int fd, function
389 return sim_io_read (sd, sim_io_fd, buf, sizeof_buf);
H A Ddv-pal.c593 hw_pal->reader = sim_io_read;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-io.h59 int sim_io_read (SIM_DESC sd, int, char *, int);
H A Dsim-io.c201 sim_io_read (SIM_DESC sd, int fd, function
394 return sim_io_read (sd, sim_io_fd, buf, sizeof_buf);
H A Ddv-pal.c586 hw_pal->reader = sim_io_read;
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Diq2000.c106 sim_io_read (CPU_STATE (current_cpu),
/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Diq2000.c126 sim_io_read (CPU_STATE (current_cpu),
/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Ddv-mn103ser.c181 serial->reader = sim_io_read;
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103ser.c184 serial->reader = sim_io_read;
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh64/
H A Dsh64.c597 sim_io_read (CPU_STATE (current_cpu),
/netbsd-current/external/gpl3/gdb.old/dist/sim/moxie/
H A Dinterp.c959 cpu.asregs.regs[2] = sim_io_read (sd, fd, buf, len);
/netbsd-current/external/gpl3/gdb/dist/sim/moxie/
H A Dinterp.c962 cpu.asregs.regs[2] = sim_io_read (sd, fd, buf, len);
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c1197 V0 = sim_io_read (sd, fd, buf, nr);
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c1213 V0 = sim_io_read (sd, fd, buf, nr);
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dsimops.c1714 RETVAL = sim_io_read (simulator, PARM1, buf, PARM3);
/netbsd-current/external/gpl3/gdb/dist/sim/v850/
H A Dsimops.c1697 RETVAL = sim_io_read (simulator, PARM1, buf, PARM3);

Completed in 131 milliseconds