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

  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 2867 static struct insn_label_list *free_insn_labels;
2874 if (free_insn_labels == NULL)
2878 l = free_insn_labels;
2879 free_insn_labels = l->next;
2894 l->next = free_insn_labels;
2895 free_insn_labels = l;
2857 static struct insn_label_list *free_insn_labels; variable in typeref:struct:insn_label_list
tc-mips.c 2038 static struct insn_label_list *free_insn_labels;
2053 for (pl = &free_insn_labels; *pl != NULL; pl = &(*pl)->next)
19777 if (free_insn_labels == NULL)
19781 l = free_insn_labels;
19782 free_insn_labels = l->next;
2030 static struct insn_label_list *free_insn_labels; variable in typeref:struct:insn_label_list
tc-xtensa.c 148 static sym_list *free_insn_labels = NULL; variable
1102 if (!free_insn_labels)
1106 l = free_insn_labels;
1107 free_insn_labels = l->next;
1121 for (pl = &free_insn_labels; *pl != NULL; pl = &(*pl)->next)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 2903 static struct insn_label_list *free_insn_labels;
2910 if (free_insn_labels == NULL)
2914 l = free_insn_labels;
2915 free_insn_labels = l->next;
2930 l->next = free_insn_labels;
2931 free_insn_labels = l;
2893 static struct insn_label_list *free_insn_labels; variable in typeref:struct:insn_label_list
tc-mips.c 2034 static struct insn_label_list *free_insn_labels;
2049 for (pl = &free_insn_labels; *pl != NULL; pl = &(*pl)->next)
19465 if (free_insn_labels == NULL)
19469 l = free_insn_labels;
19470 free_insn_labels = l->next;
2026 static struct insn_label_list *free_insn_labels; variable in typeref:struct:insn_label_list
tc-xtensa.c 148 static sym_list *free_insn_labels = NULL; variable
1102 if (!free_insn_labels)
1106 l = free_insn_labels;
1107 free_insn_labels = l->next;
1121 for (pl = &free_insn_labels; *pl != NULL; pl = &(*pl)->next)

Completed in 76 milliseconds