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

123

/netbsd-current/external/cddl/osnet/dist/head/
H A Dstorclass.h59 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgsyms.h49 C_BLOCK = 100, enumerator in enum:sdb_storage_class
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgsyms.h49 C_BLOCK = 100, enumerator in enum:sdb_storage_class
/netbsd-current/bin/dd/
H A Dargs.c176 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
191 if (ddflags & (C_BLOCK|C_UNBLOCK)) {
196 cfunc = ddflags & C_BLOCK ? block : unblock;
203 ddflags |= C_BLOCK;
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))) {
383 if (flags & (C_BLOCK|C_UNBLOCK))
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-stgo32.c225 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
243 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
261 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
H A Dcoffswap.h441 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
533 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
H A Dcofflink.c1861 case C_BLOCK:
2067 || isymp->n_sclass == C_BLOCK
2279 || is.n_sclass == C_BLOCK)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp48 ECase(C_BLOCK);
/netbsd-current/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:
392 case XCOFF::C_BLOCK:
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dinternal.h314 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dinternal.h314 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dinternal.h315 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dinternal.h309 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoffswap.h441 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
533 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drdcoff.c859 case C_BLOCK:
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c859 case C_BLOCK:
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drdcoff.c859 case C_BLOCK:
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-coff.c650 case C_BLOCK:
1326 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff.c643 case C_BLOCK:
1319 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoffswap.h468 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
560 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
H A Dcofflink.c1792 case C_BLOCK:
1998 || isymp->n_sclass == C_BLOCK
2210 || is.n_sclass == C_BLOCK)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-coff.c645 case C_BLOCK:
1321 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoffswap.h468 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
560 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)

Completed in 319 milliseconds

123