/netbsd/external/gpl3/gdb/dist/sim/d10v/ |
H A D | simops.c | 3205 #define MEMPTR(x) ((char *)(dmem_addr (sd, cpu, x))) in OP_5F00() macro 3353 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), in OP_5F00() 3354 (char **)MEMPTR (PARM3))); in OP_5F00() 3361 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), NULL)); in OP_5F00() 3411 RETVAL (cb->read (cb, PARM1, MEMPTR (PARM2), PARM3)); in OP_5F00() 3441 RETVAL (cb->open (cb, MEMPTR (PARM1), PARM2)); in OP_5F00() 3459 RETVAL (stat (MEMPTR (PARM1), &host_stat)); in OP_5F00() 3484 RETVAL (chown (MEMPTR (PARM1), PARM2, PARM3)); in OP_5F00() 3490 RETVAL (chmod (MEMPTR (PARM1), PARM2)); in OP_5F00() 3500 RETVAL (utime (MEMPTR (PARM1), (void *) MEMPTR (PARM2))); in OP_5F00() [all …]
|
H A D | ChangeLog | 1426 * simops.c (MEMPTR): Redefine to use dmem_addr().
|
/netbsd/external/gpl3/gdb.old/dist/sim/d10v/ |
H A D | simops.c | 3205 #define MEMPTR(x) ((char *)(dmem_addr (sd, cpu, x))) in OP_5F00() macro 3353 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), in OP_5F00() 3354 (char **)MEMPTR (PARM3))); in OP_5F00() 3361 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), NULL)); in OP_5F00() 3411 RETVAL (cb->read (cb, PARM1, MEMPTR (PARM2), PARM3)); in OP_5F00() 3441 RETVAL (cb->open (cb, MEMPTR (PARM1), PARM2)); in OP_5F00() 3459 RETVAL (stat (MEMPTR (PARM1), &host_stat)); in OP_5F00() 3484 RETVAL (chown (MEMPTR (PARM1), PARM2, PARM3)); in OP_5F00() 3490 RETVAL (chmod (MEMPTR (PARM1), PARM2)); in OP_5F00() 3500 RETVAL (utime (MEMPTR (PARM1), (void *) MEMPTR (PARM2))); in OP_5F00() [all …]
|
H A D | ChangeLog | 1426 * simops.c (MEMPTR): Redefine to use dmem_addr().
|
/netbsd/external/gpl3/gdb/dist/sim/cr16/ |
H A D | simops.c | 5126 #define MEMPTR(x) sim_core_trans_addr (sd, cpu, read_map, x) in OP_C_C() macro 5277 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2<<16|PARM3), in OP_C_C() 5278 (char **)MEMPTR (PARM4))); in OP_C_C() 5286 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), NULL)); in OP_C_C() 5337 MEMPTR (((unsigned long)PARM3 << 16) in OP_C_C() 5345 MEMPTR (((unsigned long)PARM3 << 16) in OP_C_C() 5365 RETVAL32 (cb->open (cb, MEMPTR ((((unsigned long)PARM2) << 16) in OP_C_C() 5374 MEMPTR ((((unsigned long)PARM4) << 16) | PARM3))); in OP_C_C() 5432 RETVAL (chown (MEMPTR (PARM1), PARM2, PARM3)); in OP_C_C() 5439 RETVAL (chmod (MEMPTR (PARM1), PARM2)); in OP_C_C() [all …]
|
H A D | ChangeLog | 151 * simops.c (MEMPTR): Rewrite to use sim_core_trans_addr.
|
/netbsd/external/gpl3/gdb.old/dist/sim/cr16/ |
H A D | simops.c | 5126 #define MEMPTR(x) sim_core_trans_addr (sd, cpu, read_map, x) in OP_C_C() macro 5277 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2<<16|PARM3), in OP_C_C() 5278 (char **)MEMPTR (PARM4))); in OP_C_C() 5286 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), NULL)); in OP_C_C() 5337 MEMPTR (((unsigned long)PARM3 << 16) in OP_C_C() 5345 MEMPTR (((unsigned long)PARM3 << 16) in OP_C_C() 5365 RETVAL32 (cb->open (cb, MEMPTR ((((unsigned long)PARM2) << 16) in OP_C_C() 5374 MEMPTR ((((unsigned long)PARM4) << 16) | PARM3))); in OP_C_C() 5432 RETVAL (chown (MEMPTR (PARM1), PARM2, PARM3)); in OP_C_C() 5439 RETVAL (chmod (MEMPTR (PARM1), PARM2)); in OP_C_C() [all …]
|
H A D | ChangeLog | 151 * simops.c (MEMPTR): Rewrite to use sim_core_trans_addr.
|
/netbsd/external/gpl3/gdb/dist/sim/v850/ |
H A D | simops.c | 1627 #define MEMPTR(x) (map (x)) in OP_10007E0() macro
|
/netbsd/external/gpl3/gdb.old/dist/sim/v850/ |
H A D | simops.c | 1627 #define MEMPTR(x) (map (x)) in OP_10007E0() macro
|
/netbsd/external/gpl3/gdb/dist/sim/mn10300/ |
H A D | ChangeLog | 144 * op_utils.c (MEMPTR): Delete.
|
/netbsd/external/gpl3/gdb.old/dist/sim/mn10300/ |
H A D | ChangeLog | 144 * op_utils.c (MEMPTR): Delete.
|