| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| stabs.c | 51 #ifndef STABLBL 52 #error macdefs.h must define STABLBL 83 static int stablbl = 10; variable 203 cprint(1, "\t.stabn %d,0,%d," STABLBL "\n" STABLBL ":\n", 204 N_SLINE, line, stablbl, stablbl); 206 cprint(1, "\t.stabn %d,0,%d," STABLBL "-%s\n" STABLBL ":\n", 207 N_SLINE, line, stablbl, curfun, stablbl) [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| stabs.c | 51 #ifndef STABLBL 52 #error macdefs.h must define STABLBL 83 static int stablbl = 10; variable 203 cprint(1, "\t.stabn %d,0,%d," STABLBL "\n" STABLBL ":\n", 204 N_SLINE, line, stablbl, stablbl); 206 cprint(1, "\t.stabn %d,0,%d," STABLBL "-%s\n" STABLBL ":\n", 207 N_SLINE, line, stablbl, curfun, stablbl) [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/nova/ |
| macdefs.h | 101 #define STABLBL "LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| macdefs.h | 115 #define STABLBL "$LL%d" /* format for stab (debugging) labels */ 118 #define STABLBL "LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/vax/ |
| macdefs.h | 96 # define STABLBL ".LL%d"
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| macdefs.h | 114 #define STABLBL ".LL%d" /* format for stab (debugging) labels */ 117 #define STABLBL "LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| macdefs.h | 106 #define STABLBL ".LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/arm/ |
| macdefs.h | 99 #define STABLBL "LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| macdefs.h | 92 #define STABLBL ".LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| macdefs.h | 109 #define STABLBL ".LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| macdefs.h | 120 #define STABLBL "LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| macdefs.h | 100 #define STABLBL "LL%d"
|
| /src/external/bsd/pcc/dist/pcc/arch/i86/ |
| macdefs.h | 105 #define STABLBL "LL%d" /* format for stab (debugging) labels */
|
| /src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| macdefs.h | 98 #define STABLBL ".LL%d" /* format for stab (debugging) labels */
|