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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c323 static abbrev_entry *first_abbrev = NULL; variable
331 for (abbrev = first_abbrev; abbrev;)
348 last_abbrev = first_abbrev = NULL;
369 if (first_abbrev == NULL)
370 first_abbrev = entry;
408 if (first_abbrev != NULL)
1716 for (entry = first_abbrev;
2262 if (first_abbrev == NULL)
2267 for (entry = first_abbrev; entry; entry = entry->next)

Completed in 66 milliseconds