Lines Matching defs:tramp_cache
46 struct tramp_frame_cache *tramp_cache
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;
139 tramp_cache = FRAME_OBSTACK_ZALLOC (struct tramp_frame_cache);
140 tramp_cache->func = func;
141 tramp_cache->tramp_frame = tramp;
142 (*this_cache) = tramp_cache;