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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Diq2000-tdep.c59 struct iq2000_frame_cache struct
203 struct iq2000_frame_cache *cache)
314 iq2000_init_frame_cache (struct iq2000_frame_cache *cache)
344 struct iq2000_frame_cache cache;
361 static struct iq2000_frame_cache *
362 iq2000_frame_cache (struct frame_info *this_frame, void **this_cache) function
365 struct iq2000_frame_cache *cache;
370 return (struct iq2000_frame_cache *) *this_cache;
372 cache = FRAME_OBSTACK_ZALLOC (struct iq2000_frame_cache);
398 struct iq2000_frame_cache *cach
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Diq2000-tdep.c59 struct iq2000_frame_cache struct
202 struct iq2000_frame_cache *cache)
313 iq2000_init_frame_cache (struct iq2000_frame_cache *cache)
343 struct iq2000_frame_cache cache;
360 static struct iq2000_frame_cache *
361 iq2000_frame_cache (frame_info_ptr this_frame, void **this_cache) function
364 struct iq2000_frame_cache *cache;
369 return (struct iq2000_frame_cache *) *this_cache;
371 cache = FRAME_OBSTACK_ZALLOC (struct iq2000_frame_cache);
397 struct iq2000_frame_cache *cach
[all...]

Completed in 259 milliseconds