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

12

/openbsd-current/gnu/gcc/gcc/
H A Dgsyms.h29 C_BLOCK = 100, enumerator in enum:sdb_storage_class
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgsyms.h29 C_BLOCK = 100, enumerator in enum:sdb_storage_class
/openbsd-current/bin/dd/
H A Dargs.c127 if (ddflags & (C_BLOCK|C_LCASE|C_SWAB|C_UCASE|C_UNBLOCK))
139 if (ddflags & (C_BLOCK|C_UNBLOCK)) {
144 cfunc = ddflags & C_BLOCK ? block : unblock;
151 ddflags |= C_BLOCK;
275 { "block", C_BLOCK, C_UNBLOCK, NULL },
284 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
H A Ddd.h76 #define C_BLOCK 0x00002 macro
H A Ddd.c135 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) {
247 if (ddflags & (C_BLOCK|C_UNBLOCK))
342 if (ddflags & (C_BLOCK|C_UNBLOCK))
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-stgo32.c238 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
256 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
274 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A Dcoffswap.h494 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
588 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A Dcofflink.c1786 case C_BLOCK:
1987 || isymp->n_sclass == C_BLOCK
2199 || is.n_sclass == C_BLOCK)
H A Dcoff64-rs6000.c416 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
501 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A DpeXXigen.c298 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
373 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-stgo32.c238 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
256 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
274 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A Dcoffswap.h448 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
539 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
H A Dcofflink.c1784 case C_BLOCK:
1986 || isymp->n_sclass == C_BLOCK
2198 || is.n_sclass == C_BLOCK)
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h280 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h280 #define C_BLOCK 100 /* ".bb" or ".eb" */ macro
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp213 ECase(C_MOE), ECase(C_REGPARM), ECase(C_FIELD), ECase(C_BLOCK),
685 case XCOFF::C_BLOCK:
877 case XCOFF::C_BLOCK:
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-coff.c593 case C_BLOCK:
1292 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK)
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.c662 case C_BLOCK:
H A Drdcoff.c849 case C_BLOCK:
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.c662 case C_BLOCK:
H A Drdcoff.c849 case C_BLOCK:
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp69 ECase(C_BLOCK);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffread.c1370 case C_BLOCK:
2483 case C_BLOCK:
H A Dcoffread.c1050 case C_BLOCK:
1174 case C_BLOCK:
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c713 case C_BLOCK:
1227 if (S_GET_STORAGE_CLASS (symp) == C_BLOCK)
2500 case C_BLOCK:
3009 if (S_GET_STORAGE_CLASS (symbolP) == C_BLOCK)

Completed in 218 milliseconds

12