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

/freebsd-10-stable/include/
H A Dstab.h64 #define N_RBRAC 0xe0 /* right bracket */ macro
/freebsd-10-stable/contrib/binutils/include/aout/
H A Dstab.def191 __define_stab (N_RBRAC, 0xe0, "RBRAC")
/freebsd-10-stable/contrib/gcc/
H A Dstab.def163 __define_stab (N_RBRAC, 0xe0, "RBRAC")
H A Dxcoffout.c259 case N_RBRAC:
260 UNKNOWN_STAB ("N_RBRAC");
H A Ddbxout.c3372 /* Subroutine of dbxout_block. Emit an N_RBRAC stab referencing LABEL.
3379 dbxout_begin_stabn (N_RBRAC);
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-stable/contrib/gcc/config/i386/
H A Dfreebsd.h236 fprintf (asm_out_file, "%s %d,0,0,", ASM_STABN_OP, N_RBRAC); \
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h120 #define N_RBRAC 0xe0 /* right bracket: 0,,0,nesting level,func relative */ macro
H A Dstabs.c221 } else if (stab->n_type == N_RBRAC) {
/freebsd-10-stable/usr.bin/ldd/
H A Dsods.c516 case N_RBRAC: strcpy(type, "rbrac"); break;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMachO.h344 N_RBRAC = 0xE0u, enumerator in enum:llvm::MachO::StabType
/freebsd-10-stable/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);
2067 case N_RBRAC:
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
2796 case N_RBRAC:
2824 is true. DESC is N_DESC from the N_RBRAC symbol.
H A Dmdebugread.c3249 case N_RBRAC:
/freebsd-10-stable/contrib/binutils/binutils/
H A Dwrstabs.c2242 return stab_write_symbol (info, N_RBRAC, 0, addr - info->fnaddr,
H A Dstabs.c61 relative N_LBRAC and N_RBRAC symbols. */
64 function relative N_LBRAC and N_RBRAC symbols. */
426 N_RBRAC symbols are relative to the N_SO symbol value. */
474 case N_RBRAC:
/freebsd-10-stable/contrib/binutils/gas/
H A Decoff.c4030 N_LBRAC and N_RBRAC are *not* relocated. */
4036 && (ECOFF_UNMARK_STAB (indx) != N_RBRAC))))

Completed in 183 milliseconds