HomeSort by: relevance | last modified time | path
    Searched refs:N_SLINE (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/include/
stab.h 51 #define N_SLINE 0x44 /* text segment line number */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
stab.d 59 N_SLINE = 0x44, /// src line: 0,,n_sect,linenumber,address
  /src/external/gpl3/binutils/dist/include/aout/
stab.def 92 __define_stab (N_SLINE, 0x44, "SLINE")
  /src/external/gpl3/binutils.old/dist/include/aout/
stab.def 92 __define_stab (N_SLINE, 0x44, "SLINE")
  /src/external/gpl3/gcc.old/dist/gcc/
stab.def 79 __define_stab (N_SLINE, 0x44, "SLINE")
xcoffout.cc 245 case N_SLINE:
246 UNKNOWN_STAB ("N_SLINE");
dbxout.cc 581 /* Write a .stabn directive with type N_SLINE and desc LINE. As above,
587 dbxout_int (N_SLINE);
1305 dbxout_stabd (N_SLINE, lineno);
  /src/external/gpl3/gdb/dist/include/aout/
stab.def 92 __define_stab (N_SLINE, 0x44, "SLINE")
  /src/external/gpl3/gdb.old/dist/include/aout/
stab.def 92 __define_stab (N_SLINE, 0x44, "SLINE")
  /src/external/gpl3/binutils/dist/gas/
stabs.c 301 case N_SLINE:
589 sprintf (buf, "%d,0,%d,%s-%s\n", N_SLINE, lineno,
595 sprintf (buf, "%d,0,%d,%s\n", N_SLINE, lineno, sym);
  /src/external/gpl3/binutils.old/dist/gas/
stabs.c 325 case N_SLINE:
610 sprintf (buf, "%d,0,%d,%s-%s\n", N_SLINE, lineno,
616 sprintf (buf, "%d,0,%d,%s\n", N_SLINE, lineno, sym);
  /src/external/gpl3/binutils/dist/gprofng/src/
stab.h 40 char n_other; /* used by N_SLINE stab */
98 #define N_SLINE 0x44 /* src line: 0,,0,linenumber,function relative */
Stabs.cc 1161 case N_SLINE:
2214 RET_S (N_SLINE);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h 40 char n_other; /* used by N_SLINE stab */
98 #define N_SLINE 0x44 /* src line: 0,,0,linenumber,function relative */
Stabs.cc 1161 case N_SLINE:
2214 RET_S (N_SLINE);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
stabs.c 60 #define N_SLINE 0x44 /* text segment line number */
204 N_SLINE, line, stablbl, stablbl);
207 N_SLINE, line, stablbl, curfun, stablbl);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
stabs.c 60 #define N_SLINE 0x44 /* text segment line number */
204 N_SLINE, line, stablbl, stablbl);
207 N_SLINE, line, stablbl, curfun, stablbl);
  /src/external/gpl3/gdb.old/dist/gdb/
dbxread.c 1071 if (bfd_h_get_8 (abfd, bufp->e_type) == N_SLINE)
1931 case N_SLINE:
2138 is wrong, in that a psymtab with N_SLINE entries but nothing else
2429 used because in Solaris 2, N_LBRAC, N_RBRAC, and N_SLINE entries
2440 /* If this is nonzero, we've seen an N_SLINE since the start of the
2485 but no N_SLINE stabs. */
2672 case N_SLINE:
2681 /* GCC 2.95.3 emits the first N_SLINE stab somewhere in the
2684 first N_SLINE stab to be the start of the function instead of
2686 compiling with optimization, this first N_SLINE stab might b
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp 224 {MachO::N_SLINE, "N_SLINE"}, {MachO::N_ENSYM, "N_ENSYM"},
  /src/external/gpl3/binutils/dist/bfd/
syms.c 1394 case N_SLINE:
1405 the first N_SLINE late. */
pdp11.c 1368 case N_SLINE:
2403 case N_SLINE:
4278 case N_SLINE:
  /src/external/gpl3/binutils.old/dist/bfd/
syms.c 1395 case N_SLINE:
1406 the first N_SLINE late. */
pdp11.c 1368 case N_SLINE:
2403 case N_SLINE:
4278 case N_SLINE:
  /src/external/gpl3/gdb/dist/bfd/
syms.c 1394 case N_SLINE:
1405 the first N_SLINE late. */
  /src/external/gpl3/gdb.old/dist/bfd/
syms.c 1386 case N_SLINE:
1397 the first N_SLINE late. */

Completed in 86 milliseconds

1 2