Home
last modified time | relevance | path

Searched refs:fetch_str (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/iq2000/
Diq2000.c42 fetch_str (SIM_CPU *current_cpu, PCADDR pc, DI addr) in fetch_str() function
116 buf = fetch_str (current_cpu, pc, PARM1); in do_syscall()
DChangeLog-2021218 * iq2000.c (fetch_str): Use new-style declaration.
725 (fetch_str): Translate cpu data addresses to data area.
/netbsd/src/external/gpl3/gdb/dist/sim/v850/
Dsimops.c392 fetch_str (SIM_DESC sd, address_word addr) in fetch_str() function
422 buf[nr] = fetch_str (sd, a); in fetch_argv()
1639 char *path = fetch_str (simulator, PARM1); in OP_10007E0()
1654 char *path = fetch_str (simulator, PARM1); in OP_10007E0()
1731 char *buf = fetch_str (simulator, PARM1); in OP_10007E0()
1759 char *path = fetch_str (simulator, PARM1); in OP_10007E0()
1814 char *oldpath = fetch_str (simulator, PARM1); in OP_10007E0()
1815 char *newpath = fetch_str (simulator, PARM2); in OP_10007E0()
1826 char *path = fetch_str (simulator, PARM1); in OP_10007E0()
1836 char *path = fetch_str (simulator, PARM1); in OP_10007E0()
[all …]
DChangeLog-20211343 (fetch_str): New function, fetch string from memory.
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dinterp.c1062 fetch_str (SIM_DESC sd, in fetch_str() function
1204 char *path = fetch_str (sd, A0); in sim_monitor()
1274 char *path = fetch_str (sd, A0); in sim_monitor()
DChangeLog-2021673 (fetch_str): Change null to unsigned char, and change cast to
2193 * interp.c (get_cell, sim_monitor, fetch_str, CoProcPresent):
3064 * interp.c (fetch_str): New function.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git96380 /tmp/build/sim/../../src/sim/iq2000/iq2000.c: In function ‘fetch_str’: