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

/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c312 typedef struct abbrev_entry struct
319 struct abbrev_entry *next;
321 abbrev_entry; typedef in typeref:struct:abbrev_entry
323 static abbrev_entry *first_abbrev = NULL;
324 static abbrev_entry *last_abbrev = NULL;
329 abbrev_entry *abbrev;
333 abbrev_entry *next = abbrev->next;
354 abbrev_entry *entry;
1663 abbrev_entry *entry;
2207 abbrev_entry *entr
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c685 typedef struct abbrev_entry struct
692 struct abbrev_entry *next;
694 abbrev_entry; typedef in typeref:struct:abbrev_entry
696 static abbrev_entry *first_abbrev = NULL;
697 static abbrev_entry *last_abbrev = NULL;
702 abbrev_entry *abbrv;
706 abbrev_entry *next_abbrev = abbrv->next;
727 abbrev_entry *entry;
729 entry = (abbrev_entry *) malloc (sizeof (*entry));
2163 abbrev_entry * entr
[all...]

Completed in 54 milliseconds