Home
last modified time | relevance | path

Searched refs:ASM_COMMENT_START (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Ddwarf2asm.c39 #ifndef ASM_COMMENT_START
40 #define ASM_COMMENT_START ";#" macro
86 fprintf (asm_out_file, "\t%s ", ASM_COMMENT_START); in dw2_asm_output_data()
118 fprintf (asm_out_file, "\t%s ", ASM_COMMENT_START); in dw2_asm_output_delta()
150 fprintf (asm_out_file, "\t%s ", ASM_COMMENT_START); in dw2_asm_output_offset()
183 fprintf (asm_out_file, "\t%s ", ASM_COMMENT_START);
206 fprintf (asm_out_file, "\t%s ", ASM_COMMENT_START); in dw2_asm_output_addr()
228 fprintf (asm_out_file, "\t%s ", ASM_COMMENT_START); in dw2_asm_output_addr_rtx()
523 fprintf (asm_out_file, "\t%s ", ASM_COMMENT_START); in dw2_asm_output_data_uleb128()
555 ASM_COMMENT_START, value); in dw2_asm_output_data_uleb128()
[all …]
H A Dvmsdbgout.c77 #ifndef ASM_COMMENT_START
78 #define ASM_COMMENT_START ";#" macro
561 fprintf (asm_out_file, "\t%s record length", ASM_COMMENT_START); in write_debug_header()
588 fprintf (asm_out_file, "\t%s %s", ASM_COMMENT_START, comment); in write_debug_addr()
606 fprintf (asm_out_file, "\t%s %s", ASM_COMMENT_START, comment); in write_debug_data1()
624 fprintf (asm_out_file, "\t%s %s", ASM_COMMENT_START, comment); in write_debug_data2()
641 fprintf (asm_out_file, "\t%s %s", ASM_COMMENT_START, comment); in write_debug_data4()
659 fprintf (asm_out_file, "\t%s %s", ASM_COMMENT_START, comment); in write_debug_data8()
678 fprintf (asm_out_file, "\t%s %s", ASM_COMMENT_START, comment); in write_debug_delta4()
696 fprintf (asm_out_file, "\t%s %s", ASM_COMMENT_START, comment); in write_debug_string()
[all …]
H A Dc-pch.c118 #ifdef ASM_COMMENT_START in pch_init()
121 fprintf (asm_out_file, "%s ", ASM_COMMENT_START); in pch_init()
H A Dtoplev.c1336 #ifdef ASM_COMMENT_START in init_asm_output()
1340 print_version (asm_out_file, ASM_COMMENT_START); in init_asm_output()
1342 ASM_COMMENT_START, " ", "\n"); in init_asm_output()
H A Dfinal.c104 #ifndef ASM_COMMENT_START
105 #define ASM_COMMENT_START ";#" macro
1723 ASM_COMMENT_START, NOTE_BASIC_BLOCK (insn)->index); in final_scan_insn()
2382 print_rtx_head = ASM_COMMENT_START; in final_scan_insn()
2830 ASM_COMMENT_START, INSN_UID (debug_insn), in output_asm_name()
2902 wrote ? ',' : '\t', wrote ? "" : ASM_COMMENT_START); in output_asm_operand_names()
H A Dvarasm.c4249 #ifdef ASM_COMMENT_START in output_constructor()
4252 ASM_COMMENT_START, in output_constructor()
5358 #ifdef ASM_COMMENT_START in default_elf_asm_named_section()
5361 if (strcmp (ASM_COMMENT_START, "@") == 0) in default_elf_asm_named_section()
/freebsd-12.1/contrib/gcc/config/i386/
H A Dgas.h122 #undef ASM_COMMENT_START
123 #define ASM_COMMENT_START "#" macro
H A Dopenbsd.h98 #undef ASM_COMMENT_START
99 #define ASM_COMMENT_START ";#" macro
H A Dopenbsdelf.h27 #undef ASM_COMMENT_START
28 #define ASM_COMMENT_START "#" macro
H A Dsol2-10.h22 #undef ASM_COMMENT_START
23 #define ASM_COMMENT_START "/" macro
H A Dx86-64.h24 #undef ASM_COMMENT_START
25 #define ASM_COMMENT_START "#" macro
H A Dnetbsd-elf.h67 #undef ASM_COMMENT_START
68 #define ASM_COMMENT_START "#" macro
H A Dcygming.h173 (int)(ROUNDED), ASM_COMMENT_START, (int)(SIZE)); \
262 #undef ASM_COMMENT_START
263 #define ASM_COMMENT_START " #" macro
H A Dlinux.h39 #undef ASM_COMMENT_START
40 #define ASM_COMMENT_START "#" macro
H A Dbeos-elf.h34 #undef ASM_COMMENT_START
35 #define ASM_COMMENT_START " #" macro
H A Dfreebsd.h120 #undef ASM_COMMENT_START
121 #define ASM_COMMENT_START "#" macro
H A Dunix.h35 #define ASM_COMMENT_START "/" macro
H A Ddarwin.h112 #define ASM_COMMENT_START "#" macro
/freebsd-12.1/contrib/gcc/config/arm/
H A Daof.h100 #define ASM_COMMENT_START ";" macro
126 (int)(ROUNDED), ASM_COMMENT_START, (int)(SIZE)))
133 (int)(ROUNDED), ASM_COMMENT_START, (int)(SIZE)))
H A Daout.h296 #ifndef ASM_COMMENT_START
297 #define ASM_COMMENT_START "@" macro
H A Dvxworks.h93 ASM_COMMENT_START, version_string); \
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Ddarwin.h294 #undef ASM_COMMENT_START
295 #define ASM_COMMENT_START ";" macro
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.h839 #define ASM_COMMENT_START "#" macro
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h2697 #ifndef ASM_COMMENT_START
2698 #define ASM_COMMENT_START " #" macro
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.h1507 #define ASM_COMMENT_START "//" macro

12