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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-xc16x.h32 #define FAKE_LABEL_NAME ".L0\001" macro
H A Dtc-h8300.h35 #define FAKE_LABEL_NAME ".L0\001" macro
H A Dobj-multi.h159 #define FAKE_LABEL_NAME (this_emulation->fake_label_name) macro
H A Dtc-mn10200.c390 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
447 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
535 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
615 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
H A Dtc-mn10300.c526 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
583 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
629 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
665 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
819 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
888 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
H A Dtc-sh64.c3177 symp = symbol_new (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (),
3289 /* A FAKE_LABEL_NAME marks "$" or ".". There can be any
3292 if (strcmp (sname, FAKE_LABEL_NAME) == 0)
3370 symp = symbol_new (FAKE_LABEL_NAME, now_seg,
3440 symp = symbol_new (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (),
3519 if (strcmp (name, FAKE_LABEL_NAME) == 0)
H A Dtc-alpha.c3430 (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
3927 (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
4484 (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
4745 (FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
H A Dtc-hppa.c5010 FAKE_LABEL_NAME))
5042 FAKE_LABEL_NAME))
5073 FAKE_LABEL_NAME))
5103 FAKE_LABEL_NAME))
H A Dtc-xtensa.c4409 not be aligned: FAKE_LABEL_NAME . {"F", "L", "endfunc"}. */
4422 /* FAKE_LABEL_NAME followed by "F", "L" or "endfunc" */
4424 fake_size = strlen (FAKE_LABEL_NAME);
4427 && strncmp (FAKE_LABEL_NAME, name, fake_size) == 0
6871 char *label = xmalloc (strlen (FAKE_LABEL_NAME) + 12);
6872 sprintf (label, "%s_rl_%x", FAKE_LABEL_NAME, relaxed_sym_idx++);
9669 gen_label = symbol_new (FAKE_LABEL_NAME, now_seg,
H A Dtc-ia64.c4372 = symbol_new (FAKE_LABEL_NAME, now_seg,
4422 && strcmp (S_GET_NAME (unwind.proc_pending.sym), FAKE_LABEL_NAME))
H A Dtc-m68k.c6235 sprintf (n, "%smc%d", FAKE_LABEL_NAME, mri_control_index);
H A Dtc-arm.c2994 pool->symbol = symbol_create (FAKE_LABEL_NAME, undefined_section,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dwrite.h28 #ifndef FAKE_LABEL_NAME
29 #define FAKE_LABEL_NAME "L0\001" macro
H A Dstabs.c533 sprintf (sym, "%sF%d", FAKE_LABEL_NAME, label_count);
630 sprintf (sym, "%sL%d", FAKE_LABEL_NAME, label_count);
695 sprintf (sym, "%sendfunc%d", FAKE_LABEL_NAME, label_count);
H A Dcgen.c466 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);
3056 if (! strcmp (S_GET_NAME (sym), FAKE_LABEL_NAME))
H A Dexpr.c102 symbolP = symbol_create (FAKE_LABEL_NAME,
H A Dwrite.c106 #define TC_FAKE_LABEL(NAME) (strcmp ((NAME), FAKE_LABEL_NAME) == 0)

Completed in 523 milliseconds