Searched refs:N_SLINE (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h2714 case N_SLINE:
H A Dsyms.c1315 case N_SLINE:
1326 the first N_SLINE late. */
/freebsd-11-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-11-stable/contrib/binutils/gas/
H A Decoff.c3496 if (type == N_SLINE)
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);
/freebsd-11-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));
/freebsd-11-stable/contrib/gcc/
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)
H A Dxcoffout.c238 case N_SLINE:
239 UNKNOWN_STAB ("N_SLINE");
/freebsd-11-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-11-stable/include/
H A Dstab.h51 #define N_SLINE 0x44 /* text segment line number */ macro
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c505 case N_SLINE: strcpy(type, "sline"); break;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h359 N_SLINE = 0x44u, enumerator in enum:llvm::MachO::StabType
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp630 {MachO::N_SLINE, "SLINE"},

Completed in 377 milliseconds