Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c725 typedef struct abbrev_entry struct
732 struct abbrev_entry *next; argument
734 abbrev_entry; typedef
736 static abbrev_entry *first_abbrev = NULL;
737 static abbrev_entry *last_abbrev = NULL;
742 abbrev_entry *abbrv; in free_abbrevs()
746 abbrev_entry *next_abbrev = abbrv->next; in free_abbrevs()
767 abbrev_entry *entry; in add_abbrev()
769 entry = (abbrev_entry *) malloc (sizeof (*entry)); in add_abbrev()
2154 abbrev_entry * entry; in read_and_display_attr_value()
[all …]