HomeSort by relevance Sort by last modified time
    Searched full:abbrev_entry (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 725 typedef struct abbrev_entry struct
732 struct abbrev_entry *next;
734 abbrev_entry; typedef in typeref:struct:abbrev_entry
736 static abbrev_entry *first_abbrev = NULL;
737 static abbrev_entry *last_abbrev = NULL;
742 abbrev_entry *abbrv;
746 abbrev_entry *next_abbrev = abbrv->next;
767 abbrev_entry *entry;
769 entry = (abbrev_entry *) malloc (sizeof (*entry));
    [all...]

Completed in 491 milliseconds