| /freebsd-12.1/contrib/gcc/ |
| H A D | dwarf2asm.c | 39 #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 D | vmsdbgout.c | 77 #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 D | c-pch.c | 118 #ifdef ASM_COMMENT_START in pch_init() 121 fprintf (asm_out_file, "%s ", ASM_COMMENT_START); in pch_init()
|
| H A D | toplev.c | 1336 #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 D | final.c | 104 #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 D | varasm.c | 4249 #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 D | gas.h | 122 #undef ASM_COMMENT_START 123 #define ASM_COMMENT_START "#" macro
|
| H A D | openbsd.h | 98 #undef ASM_COMMENT_START 99 #define ASM_COMMENT_START ";#" macro
|
| H A D | openbsdelf.h | 27 #undef ASM_COMMENT_START 28 #define ASM_COMMENT_START "#" macro
|
| H A D | sol2-10.h | 22 #undef ASM_COMMENT_START 23 #define ASM_COMMENT_START "/" macro
|
| H A D | x86-64.h | 24 #undef ASM_COMMENT_START 25 #define ASM_COMMENT_START "#" macro
|
| H A D | netbsd-elf.h | 67 #undef ASM_COMMENT_START 68 #define ASM_COMMENT_START "#" macro
|
| H A D | cygming.h | 173 (int)(ROUNDED), ASM_COMMENT_START, (int)(SIZE)); \ 262 #undef ASM_COMMENT_START 263 #define ASM_COMMENT_START " #" macro
|
| H A D | linux.h | 39 #undef ASM_COMMENT_START 40 #define ASM_COMMENT_START "#" macro
|
| H A D | beos-elf.h | 34 #undef ASM_COMMENT_START 35 #define ASM_COMMENT_START " #" macro
|
| H A D | freebsd.h | 120 #undef ASM_COMMENT_START 121 #define ASM_COMMENT_START "#" macro
|
| H A D | unix.h | 35 #define ASM_COMMENT_START "/" macro
|
| H A D | darwin.h | 112 #define ASM_COMMENT_START "#" macro
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | aof.h | 100 #define ASM_COMMENT_START ";" macro 126 (int)(ROUNDED), ASM_COMMENT_START, (int)(SIZE))) 133 (int)(ROUNDED), ASM_COMMENT_START, (int)(SIZE)))
|
| H A D | aout.h | 296 #ifndef ASM_COMMENT_START 297 #define ASM_COMMENT_START "@" macro
|
| H A D | vxworks.h | 93 ASM_COMMENT_START, version_string); \
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | darwin.h | 294 #undef ASM_COMMENT_START 295 #define ASM_COMMENT_START ";" macro
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.h | 839 #define ASM_COMMENT_START "#" macro
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.h | 2697 #ifndef ASM_COMMENT_START 2698 #define ASM_COMMENT_START " #" macro
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.h | 1507 #define ASM_COMMENT_START "//" macro
|