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

  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 1023 static struct s390_lpe *lpe_list_tail = NULL; variable in typeref:struct:s390_lpe
1199 if (lpe_list_tail != NULL)
1201 lpe_list_tail->next = lpe;
1202 lpe_list_tail = lpe;
1205 lpe_list = lpe_list_tail = lpe;
2144 lpe_list_tail = NULL;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 1023 static struct s390_lpe *lpe_list_tail = NULL; variable in typeref:struct:s390_lpe
1199 if (lpe_list_tail != NULL)
1201 lpe_list_tail->next = lpe;
1202 lpe_list_tail = lpe;
1205 lpe_list = lpe_list_tail = lpe;
2144 lpe_list_tail = NULL;

Completed in 29 milliseconds