Home
last modified time | relevance | path

Searched refs:label_count (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/
Dstabs.c516 static int label_count; in generate_asm_file() local
534 sprintf (sym, "%sF%d", FAKE_LABEL_NAME, label_count); in generate_asm_file()
535 ++label_count; in generate_asm_file()
582 static int label_count; in stabs_generate_asm_lineno() local
631 sprintf (sym, "%sL%d", FAKE_LABEL_NAME, label_count); in stabs_generate_asm_lineno()
632 ++label_count; in stabs_generate_asm_lineno()
690 static int label_count; in stabs_generate_asm_endfunc() local
695 sprintf (sym, "%sendfunc%d", FAKE_LABEL_NAME, label_count); in stabs_generate_asm_endfunc()
696 ++label_count; in stabs_generate_asm_endfunc()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mn10200.c365 static unsigned long label_count = 0; in md_convert_frag() local
420 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++); in md_convert_frag()
477 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++); in md_convert_frag()
565 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++); in md_convert_frag()
645 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++); in md_convert_frag()
Dxtensa-relax.c1530 unsigned label_count = 0; in build_transition() local
1683 if (idnum != label_count) in build_transition()
1685 ++label_count; in build_transition()
1784 if (has_label && max_label_count >= label_count) in build_transition()
1788 max_label_count, label_count); in build_transition()
Dtc-mn10300.c761 static unsigned long label_count = 0; local
816 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
873 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
919 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
955 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
1101 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
1170 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);