Searched refs:C_FCN (Results 1 - 25 of 36) sorted by relevance

12

/openbsd-current/gnu/gcc/gcc/
H A Dgsyms.h30 C_FCN = 101, enumerator in enum:sdb_storage_class
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgsyms.h30 C_FCN = 101, enumerator in enum:sdb_storage_class
/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.c1770 case C_FCN:
1988 || isymp->n_sclass == C_FCN)
2028 && isymp->n_sclass == C_FCN
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.c1768 case C_FCN:
1987 || isymp->n_sclass == C_FCN)
2027 && isymp->n_sclass == C_FCN
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))
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h281 #define C_FCN 101 /* ".bf" or ".ef" */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h281 #define C_FCN 101 /* ".bf" or ".ef" */ macro
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp214 ECase(C_FCN), ECase(C_EOS), ECase(C_FILE), ECase(C_LINE),
684 case XCOFF::C_FCN:
878 case XCOFF::C_FCN: {
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-coff.c596 case C_FCN:
1384 && S_GET_STORAGE_CLASS (symp) == C_FCN
H A Dtc-ppc.c3565 /* The .bf pseudo-op. This is just like a COFF C_FCN symbol named
3581 S_SET_STORAGE_CLASS (sym, C_FCN);
3603 /* The .ef pseudo-op. This is just like a COFF C_FCN symbol named
3617 S_SET_STORAGE_CLASS (sym, C_FCN);
4939 else if (S_GET_STORAGE_CLASS (sym) == C_FCN
4958 && S_GET_STORAGE_CLASS (sym) != C_FCN
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffread.c1259 case C_FCN:
1677 if (symbol->n_sclass == C_FCN)
2462 /* C_FCN is .bf and .ef symbols. I think it is sufficient
2464 case C_FCN:
H A Dcoffread.c952 case C_FCN:
1175 case C_FCN:
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.c641 case C_FCN:
H A Drdcoff.c780 case C_FCN:
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.c641 case C_FCN:
H A Drdcoff.c780 case C_FCN:
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp70 ECase(C_FCN);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c716 case C_FCN:
1320 && S_GET_STORAGE_CLASS (symp) == C_FCN
2505 case C_FCN:
3044 if (S_GET_STORAGE_CLASS (symbolP) == C_FCN)
H A Dtc-ppc.c3545 /* The .bf pseudo-op. This is just like a COFF C_FCN symbol named
3561 S_SET_STORAGE_CLASS (sym, C_FCN);
3583 /* The .ef pseudo-op. This is just like a COFF C_FCN symbol named
3597 S_SET_STORAGE_CLASS (sym, C_FCN);
4914 else if (S_GET_STORAGE_CLASS (sym) == C_FCN
4933 && S_GET_STORAGE_CLASS (sym) != C_FCN

Completed in 424 milliseconds

12