| /netbsd-src/bin/dd/ |
| H A D | args.c | 176 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl() 191 if (ddflags & (C_BLOCK|C_UNBLOCK)) { in jcl() 196 cfunc = ddflags & C_BLOCK ? block : unblock; in jcl() 203 ddflags |= C_BLOCK; in jcl() 360 { "block", C_BLOCK, C_UNBLOCK, NULL }, 374 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
|
| H A D | dd.h | 104 #define C_BLOCK 0x00002 macro
|
| H A D | dd.c | 247 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) { in setup() 383 if (flags & (C_BLOCK|C_UNBLOCK)) in dd_in()
|
| /netbsd-src/external/cddl/osnet/dist/head/ |
| H A D | storclass.h | 59 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gsyms.h | 49 C_BLOCK = 100, enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gsyms.h | 49 C_BLOCK = 100, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 246 ECase(C_MOE), ECase(C_REGPARM), ECase(C_FIELD), ECase(C_BLOCK), 268 case XCOFF::C_BLOCK: in GetSymbolValueName() 392 case XCOFF::C_BLOCK: in printSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | XCOFFYAML.cpp | 48 ECase(C_BLOCK); in enumeration()
|
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | internal.h | 314 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | internal.h | 314 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | coffswap.h | 461 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in coff_swap_aux_in() 553 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in coff_swap_aux_out()
|
| H A D | cofflink.c | 1823 case C_BLOCK: in _bfd_coff_link_input_bfd() 2029 || isymp->n_sclass == C_BLOCK in _bfd_coff_link_input_bfd() 2241 || is.n_sclass == C_BLOCK) in _bfd_coff_link_input_bfd()
|
| H A D | coff64-rs6000.c | 452 case C_BLOCK: in _bfd_xcoff64_swap_aux_in() 559 case C_BLOCK: in _bfd_xcoff64_swap_aux_out()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | coffswap.h | 468 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in coff_swap_aux_in() 560 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in coff_swap_aux_out()
|
| H A D | cofflink.c | 1791 case C_BLOCK: in _bfd_coff_link_input_bfd() 1997 || isymp->n_sclass == C_BLOCK in _bfd_coff_link_input_bfd() 2209 || is.n_sclass == C_BLOCK) in _bfd_coff_link_input_bfd()
|
| H A D | coff64-rs6000.c | 452 case C_BLOCK: in _bfd_xcoff64_swap_aux_in() 559 case C_BLOCK: in _bfd_xcoff64_swap_aux_out()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-coff.c | 639 case C_BLOCK: in obj_coff_endef() 1315 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK) in coff_frob_symbol()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-coff.c | 639 case C_BLOCK: in obj_coff_endef() 1315 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK) in coff_frob_symbol()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rdcoff.c | 858 case C_BLOCK: in parse_coff()
|
| H A D | coffgrok.c | 800 case C_BLOCK: in doit()
|
| H A D | nm.c | 473 case C_BLOCK: return "Block"; in get_coff_symbol_type()
|
| H A D | od-xcoff.c | 898 case C_BLOCK: in dump_xcoff32_symbols()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rdcoff.c | 812 case C_BLOCK: in parse_coff()
|
| H A D | coffgrok.c | 780 case C_BLOCK: in doit()
|
| H A D | nm.c | 469 case C_BLOCK: return "Block"; in get_coff_symbol_type()
|