HomeSort by: relevance | last modified time | path
    Searched refs:XTY_SD (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionXCOFF.h 25 // 1) Initialized: The Type will be XTY_SD, and the symbols inside the csect
51 (ST == XCOFF::XTY_SD || ST == XCOFF::XTY_CM || ST == XCOFF::XTY_ER) &&
  /src/external/apache2/llvm/dist/llvm/lib/MC/
XCOFFObjectWriter.cpp 286 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
290 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
297 if (XCOFF::XTY_SD == MCSec->getCSectType())
309 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
319 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
327 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
MCObjectFileInfo.cpp 881 XCOFF::CsectProperties(XCOFF::StorageMappingClass::XMC_PR, XCOFF::XTY_SD),
886 XCOFF::CsectProperties(XCOFF::StorageMappingClass::XMC_RW, XCOFF::XTY_SD),
891 XCOFF::CsectProperties(XCOFF::StorageMappingClass::XMC_RO, XCOFF::XTY_SD),
896 XCOFF::CsectProperties(XCOFF::StorageMappingClass::XMC_TL, XCOFF::XTY_SD),
902 XCOFF::XTY_SD));
910 XCOFF::XTY_SD));
915 XCOFF::XTY_SD));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 2229 XCOFF::CsectProperties(/*MappingClass*/ XCOFF::XMC_TD, XCOFF::XTY_SD),
2243 SectionName, Kind, XCOFF::CsectProperties(MappingClass, XCOFF::XTY_SD),
2274 Name, Kind, XCOFF::CsectProperties(XCOFF::XMC_TD, XCOFF::XTY_SD),
2305 Name, Kind, XCOFF::CsectProperties(XCOFF::XMC_RO, XCOFF::XTY_SD),
2330 XCOFF::CsectProperties(XCOFF::XMC_RW, XCOFF::XTY_SD));
2341 XCOFF::CsectProperties(XCOFF::XMC_RO, XCOFF::XTY_SD));
2355 Name, Kind, XCOFF::CsectProperties(XCOFF::XMC_TL, XCOFF::XTY_SD));
2376 XCOFF::CsectProperties(XCOFF::XMC_RO, XCOFF::XTY_SD));
2471 : XCOFF::XTY_SD))
2484 XCOFF::CsectProperties(XCOFF::XMC_DS, XCOFF::XTY_SD));
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
xcoff.h 162 #define XTY_SD 1 /* Csect definition */
internal.h 650 #define XTY_SD 1 /* Csect definition */
  /src/external/gpl3/binutils.old/dist/include/coff/
xcoff.h 162 #define XTY_SD 1 /* Csect definition */
internal.h 652 #define XTY_SD 1 /* Csect definition */
  /src/external/gpl3/gdb/dist/include/coff/
xcoff.h 162 #define XTY_SD 1 /* Csect definition */
internal.h 652 #define XTY_SD 1 /* Csect definition */
  /src/external/gpl3/gdb.old/dist/include/coff/
xcoff.h 162 #define XTY_SD 1 /* Csect definition */
internal.h 652 #define XTY_SD 1 /* Csect definition */
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-xcoff.c 263 #define XTY_SD (1) /* section definition */
605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD
620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-xcoff.c 263 #define XTY_SD (1) /* section definition */
605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD
620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-xcoff.c 263 #define XTY_SD (1) /* section definition */
605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD
620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-xcoff.c 263 #define XTY_SD (1) /* section definition */
605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD
620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-xcoff.c 263 #define XTY_SD (1) /* section definition */
605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD
620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-xcoff.c 263 #define XTY_SD (1) /* section definition */
605 if ((auxent->u.xcoff64.x_csect.x_smtyp & 0x7) != XTY_SD
620 if ((auxent->u.xcoff32.x_csect.x_smtyp & 0x7) != XTY_SD
  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 1644 case XTY_SD:
1914 follow its appropriate XTY_SD symbol. The .set pseudo op can
1915 cause the XTY_LD to not follow the XTY_SD symbol. */
2006 if ((smtyp == XTY_SD || smtyp == XTY_CM)
2051 && (smtyp == XTY_SD || smtyp == XTY_LD)
3703 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD))
3731 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD)
3909 ldsym->l_smtype = XTY_SD; /* Csect section definition. */
6045 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
6265 iraux.x_csect.x_smtyp = XTY_SD;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 1644 case XTY_SD:
1914 follow its appropriate XTY_SD symbol. The .set pseudo op can
1915 cause the XTY_LD to not follow the XTY_SD symbol. */
2006 if ((smtyp == XTY_SD || smtyp == XTY_CM)
2051 && (smtyp == XTY_SD || smtyp == XTY_LD)
3703 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD))
3731 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD)
3909 ldsym->l_smtype = XTY_SD; /* Csect section definition. */
6045 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
6265 iraux.x_csect.x_smtyp = XTY_SD;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 1601 case XTY_SD:
1871 follow its appropriate XTY_SD symbol. The .set pseudo op can
1872 cause the XTY_LD to not follow the XTY_SD symbol. */
1963 if ((smtyp == XTY_SD || smtyp == XTY_CM)
2008 && (smtyp == XTY_SD || smtyp == XTY_LD)
3660 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD))
3688 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD)
3866 ldsym->l_smtype = XTY_SD; /* Csect section definition. */
5998 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
6218 iraux.x_csect.x_smtyp = XTY_SD;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 1609 case XTY_SD:
1879 follow its appropriate XTY_SD symbol. The .set pseudo op can
1880 cause the XTY_LD to not follow the XTY_SD symbol. */
1971 if ((smtyp == XTY_SD || smtyp == XTY_CM)
2016 && (smtyp == XTY_SD || smtyp == XTY_LD)
3668 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD))
3696 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD)
3874 ldsym->l_smtype = XTY_SD; /* Csect section definition. */
6006 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
6226 iraux.x_csect.x_smtyp = XTY_SD;
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
XCOFFDumper.cpp 197 ECase(XTY_ER), ECase(XTY_SD), ECase(XTY_LD), ECase(XTY_CM)
  /src/external/gpl3/gdb/dist/gdb/
xcoffread.c 1120 case XTY_SD:
1213 an XTY_SD for each variable. But gcc puts several
2139 case XTY_SD:
2277 so we get an XTY_SD for each variable. But
  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 1120 case XTY_SD:
1213 an XTY_SD for each variable. But gcc puts several
2139 case XTY_SD:
2277 so we get an XTY_SD for each variable. But

Completed in 81 milliseconds

1 2