HomeSort by relevance Sort by last modified time
    Searched refs:REG_REG0 (Results 1 - 8 of 8) sorted by null

  /external/strace/linux/sh/
get_syscall_args.c 6 4 * (REG_REG0+4),
7 4 * (REG_REG0+5),
8 4 * (REG_REG0+6),
9 4 * (REG_REG0+7),
10 4 * (REG_REG0 ),
11 4 * (REG_REG0+1)
userent.h 1 XLAT(4*REG_REG0),
2 { 4*(REG_REG0+1), "4*REG_REG1" },
3 { 4*(REG_REG0+2), "4*REG_REG2" },
4 { 4*(REG_REG0+3), "4*REG_REG3" },
5 { 4*(REG_REG0+4), "4*REG_REG4" },
6 { 4*(REG_REG0+5), "4*REG_REG5" },
7 { 4*(REG_REG0+6), "4*REG_REG6" },
8 { 4*(REG_REG0+7), "4*REG_REG7" },
9 { 4*(REG_REG0+8), "4*REG_REG8" },
10 { 4*(REG_REG0+9), "4*REG_REG9" }
    [all...]
get_syscall_result.c 5 return upeek(tcp, 4 * REG_REG0, &sh_r0) < 0 ? -1 : 0;
set_error.c 5 return upoke(tcp, 4 * REG_REG0, sh_r0);
12 return upoke(tcp, 4 * REG_REG0, sh_r0);
arch_getrval2.c 5 if (upeek(tcp, 4*(REG_REG0+1), &val) < 0)
set_scno.c 4 return upoke(tcp, 4 * (REG_REG0 + 3), scno);
get_scno.c 10 if (upeek(tcp, 4*(REG_REG0+3), &scno) < 0)
  /external/u-boot/arch/sh/include/asm/
ptrace.h 24 #define REG_REG0 0

Completed in 1418 milliseconds