Searched refs:this_cache (Results 1 - 25 of 50) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsparcobsd-tdep.c71 sparc32obsd_frame_cache (struct frame_info *next_frame, void **this_cache) argument
76 if (*this_cache)
77 return *this_cache;
79 cache = sparc_frame_cache (next_frame, this_cache);
80 gdb_assert (cache == *this_cache);
102 sparc32obsd_frame_this_id (struct frame_info *next_frame, void **this_cache, argument
106 sparc32obsd_frame_cache (next_frame, this_cache);
113 void **this_cache,
119 sparc32obsd_frame_cache (next_frame, this_cache);
112 sparc32obsd_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dlibunwind-frame.h46 void libunwind_frame_this_id (struct frame_info *next_frame, void **this_cache,
48 void libunwind_frame_prev_register (struct frame_info *next_frame, void **this_cache,
52 CORE_ADDR libunwind_frame_base_address (struct frame_info *next_frame, void **this_cache);
H A Dsparc-sol2-tdep.c79 void **this_cache)
85 if (*this_cache)
86 return *this_cache;
88 cache = sparc_frame_cache (next_frame, this_cache);
89 gdb_assert (cache == *this_cache);
129 void **this_cache,
133 sparc32_sol2_sigtramp_frame_cache (next_frame, this_cache);
140 void **this_cache,
147 sparc32_sol2_sigtramp_frame_cache (next_frame, this_cache);
77 sparc32_sol2_sigtramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
127 sparc32_sol2_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
138 sparc32_sol2_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dsparc64-sol2-tdep.c54 void **this_cache)
60 if (*this_cache)
61 return *this_cache;
63 cache = sparc_frame_cache (next_frame, this_cache);
64 gdb_assert (cache == *this_cache);
108 void **this_cache,
112 sparc64_sol2_sigtramp_frame_cache (next_frame, this_cache);
119 void **this_cache,
126 sparc64_sol2_sigtramp_frame_cache (next_frame, this_cache);
52 sparc64_sol2_sigtramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
106 sparc64_sol2_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
117 sparc64_sol2_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dsparc64obsd-tdep.c143 sparc64obsd_frame_cache (struct frame_info *next_frame, void **this_cache)
148 if (*this_cache)
149 return *this_cache;
151 cache = sparc_frame_cache (next_frame, this_cache);
152 gdb_assert (cache == *this_cache);
177 sparc64obsd_frame_this_id (struct frame_info *next_frame, void **this_cache,
181 sparc64obsd_frame_cache (next_frame, this_cache);
188 void **this_cache,
194 sparc64obsd_frame_cache (next_frame, this_cache);
224 sparc64obsd_trapframe_cache(struct frame_info *next_frame, void **this_cache)
142 sparc64obsd_frame_cache(struct frame_info *next_frame, void **this_cache) argument
176 sparc64obsd_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
186 sparc64obsd_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
222 sparc64obsd_trapframe_cache(struct frame_info *next_frame, void **this_cache) argument
251 sparc64obsd_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
261 sparc64obsd_trapframe_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
[all...]
H A Dtramp-frame.h72 struct trad_frame_cache *this_cache,
H A Dframe-base.c33 default_frame_base_address (struct frame_info *next_frame, void **this_cache) argument
40 default_frame_locals_address (struct frame_info *next_frame, void **this_cache) argument
42 return default_frame_base_address (next_frame, this_cache);
46 default_frame_args_address (struct frame_info *next_frame, void **this_cache) argument
48 return default_frame_base_address (next_frame, this_cache);
H A Dsparc-linux-tdep.c161 void **this_cache)
167 if (*this_cache)
168 return *this_cache;
170 cache = sparc32_frame_cache (next_frame, this_cache);
171 gdb_assert (cache == *this_cache);
214 void **this_cache,
218 sparc32_linux_sigtramp_frame_cache (next_frame, this_cache);
225 void **this_cache,
232 sparc32_linux_sigtramp_frame_cache (next_frame, this_cache);
160 sparc32_linux_sigtramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
213 sparc32_linux_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
224 sparc32_linux_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dsparc64fbsd-tdep.c81 void **this_cache)
88 if (*this_cache)
89 return *this_cache;
91 cache = sparc_frame_cache (next_frame, this_cache);
92 gdb_assert (cache == *this_cache);
154 void **this_cache,
158 sparc64fbsd_sigtramp_frame_cache (next_frame, this_cache);
165 void **this_cache,
172 sparc64fbsd_sigtramp_frame_cache (next_frame, this_cache);
78 sparc64fbsd_sigtramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
151 sparc64fbsd_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
162 sparc64fbsd_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dsparc64nbsd-tdep.c159 void **this_cache)
164 if (*this_cache)
165 return *this_cache;
167 cache = sparc_frame_cache (next_frame, this_cache);
168 gdb_assert (cache == *this_cache);
193 void **this_cache,
197 sparc64nbsd_sigcontext_frame_cache (next_frame, this_cache);
204 void **this_cache,
211 sparc64nbsd_sigcontext_frame_cache (next_frame, this_cache);
156 sparc64nbsd_sigcontext_frame_cache(struct frame_info *next_frame, void **this_cache) argument
190 sparc64nbsd_sigcontext_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
201 sparc64nbsd_sigcontext_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dm32r-linux-tdep.c227 void **this_cache)
233 if ((*this_cache) != NULL)
234 return (*this_cache);
236 (*this_cache) = cache;
270 void **this_cache,
274 m32r_linux_sigtramp_frame_cache (next_frame, this_cache);
281 void **this_cache,
288 m32r_linux_sigtramp_frame_cache (next_frame, this_cache);
225 m32r_linux_sigtramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
268 m32r_linux_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
279 m32r_linux_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dm68klinux-tdep.c199 void **this_cache)
208 if (*this_cache)
209 return *this_cache;
230 *this_cache = cache;
236 void **this_cache,
240 m68k_linux_sigtramp_frame_cache (next_frame, this_cache);
246 void **this_cache,
254 m68k_linux_sigtramp_frame_cache (next_frame, this_cache);
197 m68k_linux_sigtramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
234 m68k_linux_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
244 m68k_linux_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dtramp-frame.c47 void **this_cache)
50 struct tramp_frame_cache *tramp_cache = (*this_cache);
64 void **this_cache,
68 = tramp_frame_cache (next_frame, this_cache);
74 void **this_cache,
82 = tramp_frame_cache (next_frame, this_cache);
120 void **this_cache)
144 (*this_cache) = tramp_cache;
46 tramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
63 tramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
73 tramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int prev_regnum, int *optimizedp, enum lval_type * lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
118 tramp_frame_sniffer(const struct frame_unwind *self, struct frame_info *next_frame, void **this_cache) argument
H A Dfrv-linux-tdep.c241 frv_linux_sigtramp_frame_cache (struct frame_info *next_frame, void **this_cache) argument
251 if (*this_cache)
252 return *this_cache;
273 *this_cache = cache;
278 frv_linux_sigtramp_frame_this_id (struct frame_info *next_frame, void **this_cache, argument
282 frv_linux_sigtramp_frame_cache (next_frame, this_cache);
288 void **this_cache,
295 frv_linux_sigtramp_frame_cache (next_frame, this_cache);
287 frv_linux_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dlibunwind-frame.c125 libunwind_frame_cache (struct frame_info *next_frame, void **this_cache) argument
135 if (*this_cache)
136 return *this_cache;
169 *this_cache = cache;
221 libunwind_frame_this_id (struct frame_info *next_frame, void **this_cache, argument
225 libunwind_frame_cache (next_frame, this_cache);
231 libunwind_frame_prev_register (struct frame_info *next_frame, void **this_cache, argument
237 libunwind_frame_cache (next_frame, this_cache);
310 libunwind_frame_base_address (struct frame_info *next_frame, void **this_cache) argument
313 libunwind_frame_cache (next_frame, this_cache);
[all...]
H A Dsparcnbsd-tdep.c182 void **this_cache)
187 if (*this_cache)
188 return *this_cache;
190 cache = sparc_frame_cache (next_frame, this_cache);
191 gdb_assert (cache == *this_cache);
213 void **this_cache,
217 sparc32nbsd_sigcontext_frame_cache (next_frame, this_cache);
224 void **this_cache,
231 sparc32nbsd_sigcontext_frame_cache (next_frame, this_cache);
180 sparc32nbsd_sigcontext_frame_cache(struct frame_info *next_frame, void **this_cache) argument
211 sparc32nbsd_sigcontext_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
222 sparc32nbsd_sigcontext_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dppcnbsd-tdep.c269 struct trad_frame_cache *this_cache,
283 trad_frame_set_reg_addr (this_cache, regnum, offset);
286 trad_frame_set_reg_addr (this_cache, tdep->ppc_lr_regnum, offset);
288 trad_frame_set_reg_addr (this_cache, tdep->ppc_cr_regnum, offset);
290 trad_frame_set_reg_addr (this_cache, tdep->ppc_xer_regnum, offset);
292 trad_frame_set_reg_addr (this_cache, tdep->ppc_ctr_regnum, offset);
294 trad_frame_set_reg_addr (this_cache, PC_REGNUM, offset); /* SRR0? */
298 trad_frame_set_id (this_cache, frame_id_build (base, func));
267 ppcnbsd_sigtramp_cache_init(const struct tramp_frame *self, struct frame_info *next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dppcobsd-tdep.c192 ppcobsd_sigtramp_frame_cache (struct frame_info *next_frame, void **this_cache)
202 if (*this_cache)
203 return *this_cache;
206 *this_cache = cache;
245 void **this_cache, struct frame_id *this_id)
248 ppcobsd_sigtramp_frame_cache (next_frame, this_cache);
255 void **this_cache, int regnum,
261 ppcobsd_sigtramp_frame_cache (next_frame, this_cache);
190 ppcobsd_sigtramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
242 ppcobsd_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
252 ppcobsd_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, char *valuep) argument
H A Dvax-tdep.c321 vax_frame_cache (struct frame_info *next_frame, void **this_cache)
328 if (*this_cache)
329 return *this_cache;
383 vax_frame_this_id (struct frame_info *next_frame, void **this_cache,
386 struct vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache);
396 vax_frame_prev_register (struct frame_info *next_frame, void **this_cache,
401 struct vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache);
423 vax_frame_base_address (struct frame_info *next_frame, void **this_cache)
425 struct vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache);
431 vax_frame_args_address (struct frame_info *next_frame, void **this_cache)
315 vax_frame_cache(struct frame_info *next_frame, void **this_cache) argument
377 vax_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
390 vax_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
416 vax_frame_base_address(struct frame_info *next_frame, void **this_cache) argument
424 vax_frame_args_address(struct frame_info *next_frame, void **this_cache) argument
[all...]
H A Dframe-unwind.h160 void **this_cache);
H A Di386obsd-tdep.c349 i386obsd_trapframe_cache(struct frame_info *next_frame, void **this_cache)
357 if (*this_cache)
358 return *this_cache;
361 *this_cache = cache;
405 void **this_cache, struct frame_id *this_id)
408 i386obsd_trapframe_cache (next_frame, this_cache);
415 void **this_cache, int regnum,
421 i386obsd_trapframe_cache (next_frame, this_cache);
346 i386obsd_trapframe_cache(struct frame_info *next_frame, void **this_cache) argument
401 i386obsd_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
411 i386obsd_trapframe_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dframe-unwind.c87 frame_unwind_find_by_frame (struct frame_info *next_frame, void **this_cache) argument
105 this_cache))
H A Dppc64obsd-tdep.c269 ppc64obsd_sigtramp_frame_cache (struct frame_info *next_frame, void **this_cache)
279 if (*this_cache)
280 return *this_cache;
283 *this_cache = cache;
322 void **this_cache, struct frame_id *this_id)
325 ppc64obsd_sigtramp_frame_cache (next_frame, this_cache);
332 void **this_cache, int regnum,
338 ppc64obsd_sigtramp_frame_cache (next_frame, this_cache);
267 ppc64obsd_sigtramp_frame_cache(struct frame_info *next_frame, void **this_cache) argument
319 ppc64obsd_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
329 ppc64obsd_sigtramp_frame_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, char *valuep) argument
H A Damd64obsd-tdep.c422 amd64obsd_trapframe_cache(struct frame_info *next_frame, void **this_cache)
430 if (*this_cache)
431 return *this_cache;
434 *this_cache = cache;
488 void **this_cache, struct frame_id *this_id)
491 amd64obsd_trapframe_cache (next_frame, this_cache);
498 void **this_cache, int regnum,
504 amd64obsd_trapframe_cache (next_frame, this_cache);
419 amd64obsd_trapframe_cache(struct frame_info *next_frame, void **this_cache) argument
484 amd64obsd_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
494 amd64obsd_trapframe_prev_register(struct frame_info *next_frame, void **this_cache, int regnum, int *optimizedp, enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, void *valuep) argument
H A Dmips-linux-tdep.c816 struct trad_frame_cache *this_cache,
821 struct trad_frame_cache *this_cache,
953 struct trad_frame_cache *this_cache,
973 trad_frame_set_reg_addr (this_cache, ORIG_ZERO_REGNUM + NUM_REGS,
978 trad_frame_set_reg_addr (this_cache, ireg + ZERO_REGNUM + NUM_REGS,
983 trad_frame_set_reg_addr (this_cache, ireg + regs->fp0 + NUM_REGS,
987 trad_frame_set_reg_addr (this_cache, regs->pc + NUM_REGS,
990 trad_frame_set_reg_addr (this_cache, regs->fp_control_status + NUM_REGS,
992 trad_frame_set_reg_addr (this_cache, regs->hi + NUM_REGS,
994 trad_frame_set_reg_addr (this_cache, reg
951 mips_linux_o32_sigframe_init(const struct tramp_frame *self, struct frame_info *next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
1080 mips_linux_n32n64_sigframe_init(const struct tramp_frame *self, struct frame_info *next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
[all...]

Completed in 346 milliseconds

12