| /NextBSD/bin/dd/ |
| HD | args.c | 136 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 },
|
| HD | dd.c | 170 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()
|
| HD | dd.h | 72 #define C_BLOCK 0x00000002 macro
|
| /NextBSD/cddl/contrib/opensolaris/head/ |
| HD | storclass.h | 59 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
|
| /NextBSD/contrib/gcc/ |
| HD | gsyms.h | 29 C_BLOCK = 100, enumerator
|
| HD | mips-tfile.c | 821 C_BLOCK = 100, enumerator
|
| /NextBSD/contrib/binutils/include/coff/ |
| HD | internal.h | 280 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | coffswap.h | 448 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()
|
| HD | cofflink.c | 1779 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()
|
| HD | peXXigen.c | 263 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()
|
| HD | coff64-rs6000.c | 417 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) 502 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
|
| HD | coff-rs6000.c | 459 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) 562 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
|
| HD | coffgen.c | 1356 if ((ISFCN (type) || ISTAG (class) || class == C_BLOCK || class == C_FCN) in coff_pointerize_aux()
|
| HD | coffcode.h | 4600 case C_BLOCK: /* ".bb" or ".eb". */ in coff_slurp_symbol_table()
|
| HD | xcofflink.c | 4018 || isymp->n_sclass == C_BLOCK in xcoff_link_input_bfd()
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | obj-coff.c | 589 case C_BLOCK: in obj_coff_endef() 1288 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK) in coff_frob_symbol()
|
| HD | tc-ppc.c | 3817 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/ |
| HD | coffread.c | 1042 case C_BLOCK: in coff_symtab_read() 1165 case C_BLOCK: in read_one_sym()
|
| HD | xcoffread.c | 1365 case C_BLOCK: in read_xcoff_symtab() 2476 case C_BLOCK: in scan_xcoff_symtab()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | coffgrok.c | 664 case C_BLOCK: in doit()
|
| HD | rdcoff.c | 850 case C_BLOCK: in parse_coff()
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | stabs.texinfo | 731 @findex C_BLOCK 732 For XCOFF, block scope is indicated with @code{C_BLOCK} symbols. If the
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-9295 | 403 (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
|