Home
last modified time | relevance | path

Searched refs:C_BLOCK (Results 1 – 23 of 23) sorted by relevance

/NextBSD/bin/dd/
HDargs.c136 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl()
149 if (ddflags & (C_BLOCK | C_UNBLOCK)) { in jcl()
154 cfunc = ddflags & C_BLOCK ? block : unblock; in jcl()
161 ddflags |= C_BLOCK; in jcl()
315 { "block", C_BLOCK, C_UNBLOCK, NULL },
333 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
HDdd.c170 if (!(ddflags & (C_BLOCK | C_UNBLOCK))) { in setup()
304 else if (ddflags & (C_BLOCK | C_UNBLOCK)) in dd_in()
404 else if (ddflags & (C_BLOCK | C_UNBLOCK)) in dd_close()
HDdd.h72 #define C_BLOCK 0x00000002 macro
/NextBSD/cddl/contrib/opensolaris/head/
HDstorclass.h59 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/NextBSD/contrib/gcc/
HDgsyms.h29 C_BLOCK = 100, enumerator
HDmips-tfile.c821 C_BLOCK = 100, enumerator
/NextBSD/contrib/binutils/include/coff/
HDinternal.h280 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/NextBSD/contrib/binutils/bfd/
HDcoffswap.h448 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) in coff_swap_aux_in()
539 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) in coff_swap_aux_out()
HDcofflink.c1779 case C_BLOCK: in _bfd_coff_link_input_bfd()
1982 || isymp->n_sclass == C_BLOCK in _bfd_coff_link_input_bfd()
2194 || is.n_sclass == C_BLOCK) in _bfd_coff_link_input_bfd()
HDpeXXigen.c263 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) in _bfd_XXi_swap_aux_in()
337 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) in _bfd_XXi_swap_aux_out()
HDcoff64-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))
HDcoff-rs6000.c459 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
562 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
HDcoffgen.c1356 if ((ISFCN (type) || ISTAG (class) || class == C_BLOCK || class == C_FCN) in coff_pointerize_aux()
HDcoffcode.h4600 case C_BLOCK: /* ".bb" or ".eb". */ in coff_slurp_symbol_table()
HDxcofflink.c4018 || isymp->n_sclass == C_BLOCK in xcoff_link_input_bfd()
/NextBSD/contrib/binutils/gas/config/
HDobj-coff.c589 case C_BLOCK: in obj_coff_endef()
1288 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK) in coff_frob_symbol()
HDtc-ppc.c3817 S_SET_STORAGE_CLASS (sym, C_BLOCK); in ppc_bb()
3843 S_SET_STORAGE_CLASS (sym, C_BLOCK); in ppc_eb()
4988 && S_GET_STORAGE_CLASS (sym) != C_BLOCK in ppc_frob_symbol()
/NextBSD/contrib/gdb/gdb/
HDcoffread.c1042 case C_BLOCK: in coff_symtab_read()
1165 case C_BLOCK: in read_one_sym()
HDxcoffread.c1365 case C_BLOCK: in read_xcoff_symtab()
2476 case C_BLOCK: in scan_xcoff_symtab()
/NextBSD/contrib/binutils/binutils/
HDcoffgrok.c664 case C_BLOCK: in doit()
HDrdcoff.c850 case C_BLOCK: in parse_coff()
/NextBSD/contrib/gdb/gdb/doc/
HDstabs.texinfo731 @findex C_BLOCK
732 For XCOFF, block scope is indicated with @code{C_BLOCK} symbols. If the
/NextBSD/contrib/binutils/gas/
HDChangeLog-9295403 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
404 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
7512 * config/obj-coffbfd.c (obj_coff_endef): For C_EFCN, C_BLOCK and