Home
last modified time | relevance | path

Searched refs:tail_call_next (Results 1 – 8 of 8) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbtypes.h956 struct call_site *tail_call_next; member
H A Ddwarf2loc.c635 call_site; call_site = call_site->tail_call_next) in func_verify_no_selftailcall()
895 target_call_site = call_site->tail_call_next; in call_site_find_chain_1()
H A Ddwarf2read.c9775 call_site->tail_call_next = TYPE_TAIL_CALL_LIST (func_type); in read_call_site_scope()
H A DChangeLog-20112732 (struct call_site): New field tail_call_next.
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbtypes.h1786 struct call_site *tail_call_next; member
H A DChangeLog-20112732 (struct call_site): New field tail_call_next.
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dloc.c1045 call_site; call_site = call_site->tail_call_next) in func_verify_no_selftailcall()
1277 target_call_site = call_site->tail_call_next; in call_site_find_chain_1()
H A Dread.c13382 call_site->tail_call_next = TYPE_TAIL_CALL_LIST (func_type);