Home
last modified time | relevance | path

Searched refs:get_syscall_result (Results 1 – 2 of 2) sorted by relevance

/external/strace/
DMakefile.am272 linux/alpha/get_syscall_result.c\
309 linux/bfin/get_syscall_result.c \
319 linux/crisv10/get_syscall_result.c \
326 linux/crisv32/get_syscall_result.c \
336 linux/hppa/get_syscall_result.c \
369 linux/m68k/get_syscall_result.c \
386 linux/microblaze/get_syscall_result.c \
483 linux/sh/get_syscall_result.c \
494 linux/sh64/get_syscall_result.c \
595 linux/xtensa/get_syscall_result.c \
Dsyscall.c784 static int get_syscall_result(struct tcb *);
909 res = (get_regs_error ? -1 : get_syscall_result(tcp)); in trace_syscall_exiting()
1338 get_syscall_result(struct tcb *tcp) in get_syscall_result() function