Searched refs:N_MAIN (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/include/
H A Dstab.h48 #define N_MAIN 0x2a /* main function name */ macro
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def52 __define_stab (N_MAIN, 0x2a, "MAIN")
/freebsd-10.1-release/contrib/gcc/
H A Dstab.def51 __define_stab (N_MAIN, 0x2a, "MAIN")
H A Dxcoffout.c211 case N_MAIN:
212 UNKNOWN_STAB ("N_MAIN");
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c500 case N_MAIN: strcpy(type, "main"); break;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c2078 case N_MAIN: /* Can definitely ignore this. */
3250 case N_MAIN: /* Name of main routine. */
3251 /* FIXME: If one has a symbol file with N_MAIN and then replaces
3252 it with a symbol file with "main" and without N_MAIN. I'm
3254 like: N_MAIN takes precedence over "main" no matter what
3255 objfile it is in; If there is more than one N_MAIN, choose
3257 N_MAIN within a given objfile, complain() and choose
H A Dmdebugread.c3259 case N_MAIN: /* Can definitely ignore this. */
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dstabs.c668 case N_MAIN:

Completed in 275 milliseconds