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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-s390.c828 static struct s390_lpe *lpe_list = NULL; variable in typeref:struct:s390_lpe
939 for (lpe = lpe_list; lpe != NULL; lpe = lpe->next)
961 for (lpe = lpe_list; lpe != NULL; lpe = lpe->next)
1015 lpe_list = lpe_list_tail = lpe;
1725 while (lpe_list)
1727 lpe = lpe_list;
1728 lpe_list = lpe_list->next;
/haiku-buildtools/binutils/gas/config/
H A Dtc-s390.c914 static struct s390_lpe *lpe_list = NULL; variable in typeref:struct:s390_lpe
1021 for (lpe = lpe_list; lpe != NULL; lpe = lpe->next)
1043 for (lpe = lpe_list; lpe != NULL; lpe = lpe->next)
1097 lpe_list = lpe_list_tail = lpe;
1853 while (lpe_list)
1855 lpe = lpe_list;
1856 lpe_list = lpe_list->next;

Completed in 43 milliseconds