Searched refs:n_fn_fields (Results 1 – 1 of 1) sorted by relevance
3613 int n, nfields = 0, n_fn_fields = 0, n_fn_fields_total = 0; in hpread_read_struct_type() local3931 n_fn_fields++; in hpread_read_struct_type()4292 TYPE_NFN_FIELDS (type) = n_fn_fields; in hpread_read_struct_type()4295 obstack_alloc (&objfile->objfile_obstack, sizeof (struct fn_fieldlist) * n_fn_fields); in hpread_read_struct_type()4296 for (n = n_fn_fields; fn_list; fn_list = fn_list->next) in hpread_read_struct_type()