OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sh_r0
(Results
1 - 3
of
3
) sorted by null
/external/strace/linux/sh/
arch_regs.c
1
static long
sh_r0
;
variable
get_error.c
4
if (check_errno && is_negated_errno(
sh_r0
)) {
6
tcp->u_error = -
sh_r0
;
8
tcp->u_rval =
sh_r0
;
get_syscall_result.c
5
return upeek(tcp->pid, 4 * REG_REG0, (long *)&
sh_r0
) < 0 ? -1 : 0;
Completed in 43 milliseconds