HomeSort by: relevance | last modified time | path
    Searched defs:last_abbrev (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 792 abbrev_entry * last_abbrev; member in struct:abbrev_list
933 list->last_abbrev->next = entry;
935 list->last_abbrev = entry;
953 assert (list != NULL && list->last_abbrev != NULL);
955 if (list->last_abbrev->first_attr == NULL)
956 list->last_abbrev->first_attr = attr;
958 list->last_abbrev->last_attr->next = attr;
960 list->last_abbrev->last_attr = attr;
973 list->last_abbrev = NULL;
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 791 abbrev_entry * last_abbrev; member in struct:abbrev_list
932 list->last_abbrev->next = entry;
934 list->last_abbrev = entry;
952 assert (list != NULL && list->last_abbrev != NULL);
954 if (list->last_abbrev->first_attr == NULL)
955 list->last_abbrev->first_attr = attr;
957 list->last_abbrev->last_attr->next = attr;
959 list->last_abbrev->last_attr = attr;
972 list->last_abbrev = NULL;

Completed in 52 milliseconds