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

  /src/external/gpl3/gdb.old/dist/gdb/
tramp-frame.c 46 struct tramp_frame_cache *tramp_cache local
49 if (tramp_cache->trad_cache == NULL)
51 tramp_cache->trad_cache = trad_frame_cache_zalloc (this_frame);
52 tramp_cache->tramp_frame->init (tramp_cache->tramp_frame,
54 tramp_cache->trad_cache,
55 tramp_cache->func);
57 return tramp_cache->trad_cache;
130 struct tramp_frame_cache *tramp_cache; local
139 tramp_cache = FRAME_OBSTACK_ZALLOC (struct tramp_frame_cache)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
tramp-frame.c 46 struct tramp_frame_cache *tramp_cache local
49 if (tramp_cache->trad_cache == NULL)
51 tramp_cache->trad_cache = trad_frame_cache_zalloc (this_frame);
52 tramp_cache->tramp_frame->init (tramp_cache->tramp_frame,
54 tramp_cache->trad_cache,
55 tramp_cache->func);
57 return tramp_cache->trad_cache;
160 struct tramp_frame_cache *tramp_cache; local
169 tramp_cache = FRAME_OBSTACK_ZALLOC (struct tramp_frame_cache)
    [all...]

Completed in 47 milliseconds