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

/macosx-10.9.5/cctools-845/include/mach-o/
H A Dstab.h93 #define N_OPT 0x3c /* emitted with gcc2_compiled and in gcc source */ macro
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dstab.h93 #define N_OPT 0x3c /* emitted with gcc2_compiled and in gcc source */ macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/aout/
H A Dstab.def77 __define_stab (N_OPT, 0x3c, "OPT")
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
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
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sym.c181 case N_OPT:
/macosx-10.9.5/cctools-845/misc/
H A Dnm.c1672 { N_OPT, "OPT" },
H A Dstrip.c3344 * We use an N_OPT stab which should be safe to use and not mess any
3345 * thing up. In Mac OS X, gcc(1) writes one N_OPT stab saying the file
3348 * "gcc2_compiled" gdb(1) sets its "compiled by gcc flag. If the N_OPT
3352 * N_OPT comes before any N_SO stabs, then gdb(1) will just ignore it.
3353 * Since this N_OPT is the first local symbol, it will always come
3358 new_symbols[inew_syms].n_type = N_OPT;
3364 new_symbols64[inew_syms].n_type = N_OPT;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c71 /* Whether an N_OPT symbol was seen that was not generated by gcc,
659 case N_OPT:
/macosx-10.9.5/cctools-845/ld/
H A Dsymbols.c3320 case N_OPT:

Completed in 284 milliseconds