Searched refs:asm_out_file (Results 1 - 25 of 153) sorted by relevance

1234567

/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dauxas.h116 fprintf(asm_out_file, "\tscl\t%d%s", (a), SDB_DELIM)
119 fprintf (asm_out_file, "\tval\t%d%s", (a), SDB_DELIM)
122 ( fputs ("\tval\t", asm_out_file), \
123 output_addr_const (asm_out_file, (a)), \
124 fprintf (asm_out_file, SDB_DELIM))
127 do { fprintf (asm_out_file, "\tdef\t"); \
128 ASM_OUTPUT_LABELREF (asm_out_file, a); \
129 fprintf (asm_out_file, SDB_DELIM); } while (0)
131 #define PUT_SDB_PLAIN_DEF(a) fprintf(asm_out_file,"\tdef\t~%s%s", a, SDB_DELIM)
133 #define PUT_SDB_ENDEF fputs("\tendef\n", asm_out_file)
[all...]
H A D3b1.h447 #define PUT_SDB_SCL(a) fprintf(asm_out_file, "\tscl\t%d;", (a))
448 #define PUT_SDB_INT_VAL(a) fprintf (asm_out_file, "\tval\t%d;", (a))
450 ( fputs ("\tval\t", asm_out_file), \
451 output_addr_const (asm_out_file, (a)), \
452 fputc (';', asm_out_file))
455 do { fprintf (asm_out_file, "\tdef\t"); \
456 ASM_OUTPUT_LABELREF (asm_out_file, a); \
457 fprintf (asm_out_file, ";"); } while (0)
459 #define PUT_SDB_PLAIN_DEF(a) fprintf(asm_out_file,"\tdef\t~%s;",a)
460 #define PUT_SDB_ENDEF fputs("\tendef\n", asm_out_file)
[all...]
H A Dmot3300.h216 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
227 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
688 #define PUT_SDB_SCL(a) fprintf(asm_out_file, "\tscl\t%d;", (a))
689 #define PUT_SDB_INT_VAL(a) fprintf (asm_out_file, "\tval\t%d;", (a))
691 ( fputs ("\tval\t", asm_out_file), \
692 output_addr_const (asm_out_file, (a)), \
693 fputc (';', asm_out_file))
696 do { fprintf (asm_out_file, "\tdef\t"); \
697 ASM_OUTPUT_LABELREF (asm_out_file, a); \
698 fprintf (asm_out_file, ";"); } whil
[all...]
H A Dtower-as.h528 #define PUT_SDB_SCL(a) fprintf(asm_out_file, "\tscl\t%d;", (a))
529 #define PUT_SDB_INT_VAL(a) fprintf (asm_out_file, "\tval\t%d;", (a))
531 ( fputs ("\tval\t", asm_out_file), \
532 output_addr_const (asm_out_file, (a)), \
533 fputc (';', asm_out_file))
536 do { fprintf (asm_out_file, "\tdef\t"); \
537 ASM_OUTPUT_LABELREF (asm_out_file, a); \
538 fprintf (asm_out_file, ";"); } while (0)
540 #define PUT_SDB_PLAIN_DEF(a) fprintf(asm_out_file,"\tdef\t~%s;",a)
541 #define PUT_SDB_ENDEF fputs("\tendef\n", asm_out_file)
[all...]
/haiku-buildtools/gcc/gcc/config/nds32/
H A Dnds32-isr.c107 fprintf (asm_out_file, "\t.section\t%s, %s\n", section_name, flags_str);
108 fprintf (asm_out_file, "\t.align\t%d\n", align_value);
109 fprintf (asm_out_file, "\t.global\t%s\n", symbol_name);
110 fprintf (asm_out_file, "\t.type\t%s, %s\n", symbol_name, type_str);
111 fprintf (asm_out_file, "%s:\n", symbol_name);
118 fprintf (asm_out_file, "\t.size\t%s, .-%s\n", symbol_name, symbol_name);
135 fprintf (asm_out_file, "\t.word\t%s\n",
224 fprintf (asm_out_file, "\tj\t%s ! jump to first level handler\n",
241 fprintf (asm_out_file, "\t! reduced set regs + save_all\n");
242 fprintf (asm_out_file, "\tsm
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddwarf2asm.c60 fputs (op, asm_out_file);
62 fprint_whex (asm_out_file, (unsigned HOST_WIDE_INT) INTVAL (x));
64 output_addr_const (asm_out_file, x);
88 fprintf (asm_out_file, "%#x,", bytes[i]);
89 fprintf (asm_out_file, "%#x", bytes[0]);
94 fprintf (asm_out_file, "%#x,", bytes[i]);
95 fprintf (asm_out_file, "%#x", bytes[i]);
115 fputs (op, asm_out_file);
116 fprint_whex (asm_out_file, value);
123 fputs ("\t" ASM_COMMENT_START " ", asm_out_file);
[all...]
H A Dxcoffout.h77 putc ('.', asm_out_file); \
85 fputs (_p+1, asm_out_file); \
88 putc (*_p != '$' ? *_p : '_', asm_out_file); \
91 output_addr_const (asm_out_file, ADDR); \
96 assemble_name (asm_out_file, XSTR (XEXP (DECL_RTL (SYM), 0), 0)); \
98 assemble_name (asm_out_file, LABEL); \
101 putc (',', asm_out_file); \
103 fputs (",0\n", asm_out_file); \
H A Dxcoffout.c352 xcoffout_source_file (asm_out_file, filename, inline_p);
354 ASM_OUTPUT_LINE (asm_out_file, line);
412 ASM_OUTPUT_LBB (asm_out_file, line, n);
424 ASM_OUTPUT_LBE (asm_out_file, line, n);
467 ASM_OUTPUT_LFB (asm_out_file, line);
478 ASM_OUTPUT_LINE (asm_out_file, line);
487 ASM_OUTPUT_LFE (asm_out_file, last_linenum);
505 fprintf (asm_out_file, "FE..");
506 ASM_OUTPUT_LABEL (asm_out_file, fname);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dshrink_wrap_symbol_ref_1.c4 extern char *asm_out_file;
20 default_elf_asm_output_ascii (asm_out_file, p, thissize);;
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarfout.c1258 fprintf (asm_out_file, "\t%s\t0x%x", ASM_BYTE_OP, (unsigned) byte);
1260 fprintf (asm_out_file, "\t%s ULEB128 number - value = %lu",
1262 fputc ('\n', asm_out_file);
1290 fprintf (asm_out_file, "\t%s\t0x%x", ASM_BYTE_OP, (unsigned) byte);
1292 fprintf (asm_out_file, "\t%s SLEB128 number - value = %ld",
1294 fputc ('\n', asm_out_file);
1551 ASM_OUTPUT_DWARF_TYPE_MODIFIER (asm_out_file, MOD_const);
1553 ASM_OUTPUT_DWARF_TYPE_MODIFIER (asm_out_file, MOD_volatile);
1557 ASM_OUTPUT_DWARF_TYPE_MODIFIER (asm_out_file, MOD_pointer_to);
1562 ASM_OUTPUT_DWARF_TYPE_MODIFIER (asm_out_file, MOD_reference_t
[all...]
H A Ddefaults.h66 FILE *asm_out_file = _hide_asm_out_file; \
70 fprintf (asm_out_file, "\t.ascii \""); \
76 putc ('\\', asm_out_file); \
78 putc (c, asm_out_file); \
81 fprintf (asm_out_file, "\\%o", c); \
89 fprintf (asm_out_file, "\"\n\t.ascii \""); \
92 fprintf (asm_out_file, "\"\n"); \
H A Ddwarf2out.c770 ASM_OUTPUT_LABEL (asm_out_file, label);
1510 fprintf (asm_out_file, "\t%s\t", ASM_BYTE_OP);
1519 fprintf (asm_out_file, "0x%x", byte);
1521 fprintf (asm_out_file, ",");
1526 fprintf (asm_out_file, "\t%s ULEB128 0x%lx", ASM_COMMENT_START, save_value);
1539 fprintf (asm_out_file, "\t%s\t", ASM_BYTE_OP);
1550 fprintf (asm_out_file, "0x%x", byte);
1552 fprintf (asm_out_file, ",");
1557 fprintf (asm_out_file, "\t%s SLEB128 %ld", ASM_COMMENT_START, save_value);
1569 ASM_OUTPUT_DWARF_DATA1 (asm_out_file,
[all...]
H A Ddwarf2out.h21 extern void dwarf2out_init PROTO ((FILE *asm_out_file,
H A Ddwarfout.h21 extern void dwarfout_init PROTO ((FILE *asm_out_file,
H A Dvarasm.c78 extern FILE *asm_out_file;
188 fprintf (asm_out_file, "%s\n", TEXT_SECTION_ASM_OP);
203 fprintf (asm_out_file, "%s\n", SHARED_SECTION_ASM_OP);
205 fprintf (asm_out_file, "%s\n", DATA_SECTION_ASM_OP);
209 fprintf (asm_out_file, "%s\n", DATA_SECTION_ASM_OP);
273 ASM_OUTPUT_SECTION_NAME (asm_out_file, decl, name, reloc);
321 fprintf (asm_out_file, "%s\n", SHARED_BSS_SECTION_ASM_OP);
324 fprintf (asm_out_file, "%s\n", BSS_SECTION_ASM_OP);
395 fprintf (asm_out_file, "%s\n", EH_FRAME_SECTION_ASM_OP);
847 ASM_OUTPUT_ALIGN (asm_out_file, floor_log
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/a29k/
H A Dudi.h47 fprintf (asm_out_file, "%s\n", READONLY_DATA_SECTION_ASM_OP); \
58 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
69 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dvsta.h46 fprintf (asm_out_file, "\t.section .ctor\n"); \
57 fprintf (asm_out_file, "\t.section .dtor\n"); \
H A Di386-coff.h64 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
75 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
H A Dsvr3gas.h160 fprintf (asm_out_file, "\t%s\n", INIT_SECTION_ASM_OP); \
171 fprintf (asm_out_file, "\t%s\n", FINI_SECTION_ASM_OP); \
187 fprintf (asm_out_file, "%s\n", CONST_SECTION_ASM_OP); \
201 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
212 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
H A Ddjgpp.h100 fprintf (asm_out_file, "\t.section .ctor\n"); \
111 fprintf (asm_out_file, "\t.section .dtor\n"); \
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa-pro.h41 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
52 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960-coff.h63 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
74 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Dnetware.h153 fprintf (asm_out_file, "%s\n", TOC_SECTION_ASM_OP); \
154 fprintf (asm_out_file, ".LCTOC0:\n"); \
155 fprintf (asm_out_file, "\t.tc .LCTOC1\n"); \
156 fprintf (asm_out_file, "%s\n", MINIMAL_TOC_SECTION_ASM_OP); \
157 fprintf (asm_out_file, ".LCTOC1:\n"); \
164 fprintf (asm_out_file, "%s\n", \
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dcoff.h145 fprintf (asm_out_file, "%s\n", RDATA_SECTION_ASM_OP); \
156 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
167 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
H A Dtcoff.h132 fprintf (asm_out_file, "%s\n", RDATA_SECTION_ASM_OP); \
143 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
154 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \

Completed in 244 milliseconds

1234567