Searched refs:N_EXCL (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/include/
H A Dstab.h63 #define N_EXCL 0xc2 /* deleted include file */ macro
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def180 __define_stab (N_EXCL, 0xc2, "EXCL")
/freebsd-10.1-release/contrib/gcc/
H A Dstab.def156 __define_stab (N_EXCL, 0xc2, "EXCL")
H A Dxcoffout.c253 case N_EXCL:
254 UNKNOWN_STAB ("N_EXCL");
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dstabs.c77 which might be converted into N_EXCL symbols. */
87 /* The type of this symbol (N_BINCL or N_EXCL). */
96 converted into N_EXCL symbols. */
318 else if (incl_type == (int) N_EXCL)
363 value, then replaced this one with an N_EXCL symbol. */
405 pass to change the type to N_EXCL. */
406 ne->type = (int) N_EXCL;
434 else if (incl_type == (int) N_EXCL)
H A Daoutx.h5091 same value, then replace this one with an N_EXCL
5118 it to be an N_EXCL entry, and mark all the
5120 type = (int) N_EXCL;
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c515 case N_EXCL: strcpy(type, "excl"); break;
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h343 N_EXCL = 0xC2u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c1996 case N_EXCL:
2966 case N_EXCL:
H A Dmdebugread.c3230 case N_EXCL:
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dstabs.c566 case N_EXCL:
3168 /* Handle an N_EXCL: get the types from the corresponding N_BINCL. */
3186 warn_stab (name, _("Undefined N_EXCL"));

Completed in 376 milliseconds