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

/freebsd-10.1-release/include/
H A Dstab.h58 #define N_SOL 0x84 /* included source file name */ macro
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def154 __define_stab (N_SOL, 0x84, "SOL")
/freebsd-10.1-release/contrib/gcc/
H A Dstab.def131 __define_stab (N_SOL, 0x84, "SOL")
H A Dxcoffout.c235 case N_SOL:
236 UNKNOWN_STAB ("N_SOL");
H A Ddbxout.c246 /* Number for the next N_SOL filename stabs label. The number 0 is reserved
1236 dbxout_begin_simple_stabs (filename, N_SOL);
/freebsd-10.1-release/contrib/binutils/gas/
H A Dstabs.c284 case N_SOL:
506 TYPE is one of N_SO, N_SOL. */
625 generate_asm_file (N_SOL, file);
H A Decoff.c2239 (bfd_vma) 0, 0, ECOFF_MARK_STAB (N_SOL));
3530 if (listing && (type == N_SO || type == N_SOL))
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h117 #define N_SOL 0x84 /* #included file name: name,,0,0,0 */ macro
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dsyms.c1188 case N_SOL:
1305 case N_SOL:
H A Decofflink.c2337 case N_SOL:
H A Daoutx.h2710 case N_SOL:
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c510 case N_SOL: strcpy(type, "sol"); break;
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dwrstabs.c552 will be better off just outputting an N_SOL symbol, and not
557 return stab_write_symbol (info, N_SOL, 0, 0, filename);
573 return stab_write_symbol (info, N_SOL, 0, 0, filename);
2268 if (! stab_write_symbol (info, N_SOL, 0, addr, file))
H A Dstabs.c547 case N_SOL:
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h335 N_SOL = 0x84u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c1581 case N_SOL:
1604 This seems to be a lot of time to be spending on N_SOL, but
2946 case N_SOL:
H A Dmdebugread.c2916 case N_SOL:
2941 This seems to be a lot of time to be spending on N_SOL, but

Completed in 401 milliseconds