Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c696 static abbrev_entry *first_abbrev = NULL; variable
704 for (abbrv = first_abbrev; abbrv;) in free_abbrevs()
721 last_abbrev = first_abbrev = NULL; in free_abbrevs()
741 if (first_abbrev == NULL) in add_abbrev()
742 first_abbrev = entry; in add_abbrev()
779 if (first_abbrev != NULL) in process_abbrev_section()
2171 for (entry = first_abbrev; entry != NULL; entry = entry->next) in read_and_display_attr_value()
2604 for (entry = first_abbrev; in process_debug_info()
4307 if (first_abbrev == NULL) in display_debug_abbrev()
4312 for (entry = first_abbrev; entry; entry = entry->next) in display_debug_abbrev()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c811 static abbrev_entry *first_abbrev = NULL; variable
819 for (abbrv = first_abbrev; abbrv;) in free_abbrevs()
836 last_abbrev = first_abbrev = NULL; in free_abbrevs()
856 if (first_abbrev == NULL) in add_abbrev()
857 first_abbrev = entry; in add_abbrev()
896 if (first_abbrev != NULL) in process_abbrev_section()
1930 for (entry = first_abbrev; in get_type_signedness()
2950 for (entry = first_abbrev; entry != NULL; entry = entry->next) in read_and_display_attr_value()
3460 for (entry = first_abbrev; in process_debug_info()
5617 if (first_abbrev == NULL) in display_debug_abbrev()
[all …]