Searched refs:XMC_DS (Results 1 – 6 of 6) sorted by relevance
67 case XCOFF::XMC_DS: in printSwitchToSection()
510 case XCOFF::XMC_DS: in getCsectGroup()
121 XMC_DS = 10, ///< Descriptor csect enumerator
138 ECase(XMC_DS); in enumeration()
2420 isa<Function>(GO) ? XCOFF::XMC_DS : XCOFF::XMC_UA; in getSectionForExternalReference()2667 XCOFF::CsectProperties(XCOFF::XMC_DS, XCOFF::XTY_SD)); in getSectionForFunctionDescriptor()
558 ECase(XMC_TC), ECase(XMC_TD), ECase(XMC_DS), ECase(XMC_UA),