Home
last modified time | relevance | path

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

12

/netbsd-src/bin/dd/
H A Dargs.c176 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 Ddd.h104 #define C_BLOCK 0x00002 macro
H A Ddd.c247 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 Dstorclass.h59 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgsyms.h49 C_BLOCK = 100, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgsyms.h49 C_BLOCK = 100, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp246 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 DXCOFFYAML.cpp48 ECase(C_BLOCK); in enumeration()
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dinternal.h314 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dinternal.h314 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffswap.h461 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 Dcofflink.c1823 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 Dcoff64-rs6000.c452 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 Dcoffswap.h468 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 Dcofflink.c1791 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 Dcoff64-rs6000.c452 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 Dobj-coff.c639 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 Dobj-coff.c639 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 Drdcoff.c858 case C_BLOCK: in parse_coff()
H A Dcoffgrok.c800 case C_BLOCK: in doit()
H A Dnm.c473 case C_BLOCK: return "Block"; in get_coff_symbol_type()
H A Dod-xcoff.c898 case C_BLOCK: in dump_xcoff32_symbols()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c812 case C_BLOCK: in parse_coff()
H A Dcoffgrok.c780 case C_BLOCK: in doit()
H A Dnm.c469 case C_BLOCK: return "Block"; in get_coff_symbol_type()

12