Searched refs:FAKE_LABEL_NAME (Results 1 - 25 of 38) sorted by relevance

12

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xc16x.h37 #define FAKE_LABEL_NAME ".L0\001" macro
H A Dtc-h8300.h35 #define FAKE_LABEL_NAME ".L0\001" macro
H A Dobj-multi.h149 #define FAKE_LABEL_NAME (this_emulation->fake_label_name) macro
H A Dtc-mn10200.c423 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
480 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
568 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
648 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
H A Dtc-mn10300.c819 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
876 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
922 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
958 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
1104 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
1173 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
H A Dtc-sh64.c3180 symp = symbol_new (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (),
3292 /* A FAKE_LABEL_NAME marks "$" or ".". There can be any
3295 if (strcmp (name, FAKE_LABEL_NAME) == 0)
3373 symp = symbol_new (FAKE_LABEL_NAME, now_seg,
3443 symp = symbol_new (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (),
3522 if (strcmp (name, FAKE_LABEL_NAME) == 0)
H A Dtc-hppa.c3265 FAKE_LABEL_NAME))
3297 FAKE_LABEL_NAME))
3328 FAKE_LABEL_NAME))
3358 FAKE_LABEL_NAME))
/haiku-buildtools/binutils/gas/config/
H A Dtc-xc16x.h32 #define FAKE_LABEL_NAME ".L0\001" macro
H A Dtc-h8300.h37 #define FAKE_LABEL_NAME ".L0\001" macro
H A Dtc-riscv.h38 /* Symbols named FAKE_LABEL_NAME are emitted when generating DWARF, so make
39 sure FAKE_LABEL_NAME is printable. It still must be distinct from any
41 #define FAKE_LABEL_NAME ".L0 " macro
H A Dobj-multi.h158 #define FAKE_LABEL_NAME (this_emulation->fake_label_name) macro
H A Dtc-mn10200.c386 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
443 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
532 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
613 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
H A Dtc-mn10300.c524 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
581 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
627 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
663 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
817 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
886 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
H A Dtc-sh64.c3178 symp = symbol_new (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (),
3287 /* A FAKE_LABEL_NAME marks "$" or ".". There can be any
3290 if (strcmp (sname, FAKE_LABEL_NAME) == 0)
3368 symp = symbol_new (FAKE_LABEL_NAME, now_seg,
3438 symp = symbol_new (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (),
3517 if (strcmp (name, FAKE_LABEL_NAME) == 0)
H A Dtc-hppa.c4983 FAKE_LABEL_NAME))
5015 FAKE_LABEL_NAME))
5046 FAKE_LABEL_NAME))
5076 FAKE_LABEL_NAME))
H A Dtc-alpha.c3418 (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
3919 (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
4485 (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
4721 (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
/haiku-buildtools/legacy/binutils/gas/
H A Dwrite.h33 #ifndef FAKE_LABEL_NAME
34 #define FAKE_LABEL_NAME "L0\001" macro
H A Dstabs.c530 sprintf (sym, "%sF%d", FAKE_LABEL_NAME, label_count);
627 sprintf (sym, "%sL%d", FAKE_LABEL_NAME, label_count);
691 sprintf (sym, "%sendfunc%d", FAKE_LABEL_NAME, label_count);
H A Dsymbols.c671 return symbol_new (FAKE_LABEL_NAME, seg, ofs, frag);
683 return symbol_make (FAKE_LABEL_NAME);
H A Dexpr.c97 symbolP = symbol_create (FAKE_LABEL_NAME,
H A Dwrite.c97 #define TC_FAKE_LABEL(NAME) (strcmp ((NAME), FAKE_LABEL_NAME) == 0)
/haiku-buildtools/binutils/gas/
H A Dwrite.h26 #ifndef FAKE_LABEL_NAME
27 #define FAKE_LABEL_NAME "L0\001" macro
H A Dstabs.c530 sprintf (sym, "%sF%d", FAKE_LABEL_NAME, label_count);
627 sprintf (sym, "%sL%d", FAKE_LABEL_NAME, label_count);
692 sprintf (sym, "%sendfunc%d", FAKE_LABEL_NAME, label_count);
H A Dcgen.c438 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0,
H A Dsymbols.c692 return symbol_new (FAKE_LABEL_NAME, seg, ofs, frag);
704 return symbol_make (FAKE_LABEL_NAME);
3079 if (! strcmp (S_GET_NAME (sym), FAKE_LABEL_NAME))

Completed in 230 milliseconds

12