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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c324 static abbrev_entry *last_abbrev = NULL; variable
348 last_abbrev = first_abbrev = NULL;
372 last_abbrev->next = entry;
374 last_abbrev = entry;
392 if (last_abbrev->first_attr == NULL)
393 last_abbrev->first_attr = attr;
395 last_abbrev->last_attr->next = attr;
397 last_abbrev->last_attr = attr;

Completed in 400 milliseconds