Searched refs:SCU (Results 1 – 4 of 4) sorted by relevance
42 SCU=0x0F, /* Change to Unicode mode */ enumerator370 } else if(b==SCU) { in _SCSUToUnicodeWithOffsets()695 } else if(b==SCU) { in _SCSUToUnicode()1161 *target++=(uint8_t)SCU; in _SCSUFromUnicodeWithOffsets()1220 c|=SCU<<16; in _SCSUFromUnicodeWithOffsets()1632 *target++=(uint8_t)SCU; in _SCSUFromUnicode()1688 c|=SCU<<16; in _SCSUFromUnicode()
34 private static final short SCU=0x0F; /* Change to Unicode mode */ field in CharsetSCSU393 }else if(b==SCU){ in singleByteMode()867 target.put((byte)SCU); in loop()935 c|=SCU<<16; in loop()
525 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
1623 for (const SymbolCU &SCU : ArangeLabels) { in emitDebugARanges() local1624 if (SCU.Sym->isInSection()) { in emitDebugARanges()1626 const MCSection *Section = &SCU.Sym->getSection(); in emitDebugARanges()1628 SectionMap[Section].push_back(SCU); in emitDebugARanges()1633 SectionMap[nullptr].push_back(SCU); in emitDebugARanges()