Searched refs:SCU (Results 1 – 4 of 4) sorted by relevance
44 SCU=0x0F, /* Change to Unicode mode */ enumerator372 } else if(b==SCU) { in _SCSUToUnicodeWithOffsets()697 } else if(b==SCU) { in _SCSUToUnicode()1163 *target++=(uint8_t)SCU; in _SCSUFromUnicodeWithOffsets()1222 c|=SCU<<16; in _SCSUFromUnicodeWithOffsets()1649 *target++=(uint8_t)SCU; in _SCSUFromUnicode()1705 c|=SCU<<16; in _SCSUFromUnicode()
483 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
1539 for (const SymbolCU &SCU : ArangeLabels) { in emitDebugARanges() local1540 if (SCU.Sym->isInSection()) { in emitDebugARanges()1542 MCSection *Section = &SCU.Sym->getSection(); in emitDebugARanges()1544 SectionMap[Section].push_back(SCU); in emitDebugARanges()1549 SectionMap[nullptr].push_back(SCU); in emitDebugARanges()
36 private static final short SCU=0x0F; /* Change to Unicode mode */ field in CharsetSCSU395 }else if(b==SCU){ in singleByteMode()871 target.put((byte)SCU); in loop()939 c|=SCU<<16; in loop()