Searched refs:bfin_frame_cache (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbfin-tdep.c247 struct bfin_frame_cache struct
265 static struct bfin_frame_cache *
268 struct bfin_frame_cache *cache;
271 cache = FRAME_OBSTACK_ZALLOC (struct bfin_frame_cache);
290 static struct bfin_frame_cache *
291 bfin_frame_cache (struct frame_info *this_frame, void **this_cache) function
293 struct bfin_frame_cache *cache;
297 return (struct bfin_frame_cache *) *this_cache;
347 struct bfin_frame_cache *cache = bfin_frame_cache (this_fram
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbfin-tdep.c247 struct bfin_frame_cache struct
265 static struct bfin_frame_cache *
268 struct bfin_frame_cache *cache;
271 cache = FRAME_OBSTACK_ZALLOC (struct bfin_frame_cache);
290 static struct bfin_frame_cache *
291 bfin_frame_cache (frame_info_ptr this_frame, void **this_cache) function
293 struct bfin_frame_cache *cache;
297 return (struct bfin_frame_cache *) *this_cache;
347 struct bfin_frame_cache *cache = bfin_frame_cache (this_fram
[all...]

Completed in 210 milliseconds