Home
last modified time | relevance | path

Searched refs:pSec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/COFF/
DWriter.cpp688 PartialSection *pSec = it.second; in fixPartialSectionChars() local
689 StringRef curName = pSec->name; in fixPartialSectionChars()
693 if (pSec->characteristics == chars) in fixPartialSectionChars()
695 PartialSection *destSec = createPartialSection(pSec->name, chars); in fixPartialSectionChars()
696 destSec->chunks.insert(destSec->chunks.end(), pSec->chunks.begin(), in fixPartialSectionChars()
697 pSec->chunks.end()); in fixPartialSectionChars()
698 pSec->chunks.clear(); in fixPartialSectionChars()
723 PartialSection *pSec = it.second; in fixGnuImportChunks() local
724 if (!pSec->name.startswith(".idata")) in fixGnuImportChunks()
727 if (!pSec->chunks.empty()) in fixGnuImportChunks()
[all …]
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp826 void GetLocalTimeZone(int32_t* pHour, int32_t* pMin, int32_t* pSec) { in GetLocalTimeZone() argument
834 *pSec = pLocal->tm_sec - pGmt->tm_sec; in GetLocalTimeZone()