Home
last modified time | relevance | path

Searched refs:N_LBRAC (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/include/
Dstab.h63 #define N_LBRAC 0xc0 /* left bracket */ macro
/mirbsd/src/sys/ddb/
Ddb_aout.h113 #define N_LBRAC 0xc0 /* left bracket */ macro
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dstab.def171 The variables declared inside the block *precede* the N_LBRAC symbol.
173 __define_stab (N_LBRAC, 0xc0, "LBRAC")
187 /* End of a lexical block. Desc matches the N_LBRAC's desc.
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dwrstabs.c2200 if (! stab_write_symbol (info, N_LBRAC, 0, info->pending_lbrac, in stab_start_block()
2225 if (! stab_write_symbol (info, N_LBRAC, 0, info->pending_lbrac, in stab_end_block()
Dstabs.c451 case N_LBRAC: in parse_stab()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo725 @findex N_LBRAC
732 The program's block structure is represented by the @code{N_LBRAC} (left
734 defined inside a block precede the @code{N_LBRAC} symbol for most
737 @code{N_LBRAC} symbol. The values of the @code{N_LBRAC} and
744 The @code{N_LBRAC} and @code{N_RBRAC} stabs that describe the block
748 Sun documents the desc field of @code{N_LBRAC} and
899 .stabn 192,0,0,LBB2 # @r{192 is N_LBRAC}
904 @ref{Block Structure} for more information on the @code{N_LBRAC} and
2144 located immediately preceding the @code{N_LBRAC} for the procedure's block
2549 stab is not located between an @code{N_FUN} and an @code{N_LBRAC} stab this indicates
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c2086 case N_LBRAC: in read_dbx_symtab()
2746 case N_LBRAC: in process_one_symbol()
Dmdebugread.c3283 case N_LBRAC: in parse_partial_symbols()
/mirbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c4003 || ((ECOFF_UNMARK_STAB (indx) != N_LBRAC) in ecoff_build_symbols()