Searched refs:C_BLOCK (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/head/
H A Dstorclass.h59 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/freebsd-10.0-release/contrib/gcc/
H A Dgsyms.h29 C_BLOCK = 100, enumerator in enum:sdb_storage_class
H A Dmips-tfile.c827 C_BLOCK = 100,
1329 sc_Text, /* 100: C_BLOCK block start/end */
1440 st_Block, /* 100: C_BLOCK block start/end */
821 C_BLOCK = 100, enumerator in enum:coff_storage
/freebsd-10.0-release/bin/dd/
H A Dargs.c134 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
147 if (ddflags & (C_BLOCK | C_UNBLOCK)) {
152 cfunc = ddflags & C_BLOCK ? block : unblock;
159 ddflags |= C_BLOCK;
301 { "block", C_BLOCK, C_UNBLOCK, NULL },
319 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
H A Ddd.h72 #define C_BLOCK 0x00002 macro
H A Ddd.c169 if (!(ddflags & (C_BLOCK | C_UNBLOCK))) {
301 else if (ddflags & (C_BLOCK | C_UNBLOCK))
401 else if (ddflags & (C_BLOCK | C_UNBLOCK))
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dinternal.h280 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoffswap.h448 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
539 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A Dcofflink.c1780 case C_BLOCK:
1983 || isymp->n_sclass == C_BLOCK
2195 || is.n_sclass == C_BLOCK)
H A Dcoff64-rs6000.c417 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
502 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A DpeXXigen.c264 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
338 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A Dcoff-rs6000.c460 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
563 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A Dcoffgen.c1356 if ((ISFCN (type) || ISTAG (class) || class == C_BLOCK || class == C_FCN)
H A Dcoffcode.h4601 case C_BLOCK: /* ".bb" or ".eb". */
H A Dxcofflink.c4024 || isymp->n_sclass == C_BLOCK
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-coff.c593 case C_BLOCK:
1292 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK)
H A Dtc-ppc.c3771 /* The .bb pseudo-op. Generate a C_BLOCK symbol named .bb, with a
3783 S_SET_STORAGE_CLASS (sym, C_BLOCK);
3797 /* The .eb pseudo-op. Generate a C_BLOCK symbol named .eb, with a
3809 S_SET_STORAGE_CLASS (sym, C_BLOCK);
4957 && S_GET_STORAGE_CLASS (sym) != C_BLOCK
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcoffgrok.c664 case C_BLOCK:
H A Drdcoff.c851 case C_BLOCK:
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcoffread.c1047 case C_BLOCK:
1171 case C_BLOCK:
H A Dxcoffread.c1370 case C_BLOCK:
2484 case C_BLOCK:

Completed in 304 milliseconds