Searched refs:pubname_entry (Results 1 – 2 of 2) sorted by relevance
3764 pubname_entry; typedef3766 DEF_VEC_O(pubname_entry);3767 DEF_VEC_ALLOC_O(pubname_entry, gc);3950 static GTY (()) VEC (pubname_entry, gc) * pubname_table;3954 static GTY (()) VEC (pubname_entry, gc) * pubtype_table;4119 static unsigned long size_of_pubnames (VEC (pubname_entry,gc) *);4131 static void output_pubnames (VEC (pubname_entry,gc) *);6764 size_of_pubnames (VEC (pubname_entry, gc) * names) in size_of_pubnames() argument6771 for (i = 0; VEC_iterate (pubname_entry, names, i, p); i++) in size_of_pubnames()7343 pubname_entry e; in add_pubname()[all …]
567 (pubname_entry): Add DEF_VEC_O and DEF_VEC_ALLOC_O statements for