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

12

/netbsd-current/include/
H A Dstab.h64 #define N_RBRAC 0xe0 /* right bracket */ macro
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dstab.h126 #define N_RBRAC 0xe0 /* right bracket: 0,,0,nesting level,function relative */ macro
H A DStabs.cc1343 case N_RBRAC:
2111 case N_RBRAC:
2624 RET_S (N_RBRAC);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dstab.h126 #define N_RBRAC 0xe0 /* right bracket: 0,,0,nesting level,function relative */ macro
H A DStabs.cc1344 case N_RBRAC:
2111 case N_RBRAC:
2624 RET_S (N_RBRAC);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c66 #define N_RBRAC 0xe0 /* right bracket */ macro
236 N_RBRAC, blklvl, stablbl, stablbl);
239 N_RBRAC, blklvl, stablbl, curfun, stablbl);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c66 #define N_RBRAC 0xe0 /* right bracket */ macro
236 N_RBRAC, blklvl, stablbl, stablbl);
239 N_RBRAC, blklvl, stablbl, curfun, stablbl);
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h124 #define N_RBRAC 0xe0 /* right bracket: 0,,0,nesting level,func relative */ macro
H A Dstabs.c225 } else if (stab->n_type == N_RBRAC) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dxcoffout.c267 case N_RBRAC:
268 UNKNOWN_STAB ("N_RBRAC");
H A Ddbxout.c3726 /* Subroutine of dbxout_block. Emit an N_RBRAC stab referencing LABEL.
3733 dbxout_begin_stabn (N_RBRAC);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dxcoffout.cc266 case N_RBRAC:
267 UNKNOWN_STAB ("N_RBRAC");
H A Ddbxout.cc3730 /* Subroutine of dbxout_block. Emit an N_RBRAC stab referencing LABEL.
3737 dbxout_begin_stabn (N_RBRAC);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp232 {MachO::N_RBRAC, "N_RBRAC"}, {MachO::N_BCOMM, "N_BCOMM"},
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddbxread.c184 complaint (_("N_LBRAC/N_RBRAC symbol mismatch at symtab pos %d"), arg1);
1839 case N_RBRAC:
2352 used because in Solaris 2, N_LBRAC, N_RBRAC, and N_SLINE entries
2455 case N_RBRAC:
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c181 complaint (_("N_LBRAC/N_RBRAC symbol mismatch at symtab pos %d"), arg1);
1891 case N_RBRAC:
2406 used because in Solaris 2, N_LBRAC, N_RBRAC, and N_SLINE entries
2509 case N_RBRAC:
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c2203 return stab_write_symbol (info, N_RBRAC, 0, addr - info->fnaddr,
H A Dstabs.c60 relative N_LBRAC and N_RBRAC symbols. */
63 function relative N_LBRAC and N_RBRAC symbols. */
457 N_RBRAC symbols are relative to the N_SO symbol value. */
504 case N_RBRAC:
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dwrstabs.c2254 return stab_write_symbol (info, N_RBRAC, 0, addr - info->fnaddr,
H A Dstabs.c60 relative N_LBRAC and N_RBRAC symbols. */
63 function relative N_LBRAC and N_RBRAC symbols. */
443 N_RBRAC symbols are relative to the N_SO symbol value. */
492 case N_RBRAC:
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c2254 return stab_write_symbol (info, N_RBRAC, 0, addr - info->fnaddr,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h381 N_RBRAC = 0xE0u, enumerator in enum:llvm::MachO::StabType
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp675 {MachO::N_RBRAC, "RBRAC"},
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Decoff.c4006 N_LBRAC and N_RBRAC are *not* relocated. */
4012 && (ECOFF_UNMARK_STAB (indx) != N_RBRAC))))
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Decoff.c4017 N_LBRAC and N_RBRAC are *not* relocated. */
4023 && (ECOFF_UNMARK_STAB (indx) != N_RBRAC))))

Completed in 1066 milliseconds

12