Searched refs:N_SLINE (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/include/
H A Dstab.h51 #define N_SLINE 0x44 /* text segment line number */ macro
/freebsd-10-stable/contrib/binutils/include/aout/
H A Dstab.def88 __define_stab (N_SLINE, 0x44, "SLINE")
/freebsd-10-stable/contrib/gcc/
H A Dstab.def80 __define_stab (N_SLINE, 0x44, "SLINE")
H A Dxcoffout.c238 case N_SLINE:
239 UNKNOWN_STAB ("N_SLINE");
H A Ddbxout.c552 /* Write a .stabn directive with type N_SLINE and desc LINE. As above,
558 dbxout_int (N_SLINE);
1285 dbxout_stabd (N_SLINE, lineno);
H A Dmips-tfile.c3564 if (code == (int) N_SLINE)
/freebsd-10-stable/contrib/binutils/gas/
H A Dstabs.c280 case N_SLINE:
633 sprintf (buf, "%d,0,%d,%s-%s\n", N_SLINE, lineno,
639 sprintf (buf, "%d,0,%d,%s\n", N_SLINE, lineno, sym);
H A Decoff.c3496 if (type == N_SLINE)
/freebsd-10-stable/usr.bin/ldd/
H A Dsods.c503 case N_SLINE: strcpy(type, "sline"); break;
/freebsd-10-stable/contrib/binutils/bfd/
H A Dsyms.c1315 case N_SLINE:
1326 the first N_SLINE late. */
H A Daoutx.h2714 case N_SLINE:
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMachO.h328 N_SLINE = 0x44u, enumerator in enum:llvm::MachO::StabType
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddbxread.c144 /* If this is nonzero, N_LBRAC, N_RBRAC, and N_SLINE entries are
1296 if (bfd_h_get_8 (abfd, bufp->e_type) == N_SLINE)
2086 case N_SLINE:
2336 is wrong, in that a psymtab with N_SLINE entries but nothing else
2680 because in Solaris 2, N_LBRAC, N_RBRAC, and N_SLINE entries are
2690 /* If this is nonzero, we've seen an N_SLINE since the start of the
2705 /* N_LBRAC, N_RBRAC and N_SLINE entries are not relative to the
2740 no N_SLINE stabs. */
2970 case N_SLINE:
3160 Under SunOS4 we can deal with this as N_SLINE an
[all...]
H A Dmdebugread.c3267 case N_SLINE:
3949 process_one_symbol (N_SLINE, 0, valu, name,
/freebsd-10-stable/contrib/binutils/binutils/
H A Dwrstabs.c2273 return stab_write_symbol (info, N_SLINE, lineno, addr - info->fnaddr,
H A Dstabs.c573 case N_SLINE:
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.c64 #include "gstab.h" /* for N_SLINE */
18071 dbxout_stabd (N_SLINE, BRANCH_ISLAND_LINE_NUMBER (branch_island));
18108 dbxout_stabd (N_SLINE, BRANCH_ISLAND_LINE_NUMBER (branch_island));

Completed in 274 milliseconds