Searched refs:pSec (Results 1 – 1 of 1) sorted by relevance
859 PartialSection *pSec = it.second; in fixPartialSectionChars() local860 StringRef curName = pSec->name; in fixPartialSectionChars()864 if (pSec->characteristics == chars) in fixPartialSectionChars()866 PartialSection *destSec = createPartialSection(pSec->name, chars); in fixPartialSectionChars()867 destSec->chunks.insert(destSec->chunks.end(), pSec->chunks.begin(), in fixPartialSectionChars()868 pSec->chunks.end()); in fixPartialSectionChars()869 pSec->chunks.clear(); in fixPartialSectionChars()894 PartialSection *pSec = it.second; in fixGnuImportChunks() local895 if (!pSec->name.starts_with(".idata")) in fixGnuImportChunks()898 if (!pSec->chunks.empty()) in fixGnuImportChunks()[all …]