Lines Matching refs:this_prologue_cache
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()
339 void **this_prologue_cache) in alpha_mdebug_frame_locals_address() argument
342 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_locals_address()
349 void **this_prologue_cache) in alpha_mdebug_frame_args_address() argument
352 = alpha_mdebug_frame_unwind_cache (next_frame, this_prologue_cache); in alpha_mdebug_frame_args_address()