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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjcopy.c628 struct symlist *tmp_list;
630 tmp_list = xmalloc (sizeof (struct symlist));
631 tmp_list->name = name;
632 tmp_list->next = *list;
633 *list = tmp_list;
755 struct symlist *tmp_list;
759 for (tmp_list = list; tmp_list; tmp_list = tmp_list
626 struct symlist *tmp_list; local
753 struct symlist *tmp_list; local
[all...]

Completed in 38 milliseconds