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

  /src/external/gpl3/binutils/dist/bfd/
elf32-lm32.c 2069 struct weak_symbol_list *list_start = NULL, *list_end = NULL; local
2150 list_end = new_entry;
2154 list_end->next = new_entry;
2155 list_end = new_entry;
2173 list_end = list_start->next;
2175 list_start = list_end;
elf32-lm32.c 2069 struct weak_symbol_list *list_start = NULL, *list_end = NULL; local
2150 list_end = new_entry;
2154 list_end->next = new_entry;
2155 list_end = new_entry;
2173 list_end = list_start->next;
2175 list_start = list_end;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-lm32.c 2067 struct weak_symbol_list *list_start = NULL, *list_end = NULL; local
2148 list_end = new_entry;
2152 list_end->next = new_entry;
2153 list_end = new_entry;
2171 list_end = list_start->next;
2173 list_start = list_end;
elf32-lm32.c 2067 struct weak_symbol_list *list_start = NULL, *list_end = NULL; local
2148 list_end = new_entry;
2152 list_end->next = new_entry;
2153 list_end = new_entry;
2171 list_end = list_start->next;
2173 list_start = list_end;

Completed in 54 milliseconds