Home
last modified time | relevance | path

Searched refs:get_scno (Results 1 – 7 of 7) sorted by relevance

/external/strace/
DMakefile.am437 linux/aarch64/get_scno.c \
458 linux/alpha/get_scno.c \
473 linux/arc/get_scno.c \
491 linux/arm/get_scno.c \
506 linux/avr32/get_scno.c \
519 linux/bfin/get_scno.c \
539 linux/hppa/get_scno.c \
557 linux/i386/get_scno.c \
574 linux/ia64/get_scno.c \
591 linux/m68k/get_scno.c \
[all …]
Dsyscall.c613 int res = get_scno(tcp); in syscall_entering_decode()
1200 get_scno(struct tcb *tcp) in get_scno() function
DChangeLog7701 * linux/ia64/get_scno.c (arch_get_scno): Likewise.
7921 linux/arm/get_scno.c: use debug_msg.
7922 * linux/arm/get_scno.c (arch_get_scno): replace if (debug_flag) {
7974 * linux/x86_64/get_scno.c (arch_get_scno): Do not clear
7980 Move shuffle_scno() invocation to get_scno.
7981 * linux/aarch64/get_scno.c (arch_get_scno): Remove shuffle_scno call.
7982 * linux/arm/get_scno.c (arch_get_scno): Remove shuffle_scno calls.
7983 * syscall.c (get_scno): Call shuffle_scno after arch_get_scno.
8004 (get_scno): Print unknown syscall number in hexadecimal form.
8383 * syscall.c (get_scno): Set QUAL_RAW if we are recovering.
[all …]
DChangeLog-CVS114 * syscall.c (get_scno): Ditto.
126 * syscall.c (get_scno): Add support for cris.
222 * syscall.c (get_scno): Fix warnings about unused variable 'pid'.
426 (get_scno): Decode Blackfin syscall number.
764 * syscall.c (get_scno) [ARM]: Add support for architecture specific
933 * syscall.c (get_scno) [ARM]: Check TCB_WAITEXECVE.
1689 * syscall.c (get_scno): Handle ARM EABI.
3156 * syscall.c (get_scno) [LINUX] [S390 || S390X]: Bail out of
3280 * syscall.c (get_scno) [S390 || S390X]: Fix old vs new mode detection.
3315 * syscall.c (get_scno, syscall_fixup) [LINUX] [ARM]: Case rewritten.
[all …]
Ddefs.h456 extern int get_scno(struct tcb *);
DMakefile.in1455 linux/aarch64/get_scno.c \
1476 linux/alpha/get_scno.c \
1491 linux/arc/get_scno.c \
1509 linux/arm/get_scno.c \
1524 linux/avr32/get_scno.c \
1537 linux/bfin/get_scno.c \
1557 linux/hppa/get_scno.c \
1575 linux/i386/get_scno.c \
1592 linux/ia64/get_scno.c \
1609 linux/m68k/get_scno.c \
[all …]
Dstrace.c2197 if ((tcp->flags & TCB_GRABBED) && (get_scno(tcp) == 1)) in startup_tcb()