Searched refs:N_EINCL (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/include/
H A Dstab.h60 #define N_EINCL 0xa2 /* include file end */ macro
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def164 __define_stab (N_EINCL, 0xa2, "EINCL")
177 up to the corresponding N_EINCL. The Sun linker generates these when
/freebsd-10.1-release/contrib/gcc/
H A Dstab.def141 __define_stab (N_EINCL, 0xa2, "EINCL")
153 up to the corresponding N_EINCL. The Sun linker generates these when
H A Dxcoffout.c250 case N_EINCL:
251 UNKNOWN_STAB ("N_EINCL");
H A Ddbxout.c1176 /* Revert to reading a previous source file. Generate a N_EINCL stab. */
1185 dbxout_begin_stabn (N_EINCL);
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h122 #define N_EINCL 0xa2 /* end of include file */ macro
H A Dstabs.c225 } else if (stab->n_type == N_EINCL) {
228 * them to emit an extra N_EINCL if there's no actual
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dstabs.c288 for a header file. We need to scan ahead to the next N_EINCL
320 else if (incl_type == (int) N_EINCL)
422 if (incl_type == (int) N_EINCL)
H A Daoutx.h5044 next N_EINCL symbol, ignoring nesting, adding up all the
5062 if (incl_type == (int) N_EINCL)
5130 if (incl_type == (int) N_EINCL)
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c512 case N_EINCL: strcpy(type, "eincl"); break;
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h340 N_EINCL = 0xA2u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c2072 case N_EINCL:
2962 case N_EINCL:
H A Dmdebugread.c3253 case N_EINCL:
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dstabs.c560 case N_EINCL:
3148 /* Finish an N_BINCL file, at an N_EINCL, popping the name off the

Completed in 188 milliseconds