Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c760 typedef struct abbrev_entry struct
767 struct abbrev_entry *next; argument
769 abbrev_entry; typedef
771 static abbrev_entry *first_abbrev = NULL;
772 static abbrev_entry *last_abbrev = NULL;
777 abbrev_entry *abbrv; in free_abbrevs()
781 abbrev_entry *next_abbrev = abbrv->next; in free_abbrevs()
802 abbrev_entry *entry; in add_abbrev()
804 entry = (abbrev_entry *) malloc (sizeof (*entry)); in add_abbrev()
2236 abbrev_entry * entry; in read_and_display_attr_value()
[all …]