Searched refs:C_STSYM (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dxcoff.h10 #define C_STSYM 0x85 macro
H A Dxcoffout.c209 return C_STSYM;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddbxstclass.h10 #define C_STSYM 0x85 macro
H A Dxcoffout.c198 return C_STSYM;
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h333 #define C_STSYM (0x85) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h333 #define C_STSYM (0x85) macro
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp87 ECase(C_STSYM);
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp218 ECase(C_RPSYM), ECase(C_STSYM), ECase(C_TCSYM), ECase(C_BCOMM),
692 case XCOFF::C_STSYM:
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffread.c1548 case C_STSYM:
2576 case C_STSYM:
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ppc.c3411 if (S_GET_STORAGE_CLASS (sym) == C_STSYM) {
3425 only do the correction for storage class C_STSYM. A better solution
5091 else if (S_GET_STORAGE_CLASS (sym) == C_STSYM)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ppc.c3431 if (S_GET_STORAGE_CLASS (sym) == C_STSYM) {
3445 only do the correction for storage class C_STSYM. A better solution
5116 else if (S_GET_STORAGE_CLASS (sym) == C_STSYM)
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h4735 case C_STSYM:
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h4536 case C_STSYM:

Completed in 328 milliseconds