HomeSort by relevance Sort by last modified time
    Searched refs:sectionStart (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 896 int32_t sectionStart;
909 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
911 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
914 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
916 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
919 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable);
921 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 505 const MCSymbol *SectionStart;
509 SectionStart(0) {}
511 void setSectionStart(const MCSymbol *Label) { SectionStart = Label; }
775 MCSymbol *sectionStart;
777 sectionStart = context.CreateTempSymbol();
779 sectionStart = context.GetOrCreateSymbol(Twine("EH_frame") + Twine(CIENum));
781 streamer.EmitLabel(sectionStart);
787 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *sectionStart,
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 795 milliseconds