Home
last modified time | relevance | path

Searched refs:tailcall_cache (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dframe-tailcall.c39 struct tailcall_cache struct
72 const struct tailcall_cache *cache = (const struct tailcall_cache *) arg; in cache_hash() argument
82 const struct tailcall_cache *cache1 = (const struct tailcall_cache *) arg1; in cache_eq()
83 const struct tailcall_cache *cache2 = (const struct tailcall_cache *) arg2; in cache_eq()
92 static struct tailcall_cache *
95 struct tailcall_cache *cache = XCNEW (struct tailcall_cache); in cache_new_ref1()
213 struct tailcall_cache *cache = (struct tailcall_cache *) *this_cache; in tailcall_frame_this_id()
268 struct tailcall_cache *cache = (struct tailcall_cache *) *tailcall_cachep; in dwarf2_tailcall_prev_register_first()
297 struct tailcall_cache *cache = (struct tailcall_cache *) *this_cache; in tailcall_frame_prev_register()
449 struct tailcall_cache *cache = (struct tailcall_cache *) this_cache; in tailcall_frame_dealloc_cache()
[all …]
H A Dframe.c973 void *tailcall_cache; member
1198 dwarf2_tailcall_sniffer_first (this_frame, &cache->tailcall_cache, in dwarf2_frame_cache()
1251 if (cache->tailcall_cache) in dwarf2_frame_prev_register()
1256 &cache->tailcall_cache, in dwarf2_frame_prev_register()
1341 if (cache->tailcall_cache) in dwarf2_frame_dealloc_cache()
1342 dwarf2_tailcall_frame_unwind.dealloc_cache (self, cache->tailcall_cache); in dwarf2_frame_dealloc_cache()
/netbsd/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dframe-tailcall.c39 struct tailcall_cache struct
72 const struct tailcall_cache *cache = (const struct tailcall_cache *) arg; in cache_hash() argument
82 const struct tailcall_cache *cache1 = (const struct tailcall_cache *) arg1; in cache_eq()
83 const struct tailcall_cache *cache2 = (const struct tailcall_cache *) arg2; in cache_eq()
92 static struct tailcall_cache *
95 struct tailcall_cache *cache = XCNEW (struct tailcall_cache); in cache_new_ref1()
213 struct tailcall_cache *cache = (struct tailcall_cache *) *this_cache; in tailcall_frame_this_id()
268 struct tailcall_cache *cache = (struct tailcall_cache *) *tailcall_cachep; in dwarf2_tailcall_prev_register_first()
297 struct tailcall_cache *cache = (struct tailcall_cache *) *this_cache; in tailcall_frame_prev_register()
449 struct tailcall_cache *cache = (struct tailcall_cache *) this_cache; in tailcall_frame_dealloc_cache()
[all …]
H A Dframe.c973 void *tailcall_cache; member
1198 dwarf2_tailcall_sniffer_first (this_frame, &cache->tailcall_cache, in dwarf2_frame_cache()
1251 if (cache->tailcall_cache) in dwarf2_frame_prev_register()
1256 &cache->tailcall_cache, in dwarf2_frame_prev_register()
1341 if (cache->tailcall_cache) in dwarf2_frame_dealloc_cache()
1342 dwarf2_tailcall_frame_unwind.dealloc_cache (self, cache->tailcall_cache); in dwarf2_frame_dealloc_cache()
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20112703 (struct dwarf2_frame_cache): New field tailcall_cache.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20112703 (struct dwarf2_frame_cache): New field tailcall_cache.