Home
last modified time | relevance | path

Searched refs:N_MAIN (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/include/
Dstab.h49 #define N_MAIN 0x2a /* main function name */ macro
/mirbsd/src/sys/ddb/
Ddb_aout.h99 #define N_MAIN 0x2a /* main function name */ macro
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dstab.def51 __define_stab (N_MAIN, 0x2a, "MAIN")
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c2075 case N_MAIN: /* Can definitely ignore this. */ in read_dbx_symtab()
3180 case N_MAIN: /* Name of main routine. */ in process_one_symbol()
Dmdebugread.c3272 case N_MAIN: /* Can definitely ignore this. */ in parse_partial_symbols()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo406 @findex N_MAIN
408 @code{N_MAIN} stab type tells the debugger the name that is used in this
412 but some C compilers emit an @code{N_MAIN} stab for the @code{main}
3264 @item 0x2a N_MAIN
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dstabs.c670 case N_MAIN: in parse_stab()