Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c798 static struct abbrev_list * abbrev_lists = NULL; variable
821 list->next = abbrev_lists; in record_abbrev_list_for_cu()
822 abbrev_lists = list; in record_abbrev_list_for_cu()
871 while (abbrev_lists) in free_all_abbrevs()
872 abbrev_lists = free_abbrev_list (abbrev_lists); in free_all_abbrevs()
884 for (list = abbrev_lists; list != NULL; list = list->next) in find_abbrev_list_by_raw_abbrev()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git111837 Put abbrevs on abbrev_lists here.