Home
last modified time | relevance | path

Searched refs:s390_frame_ptr (Results 1 – 9 of 9) sorted by relevance

/external/strace/linux/s390/
Darch_regs.h1 extern unsigned long *const s390_frame_ptr;
Darch_rt_sigframe.c30 return *s390_frame_ptr;
Darch_regs.c3 unsigned long *const s390_frame_ptr = &s390_regset.gprs[15]; variable
Darch_sigreturn.c2 # define S390_FRAME_PTR s390_frame_ptr
/external/strace/linux/s390x/
Darch_regs.h1 extern uint32_t *const s390_frame_ptr;
Darch_rt_sigframe.c3 return tcp->currpers == 1 ? *s390_frame_ptr : *s390x_frame_ptr;
Darch_sigreturn.c7 #define S390_FRAME_PTR s390_frame_ptr
Darch_regs.c23 uint32_t *const s390_frame_ptr = &s390_regset.gprs[15]; variable
/external/strace/
DChangeLog8844 macro, define to s390_frame_ptr.
8849 instead of s390_frame_ptr, __SIGNAL_FRAMESIZE, and pointer-sized type,
8859 s390x_regs_union, s390_frame_ptr, s390x_frame_ptr, s390x_io): New
8864 * linux/s390x/arch_regs.h (s390_frame_ptr, s390x_frame_ptr): New
39160 * signal.c (sys_sigreturn) [S390 || S390X]: Use s390_frame_ptr.
39161 * syscall.c [S390 || S390X] (s390_regset, s390_frame_ptr): New variable.