Home | History | Annotate | Download | only in gdb

Lines Matching defs:rs6000_frame_cache

3608 struct rs6000_frame_cache
3622 static struct rs6000_frame_cache *
3623 rs6000_frame_cache (const frame_info_ptr &this_frame, void **this_cache)
3625 struct rs6000_frame_cache *cache;
3634 return (struct rs6000_frame_cache *) (*this_cache);
3635 cache = FRAME_OBSTACK_ZALLOC (struct rs6000_frame_cache);
3661 return (struct rs6000_frame_cache *) (*this_cache);
3819 struct rs6000_frame_cache *info = rs6000_frame_cache (this_frame,
3839 struct rs6000_frame_cache *info = rs6000_frame_cache (this_frame,
3858 static struct rs6000_frame_cache *
3861 struct rs6000_frame_cache *cache;
3868 return (struct rs6000_frame_cache *) *this_cache;
3870 cache = FRAME_OBSTACK_ZALLOC (struct rs6000_frame_cache);
3944 struct rs6000_frame_cache *info =
3961 struct rs6000_frame_cache *info =
4000 struct rs6000_frame_cache *info = rs6000_frame_cache (this_frame,