Searched refs:sectionStart (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | uspoof_impl.cpp | 910 int32_t sectionStart; in uspoof_swap() local 923 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap() 925 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 928 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap() 930 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 933 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap() 935 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 938 sectionStart = ds->readUInt32(spoofDH->fCFUStringLengths); in uspoof_swap() 940 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 943 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie); in uspoof_swap() [all …]
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1142 MCSymbol *sectionStart; in EmitCIE() local 1144 sectionStart = context.CreateTempSymbol(); in EmitCIE() 1146 sectionStart = context.GetOrCreateSymbol(Twine("EH_frame") + Twine(CIENum)); in EmitCIE() 1148 streamer.EmitLabel(sectionStart); in EmitCIE() 1154 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *sectionStart, in EmitCIE() 1255 return *sectionStart; in EmitCIE()
|