Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDdwarf2out.c3764 pubname_entry; typedef
3766 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() argument
6771 for (i = 0; VEC_iterate (pubname_entry, names, i, p); i++) in size_of_pubnames()
7343 pubname_entry e; in add_pubname()
[all …]
HDChangeLog.gcc43567 (pubname_entry): Add DEF_VEC_O and DEF_VEC_ALLOC_O statements for