Searched refs:N_LBRAC (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/include/
H A Dstab.h62 #define N_LBRAC 0xc0 /* left bracket */ macro
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def172 The variables declared inside the block *precede* the N_LBRAC symbol.
174 __define_stab (N_LBRAC, 0xc0, "LBRAC")
188 /* End of a lexical block. Desc matches the N_LBRAC's desc.
/freebsd-10.1-release/contrib/gcc/
H A Dstab.def149 The variables declared inside the block *precede* the N_LBRAC symbol. */
150 __define_stab (N_LBRAC, 0xc0, "LBRAC")
161 /* End of a lexical block. Desc matches the N_LBRAC's desc.
H A Dxcoffout.c256 case N_LBRAC:
257 UNKNOWN_STAB ("N_LBRAC");
H A Ddbxout.c3358 /* Subroutine of dbxout_block. Emit an N_LBRAC stab referencing LABEL.
3365 dbxout_begin_stabn (N_LBRAC);
3418 /* In dbx format, the syms of a block come before the N_LBRAC.
3419 If nothing is output, we don't need the N_LBRAC, either. */
3426 /* Now output an N_LBRAC symbol to represent the beginning of
3447 /* A catch block. Must precede N_LBRAC. */
H A Dmips-tfile.c3688 /* Traditionally, N_LBRAC and N_RBRAC are *not* relocated. */
3689 if (code == (int) N_LBRAC || code == (int) N_RBRAC)
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dfreebsd.h225 fprintf (asm_out_file, "%s %d,0,0,", ASM_STABN_OP, N_LBRAC); \
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h119 #define N_LBRAC 0xc0 /* left bracket: 0,,0,nesting level,function relative */ macro
H A Dstabs.c217 if (stab->n_type == N_LBRAC) {
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c514 case N_LBRAC: strcpy(type, "lbrac"); break;
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h342 N_LBRAC = 0xC0u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dwrstabs.c2203 if (! stab_write_symbol (info, N_LBRAC, 0, info->pending_lbrac,
2228 if (! stab_write_symbol (info, N_LBRAC, 0, info->pending_lbrac,
H A Dstabs.c61 relative N_LBRAC and N_RBRAC symbols. */
64 function relative N_LBRAC and N_RBRAC symbols. */
102 definitions seen before the N_LBRAC of a block. */
425 /* Generally, for stabs in the symbol table, the N_LBRAC and
449 case N_LBRAC:
456 fprintf (stderr, _("N_LBRAC not within function\n"));
3197 block before the N_LBRAC, so we must hold onto them until we see
3199 N_LBRAC, so we can call debug_record_variable immediately. */
3227 N_LBRAC that starts the block. */
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c144 /* If this is nonzero, N_LBRAC, N_RBRAC, and N_SLINE entries are
175 "N_LBRAC/N_RBRAC symbol mismatch at symtab pos %d", arg1);
2089 case N_LBRAC:
2669 to correct the address of N_LBRAC's. If it is not defined, then
2680 because in Solaris 2, N_LBRAC, N_RBRAC, and N_SLINE entries are
2705 /* N_LBRAC, N_RBRAC and N_SLINE entries are not relative to the
2769 case N_LBRAC:
2798 context that was started with N_LBRAC. */
2838 2000 would output N_LSYM entries after N_LBRAC
2846 "misplaced N_LBRAC entr
[all...]
H A Dmdebugread.c3270 case N_LBRAC:
/freebsd-10.1-release/contrib/binutils/gas/
H A Decoff.c4030 N_LBRAC and N_RBRAC are *not* relocated. */
4035 || ((ECOFF_UNMARK_STAB (indx) != N_LBRAC)

Completed in 564 milliseconds