Home
last modified time | relevance | path

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

1234

/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c65 #define N_LBRAC 0xc0 /* left bracket */ macro
220 N_LBRAC, blklvl, stablbl, stablbl); in stabs_lbrac()
223 N_LBRAC, blklvl, stablbl, curfun, stablbl); in stabs_lbrac()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c65 #define N_LBRAC 0xc0 /* left bracket */ macro
220 N_LBRAC, blklvl, stablbl, stablbl); in stabs_lbrac()
223 N_LBRAC, blklvl, stablbl, curfun, stablbl); in stabs_lbrac()
/netbsd-src/include/
H A Dstab.h62 #define N_LBRAC 0xc0 /* left bracket */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dstab.d80 N_LBRAC = 0xc0, /// left bracket: 0,,NO_SECT,nesting level,address enumerator
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dstab.h116 #define N_LBRAC 0xc0 /* left bracket: 0,,0,nesting level,function relative */ macro
H A DStabs.cc1341 case N_LBRAC: in srcline_Stabs()
2108 case N_LBRAC: in archive_Stabs()
2614 RET_S (N_LBRAC); in get_type_name()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dstab.h116 #define N_LBRAC 0xc0 /* left bracket: 0,,0,nesting level,function relative */ macro
H A DStabs.cc1340 case N_LBRAC: in srcline_Stabs()
2108 case N_LBRAC: in archive_Stabs()
2614 RET_S (N_LBRAC); in get_type_name()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstab.def147 The variables declared inside the block *precede* the N_LBRAC symbol. */
148 __define_stab (N_LBRAC, 0xc0, "LBRAC")
159 /* End of a lexical block. Desc matches the N_LBRAC's desc.
H A Dxcoffout.c262 case N_LBRAC: in stab_to_sclass()
H A Ddbxout.c3705 dbxout_begin_stabn (N_LBRAC); in dbx_output_lbrac()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstab.def147 The variables declared inside the block *precede* the N_LBRAC symbol. */
148 __define_stab (N_LBRAC, 0xc0, "LBRAC")
159 /* End of a lexical block. Desc matches the N_LBRAC's desc.
H A Dxcoffout.cc261 case N_LBRAC: in stab_to_sclass()
H A Ddbxout.cc3709 dbxout_begin_stabn (N_LBRAC); in dbx_output_lbrac()
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dstab.def182 The variables declared inside the block *precede* the N_LBRAC symbol.
184 __define_stab (N_LBRAC, 0xc0, "LBRAC")
198 /* End of a lexical block. Desc matches the N_LBRAC's desc.
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dstab.def182 The variables declared inside the block *precede* the N_LBRAC symbol.
184 __define_stab (N_LBRAC, 0xc0, "LBRAC")
198 /* End of a lexical block. Desc matches the N_LBRAC's desc.
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h123 #define N_LBRAC 0xc0 /* left bracket: 0,,0,nesting level,function relative */ macro
H A Dstabs.c221 if (stab->n_type == N_LBRAC) { in stabs_read()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp231 {MachO::N_LBRAC, "N_LBRAC"}, {MachO::N_EXCL, "N_EXCL"},
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c2212 if (! stab_write_symbol (info, N_LBRAC, 0, info->pending_lbrac, in stab_start_block()
2237 if (! stab_write_symbol (info, N_LBRAC, 0, info->pending_lbrac, in stab_end_block()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c2161 if (! stab_write_symbol (info, N_LBRAC, 0, info->pending_lbrac, in stab_start_block()
2186 if (! stab_write_symbol (info, N_LBRAC, 0, info->pending_lbrac, in stab_end_block()
H A Dstabs.c479 case N_LBRAC: in parse_stab()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h379 N_LBRAC = 0xC0u, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp673 {MachO::N_LBRAC, "LBRAC"},
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c3979 || ((ECOFF_UNMARK_STAB (indx) != N_LBRAC) in ecoff_build_symbols()

1234