Home
last modified time | relevance | path

Searched refs:TYPE_TAIL_CALL_LIST (Results 1 – 9 of 9) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbtypes.h1113 #define TYPE_TAIL_CALL_LIST(thistype) TYPE_MAIN_TYPE(thistype)->type_specific.func_stuff->tail_call… macro
H A Ddwarf2loc.c634 for (call_site = TYPE_TAIL_CALL_LIST (SYMBOL_TYPE (func_sym)); in func_verify_no_selftailcall()
860 target_call_site = TYPE_TAIL_CALL_LIST (SYMBOL_TYPE (target_func)); 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()
9776 TYPE_TAIL_CALL_LIST (func_type) = call_site; in read_call_site_scope()
H A DChangeLog-20112730 fill in TYPE_TAIL_CALL_LIST.
2733 (TYPE_TAIL_CALL_LIST): New definition.
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbtypes.h1956 #define TYPE_TAIL_CALL_LIST(thistype) TYPE_MAIN_TYPE(thistype)->type_specific.func_stuff->tail_call… macro
H A Dgdbtypes.c5620 TYPE_TAIL_CALL_LIST (new_type) = NULL; in copy_type_recursive()
H A DChangeLog-20112730 fill in TYPE_TAIL_CALL_LIST.
2733 (TYPE_TAIL_CALL_LIST): New definition.
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dloc.c1044 for (call_site = TYPE_TAIL_CALL_LIST (SYMBOL_TYPE (func_sym)); in func_verify_no_selftailcall()
1246 target_call_site = TYPE_TAIL_CALL_LIST (SYMBOL_TYPE (target_func)); in call_site_find_chain_1()
H A Dread.c13382 call_site->tail_call_next = TYPE_TAIL_CALL_LIST (func_type);
13383 TYPE_TAIL_CALL_LIST (func_type) = call_site;