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

  /src/external/gpl3/gdb/dist/gdb/
tilegx-tdep.c 45 struct tilegx_frame_cache struct
364 struct tilegx_frame_cache *cache,
835 static struct tilegx_frame_cache *
836 tilegx_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
839 struct tilegx_frame_cache *cache;
843 return (struct tilegx_frame_cache *) *this_cache;
845 cache = FRAME_OBSTACK_ZALLOC (struct tilegx_frame_cache);
871 struct tilegx_frame_cache *info =
872 tilegx_frame_cache (this_frame, this_cache);
884 struct tilegx_frame_cache *info
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
tilegx-tdep.c 45 struct tilegx_frame_cache struct
364 struct tilegx_frame_cache *cache,
835 static struct tilegx_frame_cache *
836 tilegx_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
839 struct tilegx_frame_cache *cache;
843 return (struct tilegx_frame_cache *) *this_cache;
845 cache = FRAME_OBSTACK_ZALLOC (struct tilegx_frame_cache);
871 struct tilegx_frame_cache *info =
872 tilegx_frame_cache (this_frame, this_cache);
884 struct tilegx_frame_cache *info
    [all...]

Completed in 27 milliseconds