Searched refs:SIM_ADDR (Results 1 – 10 of 10) sorted by relevance
34 typedef unsigned int SIM_ADDR; typedef36 typedef CORE_ADDR_TYPE SIM_ADDR;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);
1782 (sim_write): Use SIM_ADDR for type of arg `addr'.1783 (sim_read): Use SIM_ADDR for type of arg `addr'.1788 (sim_set_pc): int result, use SIM_ADDR for type of arg `x'.
1398 (sim_write): Use SIM_ADDR for type of arg addr.1404 (sim_set_pc): Use SIM_ADDR for type of arg pc.
1373 address SIM_ADDR.1374 (sim_resume): Make oldpc SIM_ADDR.
1202 * Use SIM_ADDR, not caddr_t for declaring vars that hold addresses.
442 (SIM_ADDR): Delete comment.
3694 where the bit length is always 64 independent of SIM_ADDR.
1096 * remote-sim.h (SIM_ADDR): New type (same as CORE_ADDR).
81764 sim: drop unused SIM_ADDR type [PR sim/7504]81773 sim: mips: switch from SIM_ADDR to address_word81781 sim: v850: switch from SIM_ADDR to address_word81787 We've been using SIM_ADDR which has always been 32-bit. This means81802 Since SIM_ADDR is always 32-bit, it might truncate the address with