Home
last modified time | relevance | path

Searched refs:N_RBRAC (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/include/
Dstab.h65 #define N_RBRAC 0xe0 /* right bracket */ macro
/mirbsd/src/sys/ddb/
Ddb_aout.h115 #define N_RBRAC 0xe0 /* right bracket */ macro
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dstab.def190 __define_stab (N_RBRAC, 0xe0, "RBRAC")
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c2064 case N_RBRAC: in read_dbx_symtab()
2765 case N_RBRAC: in process_one_symbol()
Dmdebugread.c3262 case N_RBRAC: in parse_partial_symbols()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo726 @findex N_RBRAC
733 brace) and the @code{N_RBRAC} (right brace) stab types. The variables
738 @code{N_RBRAC} symbols are the start and end addresses of the code of
744 The @code{N_LBRAC} and @code{N_RBRAC} stabs that describe the block
749 @code{N_RBRAC} symbols as containing the nesting level of the block.
900 .stabn 224,0,0,LBE2 # @r{224 is N_RBRAC}
905 @code{N_RBRAC} stabs.
1987 The type definition is located after the @code{N_RBRAC} that marks the end of
3357 @item 0xe0 N_RBRAC
3898 @code{N_RBRAC} of the preceding function and before the code of the
[all …]
Dgdbint.texinfo3911 @code{N_RBRAC} symbol, and @var{gcc_p} is true if @value{GDBN} has noticed the
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dwrstabs.c2239 return stab_write_symbol (info, N_RBRAC, 0, addr - info->fnaddr, in stab_end_block()
Dstabs.c476 case N_RBRAC: in parse_stab()
/mirbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c4004 && (ECOFF_UNMARK_STAB (indx) != N_RBRAC)))) in ecoff_build_symbols()