Searched refs:pubname_entry (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | dwarf2out.c | 2844 pubname_entry; typedef 2846 DEF_VEC_O(pubname_entry); 2847 DEF_VEC_ALLOC_O(pubname_entry, gc); 3127 static GTY (()) VEC (pubname_entry, gc) * pubname_table; 3131 static GTY (()) VEC (pubname_entry, gc) * pubtype_table; 3339 static unsigned long size_of_pubnames (VEC (pubname_entry,gc) *); 3353 static void output_pubnames (VEC (pubname_entry,gc) *); 7908 size_of_pubnames (VEC (pubname_entry, gc) * names) in size_of_pubnames() argument 7915 FOR_EACH_VEC_ELT (pubname_entry, names, i, p) in size_of_pubnames() 8693 pubname_entry e; in add_pubname_string() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | dwarf2out.c | 3093 pubname_entry; typedef 3525 static GTY (()) vec<pubname_entry, va_gc> *pubname_table; 3529 static GTY (()) vec<pubname_entry, va_gc> *pubtype_table; 3711 static unsigned long size_of_pubnames (vec<pubname_entry, va_gc> *); 3726 static void output_pubnames (vec<pubname_entry, va_gc> *); 9611 include_pubname_in_output (vec<pubname_entry, va_gc> *table, pubname_entry *p) in include_pubname_in_output() argument 9643 size_of_pubnames (vec<pubname_entry, va_gc> *names) in size_of_pubnames() argument 9647 pubname_entry *p; in size_of_pubnames() 11312 pubname_entry e; in add_pubname_string() 11345 pubname_entry e; in add_enumerator_pubname() [all …]
|