Searched refs:XTY_SD (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h26 // 1) Initialized: The Type will be XTY_SD, and the symbols inside the csect
47 assert((ST == XCOFF::XTY_SD || ST == XCOFF::XTY_CM || ST == XCOFF::XTY_ER) &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h146 XTY_SD = 1, ///< Csect definition for initialized storage. enumerator in enum:llvm::XCOFF::SymbolType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp249 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
253 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
260 if (XCOFF::XTY_SD == MCSec->getCSectType())
272 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
279 assert(XCOFF::XTY_SD == MCSec->getCSectType() &&
H A DMCObjectFileInfo.cpp798 ".text", XCOFF::StorageMappingClass::XMC_PR, XCOFF::XTY_SD,
802 ".data", XCOFF::StorageMappingClass::XMC_RW, XCOFF::XTY_SD,
806 ".rodata", XCOFF::StorageMappingClass::XMC_RO, XCOFF::XTY_SD,
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dxcoff.h100 #define XTY_SD 1 /* Csect definition */ macro
H A Dinternal.h600 #define XTY_SD 1 /* Csect definition */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1590 CurrentFnDescSym->getName(), XCOFF::XMC_DS, XCOFF::XTY_SD,
1619 F->isDeclaration() ? XCOFF::XTY_ER : XCOFF::XTY_SD, SC,
1690 StringRef("TOC"), XCOFF::XMC_TC0, XCOFF::XTY_SD, XCOFF::C_HIDEXT,
1709 StringRef("TOC"), XCOFF::XMC_TC0, XCOFF::XTY_SD, XCOFF::C_HIDEXT,
1723 XCOFF::XTY_SD, XCOFF::C_HIDEXT, SectionKind::getData());
1778 .getXCOFFSection(XSym->getName(), XCOFF::XMC_DS, XCOFF::XTY_SD,
/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c1258 case XTY_SD:
1509 follow its appropriate XTY_SD symbol. The .set pseudo op can
1510 cause the XTY_LD to not follow the XTY_SD symbol. */
1603 if ((smtyp == XTY_SD || smtyp == XTY_CM)
3053 ldsym->l_smtype = XTY_SD; /* Csect section definition. */
3713 || smtyp != XTY_SD))
3747 || smtyp != XTY_SD))
4419 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
4652 ldsym->l_smtype = XTY_SD;
4664 the l_smtype XTY_SD
[all...]
H A Dcoff64-rs6000.c2367 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
H A Dcoff-rs6000.c3818 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp204 ECase(XTY_ER), ECase(XTY_SD), ECase(XTY_LD), ECase(XTY_CM)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dxcoffread.c1077 case XTY_SD:
1180 an XTY_SD for each variable. But gcc puts several
2229 case XTY_SD:
2365 so we get an XTY_SD for each variable. But
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c5028 a->x_csect.x_smtyp = (2 << 3) | XTY_SD;
5044 a->x_csect.x_smtyp = (symbol_get_tc (sym)->align << 3) | XTY_SD;
5097 a->x_csect.x_smtyp = (2 << 3) | XTY_SD;
5213 a->x_csect.x_smtyp = XTY_SD;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1865 Name, XCOFF::XMC_RO, XCOFF::XTY_SD,

Completed in 306 milliseconds