Home
last modified time | relevance | path

Searched refs:this_cache (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/devel/gdb/gdb-11.1/gdb/
H A Dsh-linux-tdep.c81 struct trad_frame_cache *this_cache, in sh_linux_sigtramp_cache() argument
91 trad_frame_set_reg_addr (this_cache, i, regs + i * 4); in sh_linux_sigtramp_cache()
93 trad_frame_set_reg_addr (this_cache, SR_REGNUM, regs + 18 * 4); in sh_linux_sigtramp_cache()
94 trad_frame_set_reg_addr (this_cache, GBR_REGNUM, regs + 19 * 4); in sh_linux_sigtramp_cache()
95 trad_frame_set_reg_addr (this_cache, MACH_REGNUM, regs + 20 * 4); in sh_linux_sigtramp_cache()
103 trad_frame_set_reg_addr (this_cache, i, fpregs + i * 4); in sh_linux_sigtramp_cache()
109 trad_frame_set_id (this_cache, frame_id_build (base, func)); in sh_linux_sigtramp_cache()
118 struct trad_frame_cache *this_cache, in sh_linux_sigreturn_init() argument
123 sh_linux_sigtramp_cache (this_frame, this_cache, func, 4); in sh_linux_sigreturn_init()
129 struct trad_frame_cache *this_cache, in sh_linux_rt_sigreturn_init() argument
[all …]
H A Dmn10300-linux-tdep.c468 struct trad_frame_cache *this_cache,
611 struct trad_frame_cache *this_cache, in am33_linux_sigframe_cache_init() argument
630 trad_frame_set_reg_addr (this_cache, E_D0_REGNUM, in am33_linux_sigframe_cache_init()
632 trad_frame_set_reg_addr (this_cache, E_D1_REGNUM, in am33_linux_sigframe_cache_init()
634 trad_frame_set_reg_addr (this_cache, E_D2_REGNUM, in am33_linux_sigframe_cache_init()
636 trad_frame_set_reg_addr (this_cache, E_D3_REGNUM, in am33_linux_sigframe_cache_init()
639 trad_frame_set_reg_addr (this_cache, E_A0_REGNUM, in am33_linux_sigframe_cache_init()
641 trad_frame_set_reg_addr (this_cache, E_A1_REGNUM, in am33_linux_sigframe_cache_init()
643 trad_frame_set_reg_addr (this_cache, E_A2_REGNUM, in am33_linux_sigframe_cache_init()
645 trad_frame_set_reg_addr (this_cache, E_A3_REGNUM, in am33_linux_sigframe_cache_init()
[all …]
H A Dsparc64-obsd-tdep.c158 if (*this_cache) in sparc64obsd_frame_cache()
159 return (struct sparc_frame_cache *) *this_cache; in sparc64obsd_frame_cache()
161 cache = sparc_frame_cache (this_frame, this_cache); in sparc64obsd_frame_cache()
162 gdb_assert (cache == *this_cache); in sparc64obsd_frame_cache()
200 void **this_cache, int regnum) in sparc64obsd_frame_prev_register() argument
211 void **this_cache) in sparc64obsd_sigtramp_frame_sniffer() argument
243 if (*this_cache) in sparc64obsd_trapframe_cache()
244 return (struct sparc_frame_cache *) *this_cache; in sparc64obsd_trapframe_cache()
247 gdb_assert (cache == *this_cache); in sparc64obsd_trapframe_cache()
277 void **this_cache, int regnum) in sparc64obsd_trapframe_prev_register() argument
[all …]
H A Dmips-sde-tdep.c37 mips_sde_frame_cache (struct frame_info *this_frame, void **this_cache) in mips_sde_frame_cache() argument
50 if (*this_cache != NULL) in mips_sde_frame_cache()
51 return (struct trad_frame_cache *) *this_cache; in mips_sde_frame_cache()
53 *this_cache = cache; in mips_sde_frame_cache()
125 mips_sde_frame_this_id (struct frame_info *this_frame, void **this_cache, in mips_sde_frame_this_id() argument
129 = mips_sde_frame_cache (this_frame, this_cache); in mips_sde_frame_this_id()
138 void **this_cache, in mips_sde_frame_prev_register() argument
142 = mips_sde_frame_cache (this_frame, this_cache); in mips_sde_frame_prev_register()
152 void **this_cache) in mips_sde_frame_sniffer() argument
180 mips_sde_frame_base_address (struct frame_info *this_frame, void **this_cache) in mips_sde_frame_base_address() argument
[all …]
H A Dsparc-sol2-tdep.c104 void **this_cache) in sparc32_sol2_sigtramp_frame_cache() argument
110 if (*this_cache) in sparc32_sol2_sigtramp_frame_cache()
111 return (struct sparc_frame_cache *) *this_cache; in sparc32_sol2_sigtramp_frame_cache()
113 cache = sparc_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_cache()
114 gdb_assert (cache == *this_cache); in sparc32_sol2_sigtramp_frame_cache()
155 void **this_cache, in sparc32_sol2_sigtramp_frame_this_id() argument
159 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_this_id()
166 void **this_cache, in sparc32_sol2_sigtramp_frame_prev_register() argument
170 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_prev_register()
178 void **this_cache) in sparc32_sol2_sigtramp_frame_sniffer() argument
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsh-linux-tdep.c80 struct trad_frame_cache *this_cache, in sh_linux_sigtramp_cache() argument
90 trad_frame_set_reg_addr (this_cache, i, regs + i * 4); in sh_linux_sigtramp_cache()
92 trad_frame_set_reg_addr (this_cache, SR_REGNUM, regs + 18 * 4); in sh_linux_sigtramp_cache()
93 trad_frame_set_reg_addr (this_cache, GBR_REGNUM, regs + 19 * 4); in sh_linux_sigtramp_cache()
94 trad_frame_set_reg_addr (this_cache, MACH_REGNUM, regs + 20 * 4); in sh_linux_sigtramp_cache()
102 trad_frame_set_reg_addr (this_cache, i, fpregs + i * 4); in sh_linux_sigtramp_cache()
108 trad_frame_set_id (this_cache, frame_id_build (base, func)); in sh_linux_sigtramp_cache()
117 struct trad_frame_cache *this_cache, in sh_linux_sigreturn_init() argument
122 sh_linux_sigtramp_cache (this_frame, this_cache, func, 4); in sh_linux_sigreturn_init()
128 struct trad_frame_cache *this_cache, in sh_linux_rt_sigreturn_init() argument
[all …]
H A Dmn10300-linux-tdep.c477 struct trad_frame_cache *this_cache,
620 struct trad_frame_cache *this_cache, in am33_linux_sigframe_cache_init() argument
639 trad_frame_set_reg_addr (this_cache, E_D0_REGNUM, in am33_linux_sigframe_cache_init()
641 trad_frame_set_reg_addr (this_cache, E_D1_REGNUM, in am33_linux_sigframe_cache_init()
643 trad_frame_set_reg_addr (this_cache, E_D2_REGNUM, in am33_linux_sigframe_cache_init()
645 trad_frame_set_reg_addr (this_cache, E_D3_REGNUM, in am33_linux_sigframe_cache_init()
648 trad_frame_set_reg_addr (this_cache, E_A0_REGNUM, in am33_linux_sigframe_cache_init()
650 trad_frame_set_reg_addr (this_cache, E_A1_REGNUM, in am33_linux_sigframe_cache_init()
652 trad_frame_set_reg_addr (this_cache, E_A2_REGNUM, in am33_linux_sigframe_cache_init()
654 trad_frame_set_reg_addr (this_cache, E_A3_REGNUM, in am33_linux_sigframe_cache_init()
[all …]
H A Dsparc64obsd-tdep.c129 if (*this_cache) in sparc64obsd_frame_cache()
130 return *this_cache; in sparc64obsd_frame_cache()
132 cache = sparc_frame_cache (this_frame, this_cache); in sparc64obsd_frame_cache()
133 gdb_assert (cache == *this_cache); in sparc64obsd_frame_cache()
171 void **this_cache, int regnum) in sparc64obsd_frame_prev_register() argument
182 void **this_cache) in sparc64obsd_sigtramp_frame_sniffer() argument
213 if (*this_cache) in sparc64obsd_trapframe_cache()
214 return *this_cache; in sparc64obsd_trapframe_cache()
217 gdb_assert (cache == *this_cache); in sparc64obsd_trapframe_cache()
247 void **this_cache, int regnum) in sparc64obsd_trapframe_prev_register() argument
[all …]
H A Dmips-irix-tdep.c142 struct trad_frame_cache *this_cache, in mips_irix_n32_tramp_frame_init() argument
153 trad_frame_set_reg_addr (this_cache, regs->pc + gdbarch_num_regs (gdbarch), in mips_irix_n32_tramp_frame_init()
157 trad_frame_set_reg_addr (this_cache, ireg + MIPS_ZERO_REGNUM + num_regs, in mips_irix_n32_tramp_frame_init()
161 trad_frame_set_reg_addr (this_cache, ireg + regs->fp0 + num_regs, in mips_irix_n32_tramp_frame_init()
165 trad_frame_set_reg_addr (this_cache, regs->fp_control_status + num_regs, in mips_irix_n32_tramp_frame_init()
168 trad_frame_set_reg_addr (this_cache, regs->hi + num_regs, in mips_irix_n32_tramp_frame_init()
171 trad_frame_set_reg_addr (this_cache, regs->lo + num_regs, in mips_irix_n32_tramp_frame_init()
174 trad_frame_set_id (this_cache, frame_id_build (sigcontext_base, func)); in mips_irix_n32_tramp_frame_init()
236 struct trad_frame_cache *this_cache, in mips_irix_n32_stack_tramp_frame_init() argument
245 trad_frame_set_reg_realreg (this_cache, gdbarch_pc_regnum (gdbarch), in mips_irix_n32_stack_tramp_frame_init()
[all …]
H A Dvaxobsd-tdep.c62 void **this_cache) in vaxobsd_sigtramp_sniffer() argument
86 vaxobsd_sigtramp_frame_cache (struct frame_info *this_frame, void **this_cache) in vaxobsd_sigtramp_frame_cache() argument
91 if (*this_cache) in vaxobsd_sigtramp_frame_cache()
92 return *this_cache; in vaxobsd_sigtramp_frame_cache()
95 *this_cache = cache; in vaxobsd_sigtramp_frame_cache()
117 void **this_cache, struct frame_id *this_id) in vaxobsd_sigtramp_frame_this_id() argument
120 vaxobsd_sigtramp_frame_cache (this_frame, this_cache); in vaxobsd_sigtramp_frame_this_id()
127 void **this_cache, int regnum) in vaxobsd_sigtramp_frame_prev_register() argument
130 vaxobsd_sigtramp_frame_cache (this_frame, this_cache); in vaxobsd_sigtramp_frame_prev_register()
H A Dsparc-sol2-tdep.c84 void **this_cache) in sparc32_sol2_sigtramp_frame_cache() argument
90 if (*this_cache) in sparc32_sol2_sigtramp_frame_cache()
91 return *this_cache; in sparc32_sol2_sigtramp_frame_cache()
93 cache = sparc_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_cache()
94 gdb_assert (cache == *this_cache); in sparc32_sol2_sigtramp_frame_cache()
135 void **this_cache, in sparc32_sol2_sigtramp_frame_this_id() argument
139 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_this_id()
146 void **this_cache, in sparc32_sol2_sigtramp_frame_prev_register() argument
150 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_prev_register()
158 void **this_cache) in sparc32_sol2_sigtramp_frame_sniffer() argument
H A Dsparc64-sol2-tdep.c58 void **this_cache) in sparc64_sol2_sigtramp_frame_cache() argument
64 if (*this_cache) in sparc64_sol2_sigtramp_frame_cache()
65 return *this_cache; in sparc64_sol2_sigtramp_frame_cache()
67 cache = sparc_frame_cache (this_frame, this_cache); in sparc64_sol2_sigtramp_frame_cache()
68 gdb_assert (cache == *this_cache); in sparc64_sol2_sigtramp_frame_cache()
113 void **this_cache, in sparc64_sol2_sigtramp_frame_this_id() argument
117 sparc64_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc64_sol2_sigtramp_frame_this_id()
124 void **this_cache, in sparc64_sol2_sigtramp_frame_prev_register() argument
128 sparc64_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc64_sol2_sigtramp_frame_prev_register()
136 void **this_cache) in sparc64_sol2_sigtramp_frame_sniffer() argument
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dmn10300-linux-tdep.c478 struct trad_frame_cache *this_cache,
621 struct trad_frame_cache *this_cache, in am33_linux_sigframe_cache_init() argument
640 trad_frame_set_reg_addr (this_cache, E_D0_REGNUM, in am33_linux_sigframe_cache_init()
642 trad_frame_set_reg_addr (this_cache, E_D1_REGNUM, in am33_linux_sigframe_cache_init()
644 trad_frame_set_reg_addr (this_cache, E_D2_REGNUM, in am33_linux_sigframe_cache_init()
646 trad_frame_set_reg_addr (this_cache, E_D3_REGNUM, in am33_linux_sigframe_cache_init()
649 trad_frame_set_reg_addr (this_cache, E_A0_REGNUM, in am33_linux_sigframe_cache_init()
651 trad_frame_set_reg_addr (this_cache, E_A1_REGNUM, in am33_linux_sigframe_cache_init()
653 trad_frame_set_reg_addr (this_cache, E_A2_REGNUM, in am33_linux_sigframe_cache_init()
655 trad_frame_set_reg_addr (this_cache, E_A3_REGNUM, in am33_linux_sigframe_cache_init()
[all …]
H A Dsparc64obsd-tdep.c130 if (*this_cache) in sparc64obsd_frame_cache()
131 return *this_cache; in sparc64obsd_frame_cache()
133 cache = sparc_frame_cache (this_frame, this_cache); in sparc64obsd_frame_cache()
134 gdb_assert (cache == *this_cache); in sparc64obsd_frame_cache()
172 void **this_cache, int regnum) in sparc64obsd_frame_prev_register() argument
183 void **this_cache) in sparc64obsd_sigtramp_frame_sniffer() argument
214 if (*this_cache) in sparc64obsd_trapframe_cache()
215 return *this_cache; in sparc64obsd_trapframe_cache()
218 gdb_assert (cache == *this_cache); in sparc64obsd_trapframe_cache()
248 void **this_cache, int regnum) in sparc64obsd_trapframe_prev_register() argument
[all …]
H A Dmips-irix-tdep.c143 struct trad_frame_cache *this_cache, in mips_irix_n32_tramp_frame_init() argument
154 trad_frame_set_reg_addr (this_cache, regs->pc + gdbarch_num_regs (gdbarch), in mips_irix_n32_tramp_frame_init()
158 trad_frame_set_reg_addr (this_cache, ireg + MIPS_ZERO_REGNUM + num_regs, in mips_irix_n32_tramp_frame_init()
162 trad_frame_set_reg_addr (this_cache, ireg + regs->fp0 + num_regs, in mips_irix_n32_tramp_frame_init()
166 trad_frame_set_reg_addr (this_cache, regs->fp_control_status + num_regs, in mips_irix_n32_tramp_frame_init()
169 trad_frame_set_reg_addr (this_cache, regs->hi + num_regs, in mips_irix_n32_tramp_frame_init()
172 trad_frame_set_reg_addr (this_cache, regs->lo + num_regs, in mips_irix_n32_tramp_frame_init()
175 trad_frame_set_id (this_cache, frame_id_build (sigcontext_base, func)); in mips_irix_n32_tramp_frame_init()
237 struct trad_frame_cache *this_cache, in mips_irix_n32_stack_tramp_frame_init() argument
246 trad_frame_set_reg_realreg (this_cache, gdbarch_pc_regnum (gdbarch), in mips_irix_n32_stack_tramp_frame_init()
[all …]
H A Dvaxobsd-tdep.c63 void **this_cache) in vaxobsd_sigtramp_sniffer() argument
87 vaxobsd_sigtramp_frame_cache (struct frame_info *this_frame, void **this_cache) in vaxobsd_sigtramp_frame_cache() argument
92 if (*this_cache) in vaxobsd_sigtramp_frame_cache()
93 return *this_cache; in vaxobsd_sigtramp_frame_cache()
96 *this_cache = cache; in vaxobsd_sigtramp_frame_cache()
118 void **this_cache, struct frame_id *this_id) in vaxobsd_sigtramp_frame_this_id() argument
121 vaxobsd_sigtramp_frame_cache (this_frame, this_cache); in vaxobsd_sigtramp_frame_this_id()
128 void **this_cache, int regnum) in vaxobsd_sigtramp_frame_prev_register() argument
131 vaxobsd_sigtramp_frame_cache (this_frame, this_cache); in vaxobsd_sigtramp_frame_prev_register()
H A Dsparc-sol2-tdep.c79 void **this_cache) in sparc32_sol2_sigtramp_frame_cache() argument
85 if (*this_cache) in sparc32_sol2_sigtramp_frame_cache()
86 return *this_cache; in sparc32_sol2_sigtramp_frame_cache()
88 cache = sparc_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_cache()
89 gdb_assert (cache == *this_cache); in sparc32_sol2_sigtramp_frame_cache()
129 void **this_cache, in sparc32_sol2_sigtramp_frame_this_id() argument
133 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_this_id()
140 void **this_cache, in sparc32_sol2_sigtramp_frame_prev_register() argument
144 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc32_sol2_sigtramp_frame_prev_register()
152 void **this_cache) in sparc32_sol2_sigtramp_frame_sniffer() argument
H A Dsparc64-sol2-tdep.c53 void **this_cache) in sparc64_sol2_sigtramp_frame_cache() argument
59 if (*this_cache) in sparc64_sol2_sigtramp_frame_cache()
60 return *this_cache; in sparc64_sol2_sigtramp_frame_cache()
62 cache = sparc_frame_cache (this_frame, this_cache); in sparc64_sol2_sigtramp_frame_cache()
63 gdb_assert (cache == *this_cache); in sparc64_sol2_sigtramp_frame_cache()
107 void **this_cache, in sparc64_sol2_sigtramp_frame_this_id() argument
111 sparc64_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc64_sol2_sigtramp_frame_this_id()
118 void **this_cache, in sparc64_sol2_sigtramp_frame_prev_register() argument
122 sparc64_sol2_sigtramp_frame_cache (this_frame, this_cache); in sparc64_sol2_sigtramp_frame_prev_register()
130 void **this_cache) in sparc64_sol2_sigtramp_frame_sniffer() argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsparcobsd-tdep.c71 sparc32obsd_frame_cache (struct frame_info *next_frame, void **this_cache) in sparc32obsd_frame_cache() argument
76 if (*this_cache) in sparc32obsd_frame_cache()
77 return *this_cache; in sparc32obsd_frame_cache()
79 cache = sparc_frame_cache (next_frame, this_cache); in sparc32obsd_frame_cache()
80 gdb_assert (cache == *this_cache); in sparc32obsd_frame_cache()
102 sparc32obsd_frame_this_id (struct frame_info *next_frame, void **this_cache, in sparc32obsd_frame_this_id() argument
106 sparc32obsd_frame_cache (next_frame, this_cache); in sparc32obsd_frame_this_id()
113 void **this_cache, in sparc32obsd_frame_prev_register() argument
119 sparc32obsd_frame_cache (next_frame, this_cache); in sparc32obsd_frame_prev_register()
H A Dsparc64obsd-tdep.c104 sparc64obsd_frame_cache (struct frame_info *next_frame, void **this_cache) in sparc64obsd_frame_cache() argument
109 if (*this_cache) in sparc64obsd_frame_cache()
110 return *this_cache; in sparc64obsd_frame_cache()
112 cache = sparc_frame_cache (next_frame, this_cache); in sparc64obsd_frame_cache()
113 gdb_assert (cache == *this_cache); in sparc64obsd_frame_cache()
138 sparc64obsd_frame_this_id (struct frame_info *next_frame, void **this_cache, in sparc64obsd_frame_this_id() argument
142 sparc64obsd_frame_cache (next_frame, this_cache); in sparc64obsd_frame_this_id()
149 void **this_cache, in sparc64obsd_frame_prev_register() argument
155 sparc64obsd_frame_cache (next_frame, this_cache); in sparc64obsd_frame_prev_register()
H A Dsparc-sol2-tdep.c78 void **this_cache) in sparc32_sol2_sigtramp_frame_cache() argument
84 if (*this_cache) in sparc32_sol2_sigtramp_frame_cache()
85 return *this_cache; in sparc32_sol2_sigtramp_frame_cache()
87 cache = sparc_frame_cache (next_frame, this_cache); in sparc32_sol2_sigtramp_frame_cache()
88 gdb_assert (cache == *this_cache); in sparc32_sol2_sigtramp_frame_cache()
128 void **this_cache, in sparc32_sol2_sigtramp_frame_this_id() argument
132 sparc32_sol2_sigtramp_frame_cache (next_frame, this_cache); in sparc32_sol2_sigtramp_frame_this_id()
139 void **this_cache, in sparc32_sol2_sigtramp_frame_prev_register() argument
146 sparc32_sol2_sigtramp_frame_cache (next_frame, this_cache); in sparc32_sol2_sigtramp_frame_prev_register()
H A Dsparc64-sol2-tdep.c53 void **this_cache) in sparc64_sol2_sigtramp_frame_cache() argument
59 if (*this_cache) in sparc64_sol2_sigtramp_frame_cache()
60 return *this_cache; in sparc64_sol2_sigtramp_frame_cache()
62 cache = sparc_frame_cache (next_frame, this_cache); in sparc64_sol2_sigtramp_frame_cache()
63 gdb_assert (cache == *this_cache); in sparc64_sol2_sigtramp_frame_cache()
107 void **this_cache, in sparc64_sol2_sigtramp_frame_this_id() argument
111 sparc64_sol2_sigtramp_frame_cache (next_frame, this_cache); in sparc64_sol2_sigtramp_frame_this_id()
118 void **this_cache, in sparc64_sol2_sigtramp_frame_prev_register() argument
125 sparc64_sol2_sigtramp_frame_cache (next_frame, this_cache); in sparc64_sol2_sigtramp_frame_prev_register()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsparcobsd-tdep.c71 sparc32obsd_frame_cache (struct frame_info *next_frame, void **this_cache) in sparc32obsd_frame_cache() argument
76 if (*this_cache) in sparc32obsd_frame_cache()
77 return *this_cache; in sparc32obsd_frame_cache()
79 cache = sparc_frame_cache (next_frame, this_cache); in sparc32obsd_frame_cache()
80 gdb_assert (cache == *this_cache); in sparc32obsd_frame_cache()
102 sparc32obsd_frame_this_id (struct frame_info *next_frame, void **this_cache, in sparc32obsd_frame_this_id() argument
106 sparc32obsd_frame_cache (next_frame, this_cache); in sparc32obsd_frame_this_id()
113 void **this_cache, in sparc32obsd_frame_prev_register() argument
119 sparc32obsd_frame_cache (next_frame, this_cache); in sparc32obsd_frame_prev_register()
H A Dsparc64obsd-tdep.c104 sparc64obsd_frame_cache (struct frame_info *next_frame, void **this_cache) in sparc64obsd_frame_cache() argument
109 if (*this_cache) in sparc64obsd_frame_cache()
110 return *this_cache; in sparc64obsd_frame_cache()
112 cache = sparc_frame_cache (next_frame, this_cache); in sparc64obsd_frame_cache()
113 gdb_assert (cache == *this_cache); in sparc64obsd_frame_cache()
138 sparc64obsd_frame_this_id (struct frame_info *next_frame, void **this_cache, in sparc64obsd_frame_this_id() argument
142 sparc64obsd_frame_cache (next_frame, this_cache); in sparc64obsd_frame_this_id()
149 void **this_cache, in sparc64obsd_frame_prev_register() argument
155 sparc64obsd_frame_cache (next_frame, this_cache); in sparc64obsd_frame_prev_register()
H A Dsparc-sol2-tdep.c78 void **this_cache) in sparc32_sol2_sigtramp_frame_cache() argument
84 if (*this_cache) in sparc32_sol2_sigtramp_frame_cache()
85 return *this_cache; in sparc32_sol2_sigtramp_frame_cache()
87 cache = sparc_frame_cache (next_frame, this_cache); in sparc32_sol2_sigtramp_frame_cache()
88 gdb_assert (cache == *this_cache); in sparc32_sol2_sigtramp_frame_cache()
128 void **this_cache, in sparc32_sol2_sigtramp_frame_this_id() argument
132 sparc32_sol2_sigtramp_frame_cache (next_frame, this_cache); in sparc32_sol2_sigtramp_frame_this_id()
139 void **this_cache, in sparc32_sol2_sigtramp_frame_prev_register() argument
146 sparc32_sol2_sigtramp_frame_cache (next_frame, this_cache); in sparc32_sol2_sigtramp_frame_prev_register()

12345678910>>...14