Home
last modified time | relevance | path

Searched refs:sectionStart (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp938 int32_t sectionStart; in uspoof_swap() local
951 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
953 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
956 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
958 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
961 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
963 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp775 MCSymbol *sectionStart; in EmitCIE() local
777 sectionStart = context.CreateTempSymbol(); in EmitCIE()
779 sectionStart = context.GetOrCreateSymbol(Twine("EH_frame") + Twine(CIENum)); in EmitCIE()
781 streamer.EmitLabel(sectionStart); in EmitCIE()
787 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *sectionStart, in EmitCIE()
886 return *sectionStart; in EmitCIE()
/external/llvm/lib/MC/
DMCDwarf.cpp1269 MCSymbol *sectionStart = context.createTempSymbol(); in EmitCIE() local
1270 Streamer.EmitLabel(sectionStart); in EmitCIE()
1276 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE()
1373 return *sectionStart; in EmitCIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp1544 MCSymbol *sectionStart = context.createTempSymbol(); in EmitCIE() local
1545 Streamer.EmitLabel(sectionStart); in EmitCIE()
1551 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE()
1651 return *sectionStart; in EmitCIE()