Searched refs:ASM_STABN_OP (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dbxout.c | 98 #ifndef ASM_STABN_OP 99 #define ASM_STABN_OP "\t.stabn\t" macro 563 fprintf (asmfile, "%s%d,0,0,0\n", ASM_STABN_OP, N_EINCL); 2951 fprintf (asmfile, "%s%d,0,0,", ASM_STABN_OP, N_LBRAC); 2981 fprintf (asmfile, "%s%d,0,0,", ASM_STABN_OP, N_RBRAC);
|
H A D | ChangeLog.4 | 7300 ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP). 7305 * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here. 7342 UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP, 7421 * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP, 7505 * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP): 7518 * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here. 7525 * config/rs6000/sol2.h (ASM_STABN_OP): Here.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | linux64.h | 351 fprintf (FILE, "%s%d,0,0,", ASM_STABN_OP, BRAC); \
|
/openbsd/gnu/gcc/gcc/ |
H A D | dbxout.c | 114 #ifndef ASM_STABN_OP 115 #define ASM_STABN_OP "\t.stabn\t" macro 544 fputs (ASM_STABN_OP, asm_out_file); in dbxout_begin_stabn() 554 fputs (ASM_STABN_OP, asm_out_file); in dbxout_begin_stabn_sline()
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.h | 1508 #define ASM_STABN_OP ((TARGET_GAS) ? "\t.stabn\t" : " #.stabn\t") macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.h | 2075 #define ASM_STABN_OP ((TARGET_GAS) ? "\t.stabn\t" : " #.stabn\t") macro
|
H A D | alpha.c | 8119 sym_lineno, ASM_STABN_OP, N_SLINE, line, sym_lineno);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa.h | 339 #define ASM_STABN_OP "\t.stabn\t" macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | mips.h | 1248 #define ASM_STABN_OP ((TARGET_GAS) ? "\t.stabn\t" : " #.stabn\t") macro
|
H A D | mips.c | 6268 LOCAL_LABEL_PREFIX, sym_lineno, ASM_STABN_OP, N_SLINE, line,
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | tm.texi | 7803 @findex ASM_STABN_OP 7804 @item ASM_STABN_OP
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 8273 @defmac ASM_STABN_OP
|
H A D | gccint.info | 26536 -- Macro: ASM_STABN_OP 31719 * ASM_STABN_OP: DBX Options. (line 43)
|