Searched refs:fetch_ppc_memory (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dspu-linux-nat.c127 fetch_ppc_memory (ULONGEST memaddr, gdb_byte *myaddr, int len) function
213 if (fetch_ppc_memory (pc-4, buf, 4) != 0)
288 if (fetch_ppc_memory (addr + offset, buf, nbytes) != 0)
499 if (fetch_ppc_memory (addr, buf, 4) == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dspu-low.c145 fetch_ppc_memory (CORE_ADDR memaddr, char *myaddr, int len) function
214 if (fetch_ppc_memory (pc-4, buf, 4) != 0)
502 if (fetch_ppc_memory (addr, buf, 4) == 0)

Completed in 102 milliseconds