Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c3604 struct next_template *t_new, *t_list = 0; in hpread_read_struct_type() local
3770 t_new->next = t_list; in hpread_read_struct_type()
3771 t_list = t_new; in hpread_read_struct_type()
3772 t_list->arg.name = VT (objfile) + fieldp->dtempl_arg.name; in hpread_read_struct_type()
3773 t_list->arg.type = hpread_read_templ_arg_type (field, fieldp, in hpread_read_struct_type()
3774 objfile, t_list->arg.name); in hpread_read_struct_type()
3785 for (n = n_templ_args; t_list; t_list = t_list->next) in hpread_read_struct_type()
3788 TYPE_TEMPLATE_ARG (type, n) = t_list->arg; in hpread_read_struct_type()