OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syscall_regs
(Results
1 - 2
of
2
) sorted by null
/external/strace/linux/sh/
get_syscall_args.c
5
static const int
syscall_regs
[MAX_ARGS] = {
local
16
if (upeek(tcp->pid,
syscall_regs
[i], &tcp->u_arg[i]) < 0)
/external/strace/linux/sh64/
get_syscall_args.c
6
static const int
syscall_regs
[MAX_ARGS] = { 2, 3, 4, 5, 6, 7 };
local
10
if (upeek(tcp->pid, REG_GENERAL(
syscall_regs
[i]),
Completed in 65 milliseconds