Lines Matching refs:this_cache

919 			  struct trad_frame_cache *this_cache,  in ppc_linux_sigtramp_cache()  argument
948 trad_frame_set_reg_addr (this_cache, regnum, gpregs + i * tdep->wordsize); in ppc_linux_sigtramp_cache()
950 trad_frame_set_reg_addr (this_cache, PC_REGNUM, gpregs + 32 * tdep->wordsize); in ppc_linux_sigtramp_cache()
951 trad_frame_set_reg_addr (this_cache, tdep->ppc_ctr_regnum, in ppc_linux_sigtramp_cache()
953 trad_frame_set_reg_addr (this_cache, tdep->ppc_lr_regnum, in ppc_linux_sigtramp_cache()
955 trad_frame_set_reg_addr (this_cache, tdep->ppc_xer_regnum, in ppc_linux_sigtramp_cache()
957 trad_frame_set_reg_addr (this_cache, tdep->ppc_cr_regnum, in ppc_linux_sigtramp_cache()
964 trad_frame_set_reg_addr (this_cache, regnum, fpregs + i * tdep->wordsize); in ppc_linux_sigtramp_cache()
966 trad_frame_set_reg_addr (this_cache, tdep->ppc_fpscr_regnum, in ppc_linux_sigtramp_cache()
968 trad_frame_set_id (this_cache, frame_id_build (base, func)); in ppc_linux_sigtramp_cache()
974 struct trad_frame_cache *this_cache, in ppc32_linux_sigaction_cache_init() argument
977 ppc_linux_sigtramp_cache (next_frame, this_cache, func, in ppc32_linux_sigaction_cache_init()
986 struct trad_frame_cache *this_cache, in ppc64_linux_sigaction_cache_init() argument
989 ppc_linux_sigtramp_cache (next_frame, this_cache, func, in ppc64_linux_sigaction_cache_init()
998 struct trad_frame_cache *this_cache, in ppc32_linux_sighandler_cache_init() argument
1001 ppc_linux_sigtramp_cache (next_frame, this_cache, func, in ppc32_linux_sighandler_cache_init()
1010 struct trad_frame_cache *this_cache, in ppc64_linux_sighandler_cache_init() argument
1013 ppc_linux_sigtramp_cache (next_frame, this_cache, func, in ppc64_linux_sighandler_cache_init()