Searched refs:SIM_ADDR (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-hrw.c30 sim_read (SIM_DESC sd, SIM_ADDR mem, void *buffer, int length)
38 sim_write (SIM_DESC sd, SIM_ADDR mem, const void *buffer, int length)
H A Dsim-utils.h66 typedef int sim_write_fn (SIM_DESC sd, SIM_ADDR mem,
/netbsd-current/external/gpl3/binutils.old/dist/include/sim/
H A Dsim.h34 typedef unsigned int SIM_ADDR; typedef
36 typedef CORE_ADDR_TYPE SIM_ADDR; typedef
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
180 int sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length);
/netbsd-current/external/gpl3/gdb.old/dist/include/sim/
H A Dsim.h30 typedef unsigned int SIM_ADDR; typedef
166 int sim_read (SIM_DESC sd, SIM_ADDR mem, void *buf, int length);
173 int sim_write (SIM_DESC sd, SIM_ADDR mem, const void *buf, int length);
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dsimops.h82 uint32_t load_data_mem(SIM_DESC sd, SIM_ADDR addr, int len);
83 void store_data_mem(SIM_DESC sd, SIM_ADDR addr, int len, uint32_t data);
/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dsim-if.c141 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/riscv/
H A Dinterp.c144 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dgdb-if.c208 sim_read (SIM_DESC sd, SIM_ADDR mem, void *buf, int length)
224 sim_write (SIM_DESC sd, SIM_ADDR mem, const void *buf, int length)
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dsim_calls.c128 sim_read (SIM_DESC sd, SIM_ADDR mem, void *buf, int length)
139 sim_write (SIM_DESC sd, SIM_ADDR mem, const void *buf, int length)
/netbsd-current/external/gpl3/gdb.old/dist/sim/bpf/
H A Dsim-if.c200 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/or1k/
H A Dsim-if.c267 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Dsim-if.c202 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dsim-if.c155 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dsim-if.c187 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Dinterf.c333 sim_write (SIM_DESC sd, SIM_ADDR mem, const void *buffer, int length)
345 sim_read (SIM_DESC sd, SIM_ADDR mem, void *buffer, int length)
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dgdb-if.c162 sim_read (SIM_DESC sd, SIM_ADDR mem, void *buf, int length)
175 sim_write (SIM_DESC sd, SIM_ADDR mem, const void *buf, int length)
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dgdb-if.c229 sim_read (SIM_DESC sd, SIM_ADDR mem, void *buffer, int length)
255 sim_write (SIM_DESC sd, SIM_ADDR mem, const void *buffer, int length)
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c55 char* pr_addr (SIM_ADDR addr);
137 static SIM_ADDR idt_monitor_base = 0xBFC00000;
138 static SIM_ADDR pmon_monitor_base = 0xBFC00500;
139 static SIM_ADDR lsipmon_monitor_base = 0xBFC00200;
1084 SIM_ADDR address;
1724 SIM_ADDR address,
2460 pr_addr (SIM_ADDR addr)
H A Dsim-main.h1035 void dotrace (SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, SIM_ADDR address, int width, const char *comment, ...) ATTRIBUTE_PRINTF (7, 8);
1047 char* pr_addr (SIM_ADDR addr);
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Dwrapper.c155 SIM_ADDR addr,
172 SIM_ADDR addr,
/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dinterp.c667 SIM_ADDR virt,
709 sim_write (SIM_DESC sd, SIM_ADDR addr, const void *buffer, int size)
718 sim_read (SIM_DESC sd, SIM_ADDR addr, void *buffer, int size)
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dsim-if.c490 cris_write_interp (SIM_DESC sd, SIM_ADDR mem, const void *buf, int length)
976 SIM_ADDR addr;
979 addr = cris_start_address != (SIM_ADDR) -1
/netbsd-current/external/gpl3/gdb.old/dist/sim/avr/
H A Dinterp.c1529 sim_write (SIM_DESC sd, SIM_ADDR addr, const void *buffer, int size)
1566 sim_read (SIM_DESC sd, SIM_ADDR addr, void *buffer, int size)
1765 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/pru/
H A Dinterp.c835 SIM_ADDR addr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c1122 SIM_ADDR addr;

Completed in 153 milliseconds

12