| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | alpha-mdebug-tdep.c | 171 void **this_prologue_cache) in alpha_mdebug_frame_unwind_cache() argument 180 if (*this_prologue_cache) in alpha_mdebug_frame_unwind_cache() 181 return *this_prologue_cache; in alpha_mdebug_frame_unwind_cache() 184 *this_prologue_cache = info; in alpha_mdebug_frame_unwind_cache() 243 void **this_prologue_cache, in alpha_mdebug_frame_this_id() argument 247 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_this_id() 256 void **this_prologue_cache, in alpha_mdebug_frame_prev_register() argument 262 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_prev_register() 329 void **this_prologue_cache) in alpha_mdebug_frame_base_address() argument 332 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_base_address() [all …]
|
| D | dummy-frame.c | 128 void **this_prologue_cache) in dummy_frame_sniffer() argument 162 (*this_prologue_cache) = cache; in dummy_frame_sniffer() 175 void **this_prologue_cache, in dummy_frame_prev_register() argument 181 struct dummy_frame_cache *cache = (*this_prologue_cache); in dummy_frame_prev_register() 210 void **this_prologue_cache, in dummy_frame_this_id() argument 214 struct dummy_frame_cache *cache = (*this_prologue_cache); in dummy_frame_this_id()
|
| D | frame-unwind.h | 52 void **this_prologue_cache); 78 void **this_prologue_cache, 114 void **this_prologue_cache, 126 void **this_prologue_cache);
|
| D | sentinel-frame.c | 49 void **this_prologue_cache, in sentinel_frame_prev_register() argument 54 struct frame_unwind_cache *cache = *this_prologue_cache; in sentinel_frame_prev_register() 75 void **this_prologue_cache, in sentinel_frame_this_id() argument 86 void **this_prologue_cache) in sentinel_frame_prev_pc() argument
|
| D | alpha-tdep.c | 739 void **this_prologue_cache) in alpha_sigtramp_frame_unwind_cache() argument 744 if (*this_prologue_cache) in alpha_sigtramp_frame_unwind_cache() 745 return *this_prologue_cache; in alpha_sigtramp_frame_unwind_cache() 748 *this_prologue_cache = info; in alpha_sigtramp_frame_unwind_cache() 779 void **this_prologue_cache, in alpha_sigtramp_frame_this_id() argument 783 = alpha_sigtramp_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_sigtramp_frame_this_id() 821 void **this_prologue_cache, in alpha_sigtramp_frame_prev_register() argument 827 = alpha_sigtramp_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_sigtramp_frame_prev_register() 983 void **this_prologue_cache, in alpha_heuristic_frame_unwind_cache() argument 991 if (*this_prologue_cache) in alpha_heuristic_frame_unwind_cache() [all …]
|
| D | mn10300-tdep.c | 717 void **this_prologue_cache) in mn10300_frame_unwind_cache() argument 722 if (*this_prologue_cache) in mn10300_frame_unwind_cache() 723 return (*this_prologue_cache); in mn10300_frame_unwind_cache() 737 (*this_prologue_cache) = cache; in mn10300_frame_unwind_cache() 753 void **this_prologue_cache, in mn10300_frame_this_id() argument 757 mn10300_frame_unwind_cache (next_frame, this_prologue_cache); in mn10300_frame_this_id() 764 void **this_prologue_cache, in mn10300_frame_prev_register() argument 770 mn10300_frame_unwind_cache (next_frame, this_prologue_cache); in mn10300_frame_prev_register() 788 void **this_prologue_cache) in mn10300_frame_base_address() argument 791 mn10300_frame_unwind_cache (next_frame, this_prologue_cache); in mn10300_frame_base_address()
|
| D | m32r-tdep.c | 511 void **this_prologue_cache) in m32r_frame_unwind_cache() argument 521 if ((*this_prologue_cache)) in m32r_frame_unwind_cache() 522 return (*this_prologue_cache); in m32r_frame_unwind_cache() 525 (*this_prologue_cache) = info; in m32r_frame_unwind_cache() 822 void **this_prologue_cache, struct frame_id *this_id) in m32r_frame_this_id() argument 825 = m32r_frame_unwind_cache (next_frame, this_prologue_cache); in m32r_frame_this_id() 852 void **this_prologue_cache, in m32r_frame_prev_register() argument 858 = m32r_frame_unwind_cache (next_frame, this_prologue_cache); in m32r_frame_prev_register()
|
| D | s390-tdep.c | 1908 void **this_prologue_cache) in s390_frame_unwind_cache() argument 1911 if (*this_prologue_cache) in s390_frame_unwind_cache() 1912 return *this_prologue_cache; in s390_frame_unwind_cache() 1915 *this_prologue_cache = info; in s390_frame_unwind_cache() 1931 void **this_prologue_cache, in s390_frame_this_id() argument 1935 = s390_frame_unwind_cache (next_frame, this_prologue_cache); in s390_frame_this_id() 1945 void **this_prologue_cache, in s390_frame_prev_register() argument 1951 = s390_frame_unwind_cache (next_frame, this_prologue_cache); in s390_frame_prev_register() 1981 void **this_prologue_cache) in s390_stub_frame_unwind_cache() argument 1988 if (*this_prologue_cache) in s390_stub_frame_unwind_cache() [all …]
|
| D | avr-tdep.c | 859 void **this_prologue_cache) in avr_frame_unwind_cache() argument 867 if ((*this_prologue_cache)) in avr_frame_unwind_cache() 868 return (*this_prologue_cache); in avr_frame_unwind_cache() 871 (*this_prologue_cache) = info; in avr_frame_unwind_cache() 950 void **this_prologue_cache, in avr_frame_this_id() argument 954 = avr_frame_unwind_cache (next_frame, this_prologue_cache); in avr_frame_this_id() 975 void **this_prologue_cache, in avr_frame_prev_register() argument 981 = avr_frame_unwind_cache (next_frame, this_prologue_cache); in avr_frame_prev_register()
|
| D | hppa-linux-tdep.c | 449 void **this_prologue_cache, in hppa_linux_sigtramp_frame_this_id() argument 453 = hppa_linux_sigtramp_frame_unwind_cache (next_frame, this_prologue_cache); in hppa_linux_sigtramp_frame_this_id() 459 void **this_prologue_cache, in hppa_linux_sigtramp_frame_prev_register() argument 466 = hppa_linux_sigtramp_frame_unwind_cache (next_frame, this_prologue_cache); in hppa_linux_sigtramp_frame_prev_register()
|
| D | frv-tdep.c | 1012 void **this_prologue_cache) in frv_frame_unwind_cache() argument 1019 if ((*this_prologue_cache)) in frv_frame_unwind_cache() 1020 return (*this_prologue_cache); in frv_frame_unwind_cache() 1023 (*this_prologue_cache) = info; in frv_frame_unwind_cache() 1347 void **this_prologue_cache, struct frame_id *this_id) in frv_frame_this_id() argument 1350 = frv_frame_unwind_cache (next_frame, this_prologue_cache); in frv_frame_this_id() 1377 void **this_prologue_cache, in frv_frame_prev_register() argument 1383 = frv_frame_unwind_cache (next_frame, this_prologue_cache); in frv_frame_prev_register()
|
| D | m68hc11-tdep.c | 784 void **this_prologue_cache) in m68hc11_frame_unwind_cache() argument 792 if ((*this_prologue_cache)) in m68hc11_frame_unwind_cache() 793 return (*this_prologue_cache); in m68hc11_frame_unwind_cache() 796 (*this_prologue_cache) = info; in m68hc11_frame_unwind_cache() 880 void **this_prologue_cache, in m68hc11_frame_this_id() argument 884 = m68hc11_frame_unwind_cache (next_frame, this_prologue_cache); in m68hc11_frame_this_id() 905 void **this_prologue_cache, in m68hc11_frame_prev_register() argument 911 = m68hc11_frame_unwind_cache (next_frame, this_prologue_cache); in m68hc11_frame_prev_register()
|
| D | cris-tdep.c | 435 void **this_prologue_cache, 778 void **this_prologue_cache) in cris_frame_unwind_cache() argument 784 if ((*this_prologue_cache)) in cris_frame_unwind_cache() 785 return (*this_prologue_cache); in cris_frame_unwind_cache() 788 (*this_prologue_cache) = info; in cris_frame_unwind_cache() 815 void **this_prologue_cache, in cris_frame_this_id() argument 819 = cris_frame_unwind_cache (next_frame, this_prologue_cache); in cris_frame_this_id() 841 void **this_prologue_cache, in cris_frame_prev_register() argument 847 = cris_frame_unwind_cache (next_frame, this_prologue_cache); in cris_frame_prev_register()
|
| D | hppa-hpux-tdep.c | 1218 void **this_prologue_cache, in hppa_hpux_sigtramp_frame_this_id() argument 1222 = hppa_hpux_sigtramp_frame_unwind_cache (next_frame, this_prologue_cache); in hppa_hpux_sigtramp_frame_this_id() 1228 void **this_prologue_cache, in hppa_hpux_sigtramp_frame_prev_register() argument 1235 = hppa_hpux_sigtramp_frame_unwind_cache (next_frame, this_prologue_cache); in hppa_hpux_sigtramp_frame_prev_register()
|
| D | hppa-tdep.c | 2294 void **this_prologue_cache, in hppa_stub_frame_this_id() argument 2298 = hppa_stub_frame_unwind_cache (next_frame, this_prologue_cache); in hppa_stub_frame_this_id() 2308 void **this_prologue_cache, in hppa_stub_frame_prev_register() argument 2314 = hppa_stub_frame_unwind_cache (next_frame, this_prologue_cache); in hppa_stub_frame_prev_register()
|