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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame-tailcall.c 31 /* Contains struct tailcall_cache indexed by next_bottom_frame. */
37 struct tailcall_cache struct
43 tailcall_cache. */
70 const struct tailcall_cache *cache = (const struct tailcall_cache *) arg;
80 const struct tailcall_cache *cache1 = (const struct tailcall_cache *) arg1;
81 const struct tailcall_cache *cache2 = (const struct tailcall_cache *) arg2;
86 /* Create new tailcall_cache for NEXT_BOTTOM_FRAME, NEXT_BOTTOM_FRAME must no
    [all...]
frame-tailcall.c 31 /* Contains struct tailcall_cache indexed by next_bottom_frame. */
37 struct tailcall_cache struct
43 tailcall_cache. */
70 const struct tailcall_cache *cache = (const struct tailcall_cache *) arg;
80 const struct tailcall_cache *cache1 = (const struct tailcall_cache *) arg1;
81 const struct tailcall_cache *cache2 = (const struct tailcall_cache *) arg2;
86 /* Create new tailcall_cache for NEXT_BOTTOM_FRAME, NEXT_BOTTOM_FRAME must no
    [all...]
frame.c 889 void *tailcall_cache;
1117 dwarf2_tailcall_sniffer_first (this_frame, &cache->tailcall_cache,
1170 if (cache->tailcall_cache)
1175 &cache->tailcall_cache,
1306 if (cache->tailcall_cache)
1307 dwarf2_tailcall_frame_unwind.dealloc_cache (self, cache->tailcall_cache);
1367 /* TAILCALL_CACHE can never be in such frame to need dealloc_cache. */
884 void *tailcall_cache; member in struct:dwarf2_frame_cache
frame.c 889 void *tailcall_cache;
1117 dwarf2_tailcall_sniffer_first (this_frame, &cache->tailcall_cache,
1170 if (cache->tailcall_cache)
1175 &cache->tailcall_cache,
1306 if (cache->tailcall_cache)
1307 dwarf2_tailcall_frame_unwind.dealloc_cache (self, cache->tailcall_cache);
1367 /* TAILCALL_CACHE can never be in such frame to need dealloc_cache. */
884 void *tailcall_cache; member in struct:dwarf2_frame_cache
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame-tailcall.c 31 /* Contains struct tailcall_cache indexed by next_bottom_frame. */
37 struct tailcall_cache struct
43 tailcall_cache. */
70 const struct tailcall_cache *cache = (const struct tailcall_cache *) arg;
80 const struct tailcall_cache *cache1 = (const struct tailcall_cache *) arg1;
81 const struct tailcall_cache *cache2 = (const struct tailcall_cache *) arg2;
86 /* Create new tailcall_cache for NEXT_BOTTOM_FRAME, NEXT_BOTTOM_FRAME must no
    [all...]
frame-tailcall.c 31 /* Contains struct tailcall_cache indexed by next_bottom_frame. */
37 struct tailcall_cache struct
43 tailcall_cache. */
70 const struct tailcall_cache *cache = (const struct tailcall_cache *) arg;
80 const struct tailcall_cache *cache1 = (const struct tailcall_cache *) arg1;
81 const struct tailcall_cache *cache2 = (const struct tailcall_cache *) arg2;
86 /* Create new tailcall_cache for NEXT_BOTTOM_FRAME, NEXT_BOTTOM_FRAME must no
    [all...]
frame.c 886 void *tailcall_cache;
1114 dwarf2_tailcall_sniffer_first (this_frame, &cache->tailcall_cache,
1167 if (cache->tailcall_cache)
1172 &cache->tailcall_cache,
1303 if (cache->tailcall_cache)
1304 dwarf2_tailcall_frame_unwind.dealloc_cache (self, cache->tailcall_cache);
1361 /* TAILCALL_CACHE can never be in such frame to need dealloc_cache. */
881 void *tailcall_cache; member in struct:dwarf2_frame_cache
frame.c 886 void *tailcall_cache;
1114 dwarf2_tailcall_sniffer_first (this_frame, &cache->tailcall_cache,
1167 if (cache->tailcall_cache)
1172 &cache->tailcall_cache,
1303 if (cache->tailcall_cache)
1304 dwarf2_tailcall_frame_unwind.dealloc_cache (self, cache->tailcall_cache);
1361 /* TAILCALL_CACHE can never be in such frame to need dealloc_cache. */
881 void *tailcall_cache; member in struct:dwarf2_frame_cache

Completed in 39 milliseconds