Home
last modified time | relevance | path

Searched refs:tramp_frame_cache (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dtramp-frame.c38 struct tramp_frame_cache struct
46 tramp_frame_cache (struct frame_info *next_frame, in tramp_frame_cache() argument
50 struct tramp_frame_cache *tramp_cache = (*this_cache); in tramp_frame_cache()
68 = tramp_frame_cache (next_frame, this_cache); in tramp_frame_this_id()
82 = tramp_frame_cache (next_frame, this_cache); in tramp_frame_prev_register()
125 struct tramp_frame_cache *tramp_cache; in tramp_frame_sniffer()
134 tramp_cache = FRAME_OBSTACK_ZALLOC (struct tramp_frame_cache); in tramp_frame_sniffer()