Home
last modified time | relevance | path

Searched refs:SIM_ADDR (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/gdb/
H A Dremote-sim.h36 typedef unsigned int SIM_ADDR; typedef
38 typedef CORE_ADDR_TYPE SIM_ADDR;
172 int sim_read PARAMS ((SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length));
179 int sim_write PARAMS ((SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length));
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19931096 * remote-sim.h (SIM_ADDR): New type (same as CORE_ADDR).