Searched refs:tag_table (Results 1 – 12 of 12) sorted by relevance
242 else if (tag_table) in html_output_head()248 if (tag_table->up && !STREQ (tag_table->up, "Top")) in html_output_head()249 add_link (tag_table->up, "rel=\"up\""); in html_output_head()251 if (tag_table->prev) in html_output_head()252 add_link (tag_table->prev, "rel=\"prev\""); in html_output_head()254 if (tag_table->next) in html_output_head()255 add_link (tag_table->next, "rel=\"next\""); in html_output_head()
39 TAG_ENTRY *tag_table = NULL; variable51 while (tag_table) in init_tag_table()53 TAG_ENTRY *temp = tag_table; in init_tag_table()58 tag_table = tag_table->next_ent; in init_tag_table()94 for (node = tag_table; node; node = node->next_ent) in write_tag_table_internal()189 TAG_ENTRY *tag = tag_table; in find_node()209 for (tag = tag_table; tag; tag = tag->next_ent) in find_node()237 TAG_ENTRY *tag = tag_table; in find_node_by_fname()321 new->next_ent = tag_table; in remember_node()327 tag_table = new; in remember_node()[all …]
88 extern TAG_ENTRY *tag_table;127 extern void validate_file (TAG_ENTRY *tag_table);
638 TAG_ENTRY *tag = tag_table; in cm_top()659 if (!tag_table) in cm_top()674 tag_table->flags |= TAG_FLAG_IS_TOP; in cm_top()
1755 validate_file (tag_table); in convert_from_loaded_file()1759 if (tag_table) in convert_from_loaded_file()1761 tag_table = (TAG_ENTRY *) reverse_list ((GENERIC_LIST *) tag_table); in convert_from_loaded_file()
750 for (node = tag_table; node; node = node->next_ent) in handle_delayed_writes()
65 static const tag_format_t tag_table[] = variable245 for (format = tag_table; format->name; format++) in dump_gcov_file()248 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in dump_gcov_file()
66 static const tag_format_t tag_table[] = variable252 for (format = tag_table; format->name; format++) in dump_gcov_file()255 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in dump_gcov_file()
25500 (tag_table): Move tag_counters to 3rd entry. Remove37640 * gcov-dump.c (tag_table): Likewise.
127 static const tag_format_t tag_table[] = variable339 for (format = tag_table; format->name; format++) in read_gcda_file()342 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in read_gcda_file()
125 static const tag_format_t tag_table[] = variable341 for (format = tag_table; format->name; format++) in read_gcda_file()344 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in read_gcda_file()
1316 (handle_delayed_writes): update tag_table positions and index line