Searched refs:N_OPT (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c247 stab->n_type == N_SO || stab->n_type == N_OPT))
266 } else if (stab->n_type == N_OPT) {
H A Dctftools.h113 #define N_OPT 0x3c /* compiler options */ macro
/freebsd-12-stable/contrib/gcc/
H A Dxcoffout.c284 case N_OPT:
285 UNKNOWN_STAB ("N_OPT");
H A Ddbxout.c1039 /* Emit an N_OPT stab to indicate that this file was compiled by GCC.
1042 dbxout_begin_simple_stabs ("gcc2_compiled.", N_OPT);
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddbxread.c2095 case N_OPT:
2696 /* If this is nonzero, we've seen a non-gcc N_OPT symbol for this source
3162 Release 3.0 acc also puts out N_OPT entries, which makes
3227 /* We use N_OPT to carry the gcc2_compiled flag. Sun uses it
3230 case N_OPT: /* Solaris 2: Compiler options */
H A Dmdebugread.c3276 case N_OPT:
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h357 N_OPT = 0x3Cu, enumerator in enum:llvm::MachO::StabType
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp628 {MachO::N_OPT, "OPT"},
/freebsd-12-stable/contrib/binutils/binutils/
H A Dstabs.c69 /* Whether an N_OPT symbol was seen that was not generated by gcc,
657 case N_OPT:

Completed in 142 milliseconds