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

/external/elfcopy/
H A Ddwarf.c346 static abbrev_entry *last_abbrev = NULL; variable
370 last_abbrev = first_abbrev = NULL;
394 last_abbrev->next = entry;
396 last_abbrev = entry;
414 if (last_abbrev->first_attr == NULL)
415 last_abbrev->first_attr = attr;
417 last_abbrev->last_attr->next = attr;
419 last_abbrev->last_attr = attr;
3962 last_abbrev = NULL;

Completed in 20 milliseconds