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

  /src/external/gpl3/gdb.old/dist/gdb/
xstormy16-tdep.c 70 struct xstormy16_frame_cache struct
308 struct xstormy16_frame_cache *cache,
414 struct xstormy16_frame_cache cache;
636 static struct xstormy16_frame_cache *
639 struct xstormy16_frame_cache *cache;
642 cache = FRAME_OBSTACK_ZALLOC (struct xstormy16_frame_cache);
655 static struct xstormy16_frame_cache *
656 xstormy16_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
659 struct xstormy16_frame_cache *cache;
664 return (struct xstormy16_frame_cache *) *this_cache
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
xstormy16-tdep.c 70 struct xstormy16_frame_cache struct
308 struct xstormy16_frame_cache *cache,
414 struct xstormy16_frame_cache cache;
636 static struct xstormy16_frame_cache *
639 struct xstormy16_frame_cache *cache;
642 cache = FRAME_OBSTACK_ZALLOC (struct xstormy16_frame_cache);
655 static struct xstormy16_frame_cache *
656 xstormy16_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
659 struct xstormy16_frame_cache *cache;
664 return (struct xstormy16_frame_cache *) *this_cache
    [all...]

Completed in 63 milliseconds