Home
last modified time | relevance | path

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

/external/strace/
DMakefile.am192 linux/alpha/get_syscall_result.c\
233 linux/bfin/get_syscall_result.c \
244 linux/crisv10/get_syscall_result.c \
252 linux/crisv32/get_syscall_result.c \
263 linux/hppa/get_syscall_result.c \
299 linux/m68k/get_syscall_result.c \
318 linux/microblaze/get_syscall_result.c \
415 linux/sh/get_syscall_result.c \
427 linux/sh64/get_syscall_result.c \
534 linux/xtensa/get_syscall_result.c \
Dsyscall.c745 static int get_syscall_result(struct tcb *);
861 res = (get_regs_error ? -1 : get_syscall_result(tcp)); in trace_syscall_exiting()
1301 get_syscall_result(struct tcb *tcp) in get_syscall_result() function