HomeSort by relevance Sort by last modified time
    Searched refs:FAKE_LABEL_NAME (Results 1 - 19 of 19) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-xc16x.h 32 #define FAKE_LABEL_NAME ".L0\001"
tc-h8300.h 33 #define FAKE_LABEL_NAME ".L0\001"
obj-multi.h 158 #define FAKE_LABEL_NAME (this_emulation->fake_label_name)
tc-mn10200.c 389 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
446 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
535 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
616 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
tc-mn10300.c 527 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
584 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
630 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
666 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
820 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
889 sprintf (buf, ".%s_%ld", FAKE_LABEL_NAME, label_count++);
    [all...]
tc-sh64.c     [all...]
tc-alpha.c     [all...]
tc-hppa.c     [all...]
tc-xtensa.c     [all...]
tc-ia64.c     [all...]
tc-aarch64.c     [all...]
tc-m68k.c     [all...]
tc-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.h 26 #ifndef FAKE_LABEL_NAME
27 #define FAKE_LABEL_NAME "L0\001"
stabs.c 534 sprintf (sym, "%sF%d", FAKE_LABEL_NAME, label_count);
631 sprintf (sym, "%sL%d", FAKE_LABEL_NAME, label_count);
696 sprintf (sym, "%sendfunc%d", FAKE_LABEL_NAME, label_count);
cgen.c 465 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0,
    [all...]
symbols.c 692 return symbol_new (FAKE_LABEL_NAME, seg, ofs, frag);
704 return symbol_make (FAKE_LABEL_NAME);
    [all...]
expr.c 100 symbolP = symbol_create (FAKE_LABEL_NAME,
    [all...]
write.c 100 #define TC_FAKE_LABEL(NAME) (strcmp ((NAME), FAKE_LABEL_NAME) == 0)
    [all...]

Completed in 984 milliseconds