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

  /src/external/gpl3/gdb.old/dist/gdb/
moxie-tdep.c 47 struct moxie_frame_cache struct
131 struct moxie_frame_cache *cache,
221 struct moxie_frame_cache cache;
494 /* Allocate and initialize a moxie_frame_cache object. */
496 static struct moxie_frame_cache *
499 struct moxie_frame_cache *cache;
502 cache = FRAME_OBSTACK_ZALLOC (struct moxie_frame_cache);
514 /* Populate a moxie_frame_cache object for this_frame. */
516 static struct moxie_frame_cache *
517 moxie_frame_cache (const frame_info_ptr &this_frame, void **this_cache function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
moxie-tdep.c 47 struct moxie_frame_cache struct
131 struct moxie_frame_cache *cache,
221 struct moxie_frame_cache cache;
494 /* Allocate and initialize a moxie_frame_cache object. */
496 static struct moxie_frame_cache *
499 struct moxie_frame_cache *cache;
502 cache = FRAME_OBSTACK_ZALLOC (struct moxie_frame_cache);
514 /* Populate a moxie_frame_cache object for this_frame. */
516 static struct moxie_frame_cache *
517 moxie_frame_cache (const frame_info_ptr &this_frame, void **this_cache function
    [all...]

Completed in 33 milliseconds