Home | History | Annotate | Download | only in bfd

Lines Matching defs:list_end

2322       struct weak_symbol_list *list_start = NULL, *list_end = NULL;
2403 list_end = new_entry;
2407 list_end->next = new_entry;
2408 list_end = new_entry;
2426 list_end = list_start->next;
2428 list_start = list_end;