Searched refs:this_cache (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsparc64-tdep.c490 sparc64_frame_cache (struct frame_info *next_frame, void **this_cache)
492 return sparc_frame_cache (next_frame, this_cache);
496 sparc64_frame_this_id (struct frame_info *next_frame, void **this_cache,
500 sparc64_frame_cache (next_frame, this_cache);
510 sparc64_frame_prev_register (struct frame_info *next_frame, void **this_cache,
516 sparc64_frame_cache (next_frame, this_cache);
580 sparc64_frame_base_address (struct frame_info *next_frame, void **this_cache)
583 sparc64_frame_cache (next_frame, this_cache);
488 sparc64_frame_cache(struct frame_info *next_frame, void **this_cache) argument
494 sparc64_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
508 sparc64_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
577 sparc64_frame_base_address(struct frame_info *next_frame, void **this_cache) argument
H A Dmips-tdep.c1488 mips_mdebug_frame_cache (struct frame_info *next_frame, void **this_cache) argument
1500 if ((*this_cache) != NULL)
1501 return (*this_cache);
1503 (*this_cache) = cache;
1670 return (*this_cache);
1674 mips_mdebug_frame_this_id (struct frame_info *next_frame, void **this_cache, argument
1678 this_cache);
1684 void **this_cache,
1690 this_cache);
1710 void **this_cache)
1683 mips_mdebug_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
1709 mips_mdebug_frame_base_address(struct frame_info *next_frame, void **this_cache) argument
[all...]
H A Ds390-tdep.c2271 s390_frame_base_address (struct frame_info *next_frame, void **this_cache) argument
2274 = s390_frame_unwind_cache (next_frame, this_cache);
2279 s390_local_base_address (struct frame_info *next_frame, void **this_cache) argument
2282 = s390_frame_unwind_cache (next_frame, this_cache);

Completed in 73 milliseconds

12