HomeSort by: relevance | last modified time | path
    Searched defs:t2h_addr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m32r/
traps.c 142 t2h_addr (host_callback *cb, struct cb_syscall *sc,
262 result = read (arg1, t2h_addr (cb, &s, arg2), arg3);
267 result = write (arg1, t2h_addr (cb, &s, arg2), arg3);
272 result = open ((char *) t2h_addr (cb, &s, arg1), arg2, arg3);
282 result = creat ((char *) t2h_addr (cb, &s, arg1), arg2);
287 result = link ((char *) t2h_addr (cb, &s, arg1),
288 (char *) t2h_addr (cb, &s, arg2));
293 result = unlink ((char *) t2h_addr (cb, &s, arg1));
298 result = chdir ((char *) t2h_addr (cb, &s, arg1));
330 result = mknod ((char *) t2h_addr (cb, &s, arg1)
141 t2h_addr (host_callback *cb, struct cb_syscall *sc, function
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m32r/
traps.c 142 t2h_addr (host_callback *cb, struct cb_syscall *sc,
262 result = read (arg1, t2h_addr (cb, &s, arg2), arg3);
267 result = write (arg1, t2h_addr (cb, &s, arg2), arg3);
272 result = open ((char *) t2h_addr (cb, &s, arg1), arg2, arg3);
282 result = creat ((char *) t2h_addr (cb, &s, arg1), arg2);
287 result = link ((char *) t2h_addr (cb, &s, arg1),
288 (char *) t2h_addr (cb, &s, arg2));
293 result = unlink ((char *) t2h_addr (cb, &s, arg1));
298 result = chdir ((char *) t2h_addr (cb, &s, arg1));
330 result = mknod ((char *) t2h_addr (cb, &s, arg1)
141 t2h_addr (host_callback *cb, struct cb_syscall *sc, function
    [all...]

Completed in 23 milliseconds