HomeSort by relevance Sort by last modified time
    Searched refs:s390_frame_ptr (Results 1 - 8 of 8) sorted by null

  /external/strace/linux/s390/
arch_regs.h 1 extern unsigned long *const s390_frame_ptr;
arch_rt_sigframe.c 30 return *s390_frame_ptr;
arch_regs.c 3 unsigned long *const s390_frame_ptr = &s390_regset.gprs[15]; variable
arch_sigreturn.c 1 #ifndef S390_FRAME_PTR
2 # define S390_FRAME_PTR s390_frame_ptr
15 const PTR_TYPE addr = *S390_FRAME_PTR + SIGNAL_FRAMESIZE;
  /external/strace/linux/s390x/
arch_regs.h 1 extern uint32_t *const s390_frame_ptr;
arch_rt_sigframe.c 3 return tcp->currpers == 1 ? *s390_frame_ptr : *s390x_frame_ptr;
arch_sigreturn.c 7 #define S390_FRAME_PTR s390_frame_ptr
11 #undef S390_FRAME_PTR
15 #define S390_FRAME_PTR s390x_frame_ptr
arch_regs.c 21 uint32_t *const s390_frame_ptr = &s390_regset.gprs[15]; variable

Completed in 140 milliseconds