Home
last modified time | relevance | path

Searched refs:this_prologue_cache (Results 1 – 25 of 141) sorted by relevance

123456

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dalpha-mdebug-tdep.c170 void **this_prologue_cache) in alpha_mdebug_frame_unwind_cache() argument
179 if (*this_prologue_cache) in alpha_mdebug_frame_unwind_cache()
180 return *this_prologue_cache; in alpha_mdebug_frame_unwind_cache()
183 *this_prologue_cache = info; in alpha_mdebug_frame_unwind_cache()
242 void **this_prologue_cache, in alpha_mdebug_frame_this_id() argument
246 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_this_id()
255 void **this_prologue_cache, in alpha_mdebug_frame_prev_register() argument
261 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_prev_register()
328 void **this_prologue_cache) in alpha_mdebug_frame_base_address() argument
338 void **this_prologue_cache) in alpha_mdebug_frame_locals_address() argument
[all …]
H A Ddummy-frame.c36 void **this_prologue_cache,
288 void **this_prologue_cache, in dummy_frame_prev_register() argument
298 dummy_frame_this_id (next_frame, this_prologue_cache, &id); in dummy_frame_prev_register()
299 dummy = (*this_prologue_cache); in dummy_frame_prev_register()
328 void **this_prologue_cache, in dummy_frame_this_id() argument
331 struct dummy_frame *dummy = (*this_prologue_cache); in dummy_frame_this_id()
382 (*this_prologue_cache) = find_dummy_frame ((*this_id).code_addr, in dummy_frame_this_id()
H A Dalpha-tdep.c741 void **this_prologue_cache) in alpha_sigtramp_frame_unwind_cache() argument
746 if (*this_prologue_cache) in alpha_sigtramp_frame_unwind_cache()
747 return *this_prologue_cache; in alpha_sigtramp_frame_unwind_cache()
750 *this_prologue_cache = info; in alpha_sigtramp_frame_unwind_cache()
823 void **this_prologue_cache, in alpha_sigtramp_frame_prev_register() argument
984 void **this_prologue_cache, in alpha_heuristic_frame_unwind_cache() argument
992 if (*this_prologue_cache) in alpha_heuristic_frame_unwind_cache()
993 return *this_prologue_cache; in alpha_heuristic_frame_unwind_cache()
996 *this_prologue_cache = info; in alpha_heuristic_frame_unwind_cache()
1151 void **this_prologue_cache, in alpha_heuristic_frame_this_id() argument
[all …]
H A Dsentinel-frame.c49 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
H A Dframe-unwind.h52 void **this_prologue_cache);
78 void **this_prologue_cache,
114 void **this_prologue_cache,
H A Dzpu-tdep.c457 void **this_prologue_cache) in zpu_frame_unwind_cache() argument
464 if ((*this_prologue_cache)) in zpu_frame_unwind_cache()
465 return (*this_prologue_cache); in zpu_frame_unwind_cache()
473 (*this_prologue_cache) = info; in zpu_frame_unwind_cache()
536 void **this_prologue_cache, in zpu_frame_this_id() argument
540 = zpu_frame_unwind_cache (next_frame, this_prologue_cache); in zpu_frame_this_id()
552 void **this_prologue_cache, in zpu_frame_prev_register() argument
558 = zpu_frame_unwind_cache (next_frame, this_prologue_cache); in zpu_frame_prev_register()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dalpha-mdebug-tdep.c170 void **this_prologue_cache) in alpha_mdebug_frame_unwind_cache() argument
179 if (*this_prologue_cache) in alpha_mdebug_frame_unwind_cache()
180 return *this_prologue_cache; in alpha_mdebug_frame_unwind_cache()
183 *this_prologue_cache = info; in alpha_mdebug_frame_unwind_cache()
242 void **this_prologue_cache, in alpha_mdebug_frame_this_id() argument
246 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_this_id()
255 void **this_prologue_cache, in alpha_mdebug_frame_prev_register() argument
261 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_prev_register()
328 void **this_prologue_cache) in alpha_mdebug_frame_base_address() argument
338 void **this_prologue_cache) in alpha_mdebug_frame_locals_address() argument
[all …]
H A Ddummy-frame.c36 void **this_prologue_cache,
288 void **this_prologue_cache, in dummy_frame_prev_register() argument
298 dummy_frame_this_id (next_frame, this_prologue_cache, &id); in dummy_frame_prev_register()
299 dummy = (*this_prologue_cache); in dummy_frame_prev_register()
328 void **this_prologue_cache, in dummy_frame_this_id() argument
331 struct dummy_frame *dummy = (*this_prologue_cache); in dummy_frame_this_id()
382 (*this_prologue_cache) = find_dummy_frame ((*this_id).code_addr, in dummy_frame_this_id()
H A Dalpha-tdep.c741 void **this_prologue_cache) in alpha_sigtramp_frame_unwind_cache() argument
746 if (*this_prologue_cache) in alpha_sigtramp_frame_unwind_cache()
747 return *this_prologue_cache; in alpha_sigtramp_frame_unwind_cache()
750 *this_prologue_cache = info; in alpha_sigtramp_frame_unwind_cache()
823 void **this_prologue_cache, in alpha_sigtramp_frame_prev_register() argument
984 void **this_prologue_cache, in alpha_heuristic_frame_unwind_cache() argument
992 if (*this_prologue_cache) in alpha_heuristic_frame_unwind_cache()
993 return *this_prologue_cache; in alpha_heuristic_frame_unwind_cache()
996 *this_prologue_cache = info; in alpha_heuristic_frame_unwind_cache()
1151 void **this_prologue_cache, in alpha_heuristic_frame_this_id() argument
[all …]
H A Dsentinel-frame.c49 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
H A Dframe-unwind.h52 void **this_prologue_cache);
78 void **this_prologue_cache,
114 void **this_prologue_cache,
H A Dzpu-tdep.c457 void **this_prologue_cache) in zpu_frame_unwind_cache() argument
464 if ((*this_prologue_cache)) in zpu_frame_unwind_cache()
465 return (*this_prologue_cache); in zpu_frame_unwind_cache()
473 (*this_prologue_cache) = info; in zpu_frame_unwind_cache()
536 void **this_prologue_cache, in zpu_frame_this_id() argument
540 = zpu_frame_unwind_cache (next_frame, this_prologue_cache); in zpu_frame_this_id()
552 void **this_prologue_cache, in zpu_frame_prev_register() argument
558 = zpu_frame_unwind_cache (next_frame, this_prologue_cache); in zpu_frame_prev_register()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dalpha-mdebug-tdep.c192 void **this_prologue_cache) in alpha_mdebug_frame_unwind_cache() argument
201 if (*this_prologue_cache) in alpha_mdebug_frame_unwind_cache()
202 return *this_prologue_cache; in alpha_mdebug_frame_unwind_cache()
205 *this_prologue_cache = info; in alpha_mdebug_frame_unwind_cache()
269 void **this_prologue_cache, in alpha_mdebug_frame_this_id() argument
273 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache); in alpha_mdebug_frame_this_id()
282 void **this_prologue_cache, int regnum) in alpha_mdebug_frame_prev_register() argument
285 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache); in alpha_mdebug_frame_prev_register()
348 void **this_prologue_cache) in alpha_mdebug_frame_base_address() argument
358 void **this_prologue_cache) in alpha_mdebug_frame_locals_address() argument
[all …]
H A Dframe-unwind.h52 void **this_prologue_cache);
55 (struct frame_info *this_frame, void **this_prologue_cache);
62 void **this_prologue_cache);
95 void **this_prologue_cache,
127 (struct frame_info *this_frame, void **this_prologue_cache,
140 void **this_prologue_cache);
H A Dsentinel-frame.c48 void **this_prologue_cache, in sentinel_frame_prev_register() argument
52 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_arch() argument
88 struct frame_unwind_cache *cache = *this_prologue_cache; in sentinel_frame_prev_arch()
H A Ddummy-frame.c193 void **this_prologue_cache) in dummy_frame_sniffer() argument
226 (*this_prologue_cache) = cache; in dummy_frame_sniffer()
239 void **this_prologue_cache, in dummy_frame_prev_register() argument
242 struct dummy_frame_cache *cache = (*this_prologue_cache); in dummy_frame_prev_register()
268 void **this_prologue_cache, in dummy_frame_this_id() argument
272 struct dummy_frame_cache *cache = (*this_prologue_cache); in dummy_frame_this_id()
H A Drx-tdep.c374 void **this_prologue_cache) in rx_analyze_frame_prologue() argument
376 if (!*this_prologue_cache) in rx_analyze_frame_prologue()
380 *this_prologue_cache = FRAME_OBSTACK_ZALLOC (struct rx_prologue); in rx_analyze_frame_prologue()
390 rx_analyze_prologue (func_start, stop_addr, *this_prologue_cache); in rx_analyze_frame_prologue()
393 return *this_prologue_cache; in rx_analyze_frame_prologue()
399 rx_frame_base (struct frame_info *this_frame, void **this_prologue_cache) in rx_frame_base() argument
402 = rx_analyze_frame_prologue (this_frame, this_prologue_cache); in rx_frame_base()
425 void **this_prologue_cache, struct frame_id *this_id) in rx_frame_this_id() argument
434 void **this_prologue_cache, int regnum) in rx_frame_prev_register() argument
437 = rx_analyze_frame_prologue (this_frame, this_prologue_cache); in rx_frame_prev_register()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dalpha-mdebug-tdep.c191 void **this_prologue_cache) in alpha_mdebug_frame_unwind_cache() argument
200 if (*this_prologue_cache) in alpha_mdebug_frame_unwind_cache()
201 return (struct alpha_mdebug_unwind_cache *) *this_prologue_cache; in alpha_mdebug_frame_unwind_cache()
204 *this_prologue_cache = info; in alpha_mdebug_frame_unwind_cache()
268 void **this_prologue_cache, in alpha_mdebug_frame_this_id() argument
272 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache); in alpha_mdebug_frame_this_id()
281 void **this_prologue_cache, int regnum) in alpha_mdebug_frame_prev_register() argument
284 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache); in alpha_mdebug_frame_prev_register()
349 void **this_prologue_cache) in alpha_mdebug_frame_base_address() argument
359 void **this_prologue_cache) in alpha_mdebug_frame_locals_address() argument
[all …]
H A Dsentinel-frame.c46 void **this_prologue_cache, in sentinel_frame_prev_register() argument
50 = (struct frame_unwind_cache *) *this_prologue_cache; in sentinel_frame_prev_register()
61 void **this_prologue_cache, in sentinel_frame_this_id() argument
72 void **this_prologue_cache) in sentinel_frame_prev_arch() argument
75 = (struct frame_unwind_cache *) *this_prologue_cache; in sentinel_frame_prev_arch()
H A Dframe-unwind.h54 void **this_prologue_cache);
57 (struct frame_info *this_frame, void **this_prologue_cache);
64 void **this_prologue_cache);
109 void **this_prologue_cache,
144 (struct frame_info *this_frame, void **this_prologue_cache,
157 void **this_prologue_cache);
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dalpha-mdebug-tdep.c191 void **this_prologue_cache) in alpha_mdebug_frame_unwind_cache() argument
200 if (*this_prologue_cache) in alpha_mdebug_frame_unwind_cache()
201 return *this_prologue_cache; in alpha_mdebug_frame_unwind_cache()
204 *this_prologue_cache = info; in alpha_mdebug_frame_unwind_cache()
268 void **this_prologue_cache, in alpha_mdebug_frame_this_id() argument
272 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache); in alpha_mdebug_frame_this_id()
281 void **this_prologue_cache, int regnum) in alpha_mdebug_frame_prev_register() argument
284 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache); in alpha_mdebug_frame_prev_register()
347 void **this_prologue_cache) in alpha_mdebug_frame_base_address() argument
357 void **this_prologue_cache) in alpha_mdebug_frame_locals_address() argument
[all …]
H A Dframe-unwind.h53 void **this_prologue_cache);
56 (struct frame_info *this_frame, void **this_prologue_cache);
63 void **this_prologue_cache);
96 void **this_prologue_cache,
128 (struct frame_info *this_frame, void **this_prologue_cache,
141 void **this_prologue_cache);
H A Dsentinel-frame.c46 void **this_prologue_cache, in sentinel_frame_prev_register() argument
49 struct frame_unwind_cache *cache = *this_prologue_cache; in sentinel_frame_prev_register()
60 void **this_prologue_cache, in sentinel_frame_this_id() argument
71 void **this_prologue_cache) in sentinel_frame_prev_arch() argument
73 struct frame_unwind_cache *cache = *this_prologue_cache; in sentinel_frame_prev_arch()
H A Ddummy-frame.c196 void **this_prologue_cache) in dummy_frame_sniffer() argument
229 (*this_prologue_cache) = cache; in dummy_frame_sniffer()
242 void **this_prologue_cache, in dummy_frame_prev_register() argument
245 struct dummy_frame_cache *cache = (*this_prologue_cache); in dummy_frame_prev_register()
271 void **this_prologue_cache, in dummy_frame_this_id() argument
275 struct dummy_frame_cache *cache = (*this_prologue_cache); in dummy_frame_this_id()
H A Drx-tdep.c374 void **this_prologue_cache) in rx_analyze_frame_prologue() argument
376 if (!*this_prologue_cache) in rx_analyze_frame_prologue()
380 *this_prologue_cache = FRAME_OBSTACK_ZALLOC (struct rx_prologue); in rx_analyze_frame_prologue()
390 rx_analyze_prologue (func_start, stop_addr, *this_prologue_cache); in rx_analyze_frame_prologue()
393 return *this_prologue_cache; in rx_analyze_frame_prologue()
399 rx_frame_base (struct frame_info *this_frame, void **this_prologue_cache) in rx_frame_base() argument
402 = rx_analyze_frame_prologue (this_frame, this_prologue_cache); in rx_frame_base()
425 void **this_prologue_cache, struct frame_id *this_id) in rx_frame_this_id() argument
434 void **this_prologue_cache, int regnum) in rx_frame_prev_register() argument
437 = rx_analyze_frame_prologue (this_frame, this_prologue_cache); in rx_frame_prev_register()
[all …]

123456