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

  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 648 static unsigned long internal_label_count[INTERNAL_LABEL_SPECIAL] = { 0 }; variable
657 want_label = internal_label_count[label] + augend;
678 internal_label_count[label]++;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 641 static unsigned long internal_label_count[INTERNAL_LABEL_SPECIAL] = { 0 }; variable
650 want_label = internal_label_count[label] + augend;
671 internal_label_count[label]++;

Completed in 14 milliseconds