Home
last modified time | relevance | path

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

/external/strace/linux/x86_64/
Dgetregs_old.h2 static int getregs_old(struct tcb *);
Dgetregs_old.c35 getregs_old(struct tcb *tcp) in getregs_old() function
/external/strace/linux/powerpc/
Dgetregs_old.c6 getregs_old(struct tcb *tcp) in getregs_old() function
/external/strace/
DMakefile.am532 linux/getregs_old.h \
690 linux/powerpc/getregs_old.c \
691 linux/powerpc/getregs_old.h \
708 linux/powerpc64/getregs_old.c \
709 linux/powerpc64/getregs_old.h \
908 linux/x86_64/getregs_old.c \
909 linux/x86_64/getregs_old.h \
Dsyscall.c1125 return get_regs_error = getregs_old(tcp); in get_regs()
DChangeLog9854 * linux/powerpc/getregs_old.c: Likewise.
9871 Change argument of getregs_old from pid to tcp.
9872 * linux/powerpc/getregs_old.c (getregs_old): Change the first argument
9875 * linux/x86_64/getregs_old.c (getregs_old): Likewise.
9876 * linux/x86_64/getregs_old.h (getregs_old): Update declaration.
9877 * syscall.c (get_regs) [HAVE_GETREGS_OLD]: Pass tcp to the getregs_old
21001 * linux/powerpc/getregs_old.c (getregs_old): Remove redundant casts.
23979 syscall.c: refactor getregs_old fallback in get_regs.
23980 This change moves remaining arch specific getregs_old code into
23984 * linux/getregs_old.h: New file.
[all …]
DMakefile.in1550 linux/getregs_old.h \
1708 linux/powerpc/getregs_old.c \
1709 linux/powerpc/getregs_old.h \
1726 linux/powerpc64/getregs_old.c \
1727 linux/powerpc64/getregs_old.h \
1926 linux/x86_64/getregs_old.c \
1927 linux/x86_64/getregs_old.h \