HomeSort by: relevance | last modified time | path
    Searched defs:rs6000_frame_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 3607 struct rs6000_frame_cache
3621 static struct rs6000_frame_cache *
3622 rs6000_frame_cache (const frame_info_ptr &this_frame, void **this_cache)
3624 struct rs6000_frame_cache *cache;
3633 return (struct rs6000_frame_cache *) (*this_cache);
3634 cache = FRAME_OBSTACK_ZALLOC (struct rs6000_frame_cache);
3660 return (struct rs6000_frame_cache *) (*this_cache);
3818 struct rs6000_frame_cache *info = rs6000_frame_cache (this_frame,
3838 struct rs6000_frame_cache *info = rs6000_frame_cache (this_frame
3604 struct rs6000_frame_cache struct
3619 rs6000_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 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
3605 struct rs6000_frame_cache struct
3620 rs6000_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
    [all...]

Completed in 33 milliseconds