Searched refs:prologue_cache (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ds12z-tdep.c267 s12z_frame_cache (struct frame_info *this_frame, void **prologue_cache) argument
278 if (NULL != *prologue_cache)
279 return (struct trad_frame_cache *) *prologue_cache;
283 *prologue_cache = info;
448 void **prologue_cache, struct frame_id *this_id)
451 prologue_cache);
460 void **prologue_cache, int regnum)
463 prologue_cache);
447 s12z_frame_this_id(struct frame_info *this_frame, void **prologue_cache, struct frame_id *this_id) argument
459 s12z_frame_prev_register(struct frame_info *this_frame, void **prologue_cache, int regnum) argument
H A Dframe.c136 void *prologue_cache; member in struct:frame_info
585 frame_unwind_find_by_frame (fi, &fi->prologue_cache);
590 fi->unwind->this_id (fi, &fi->prologue_cache, &fi->this_id.value);
1276 frame_unwind_find_by_frame (next_frame, &next_frame->prologue_cache);
1280 &next_frame->prologue_cache,
1611 frame->prologue_cache = sentinel_frame_cache (regcache);
1836 frame_unwind_find_by_frame (fi, &fi->prologue_cache);
1903 if (fi->prologue_cache && fi->unwind->dealloc_cache)
1904 fi->unwind->dealloc_cache (fi, fi->prologue_cache);
2054 frame_unwind_find_by_frame (this_frame, &this_frame->prologue_cache);
[all...]
H A Dor1k-tdep.c865 or1k_frame_cache (struct frame_info *this_frame, void **prologue_cache)
880 "or1k_frame_cache, prologue_cache = %s\n",
881 host_address_to_string (*prologue_cache));
884 if (NULL != *prologue_cache)
885 return (struct trad_frame_cache *) *prologue_cache;
889 *prologue_cache = info;
1079 void **prologue_cache, struct frame_id *this_id)
1082 prologue_cache);
1091 void **prologue_cache, int regnum)
1094 prologue_cache);
862 or1k_frame_cache(struct frame_info *this_frame, void **prologue_cache) argument
1075 or1k_frame_this_id(struct frame_info *this_frame, void **prologue_cache, struct frame_id *this_id) argument
1087 or1k_frame_prev_register(struct frame_info *this_frame, void **prologue_cache, int regnum) argument
[all...]
H A Driscv-tdep.c2986 void **prologue_cache,
2993 cache = riscv_frame_cache (this_frame, prologue_cache);
3007 void **prologue_cache,
3012 cache = riscv_frame_cache (this_frame, prologue_cache);
2985 riscv_frame_this_id(struct frame_info *this_frame, void **prologue_cache, struct frame_id *this_id) argument
3006 riscv_frame_prev_register(struct frame_info *this_frame, void **prologue_cache, int regnum) argument
H A Darc-tdep.c1080 arc_frame_base_address (struct frame_info *this_frame, void **prologue_cache) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ds12z-tdep.c244 s12z_frame_cache (frame_info_ptr this_frame, void **prologue_cache) argument
255 if (NULL != *prologue_cache)
256 return (struct trad_frame_cache *) *prologue_cache;
260 *prologue_cache = info;
424 void **prologue_cache, struct frame_id *this_id)
427 prologue_cache);
436 void **prologue_cache, int regnum)
439 prologue_cache);
423 s12z_frame_this_id(frame_info_ptr this_frame, void **prologue_cache, struct frame_id *this_id) argument
435 s12z_frame_prev_register(frame_info_ptr this_frame, void **prologue_cache, int regnum) argument
H A Dframe.c140 void *prologue_cache; member in struct:frame_info
578 frame_unwind_find_by_frame (fi, &fi->prologue_cache);
583 fi->unwind->this_id (fi, &fi->prologue_cache, &fi->this_id.value);
1234 frame_unwind_find_by_frame (next_frame, &next_frame->prologue_cache);
1238 &next_frame->prologue_cache,
1582 frame->prologue_cache = sentinel_frame_cache (regcache);
1953 frame_unwind_find_by_frame (frame_info_ptr (fi), &fi->prologue_cache);
2013 if (fi->prologue_cache && fi->unwind->dealloc_cache)
2014 fi->unwind->dealloc_cache (fi, fi->prologue_cache);
2207 frame_unwind_find_by_frame (this_frame, &this_frame->prologue_cache);
[all...]
H A Dor1k-tdep.c896 or1k_frame_cache (frame_info_ptr this_frame, void **prologue_cache)
911 "or1k_frame_cache, prologue_cache = %s\n",
912 host_address_to_string (*prologue_cache));
915 if (NULL != *prologue_cache)
916 return (struct trad_frame_cache *) *prologue_cache;
920 *prologue_cache = info;
1110 void **prologue_cache, struct frame_id *this_id)
1113 prologue_cache);
1122 void **prologue_cache, int regnum)
1125 prologue_cache);
893 or1k_frame_cache(frame_info_ptr this_frame, void **prologue_cache) argument
1106 or1k_frame_this_id(frame_info_ptr this_frame, void **prologue_cache, struct frame_id *this_id) argument
1118 or1k_frame_prev_register(frame_info_ptr this_frame, void **prologue_cache, int regnum) argument
[all...]
H A Dloongarch-tdep.c422 loongarch_frame_this_id (frame_info_ptr this_frame, void **prologue_cache, argument
427 info = loongarch_frame_cache (this_frame, prologue_cache);
435 void **prologue_cache, int regnum)
439 info = loongarch_frame_cache (this_frame, prologue_cache);
434 loongarch_frame_prev_register(frame_info_ptr this_frame, void **prologue_cache, int regnum) argument
H A Driscv-tdep.c3499 void **prologue_cache,
3506 cache = riscv_frame_cache (this_frame, prologue_cache);
3520 void **prologue_cache,
3525 cache = riscv_frame_cache (this_frame, prologue_cache);
H A Darc-tdep.c1064 arc_frame_base_address (frame_info_ptr this_frame, void **prologue_cache) argument

Completed in 402 milliseconds