HomeSort by: relevance | last modified time | path
    Searched defs:abbrev_lists (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 800 static struct abbrev_list * abbrev_lists = NULL; variable in typeref:struct:abbrev_list
823 list->next = abbrev_lists;
824 abbrev_lists = list;
873 while (abbrev_lists)
874 abbrev_lists = free_abbrev_list (abbrev_lists);
886 for (list = abbrev_lists; list != NULL; list = list->next)
1038 abbrev_lists first and if found set *FREE_LIST to NULL. If
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 799 static struct abbrev_list * abbrev_lists = NULL; variable in typeref:struct:abbrev_list
822 list->next = abbrev_lists;
823 abbrev_lists = list;
872 while (abbrev_lists)
873 abbrev_lists = free_abbrev_list (abbrev_lists);
885 for (list = abbrev_lists; list != NULL; list = list->next)
1037 abbrev_lists first and if found set *FREE_LIST to NULL. If

Completed in 78 milliseconds