Searched refs:pSec (Results 1 – 1 of 1) sorted by relevance
820 PartialSection *pSec = it.second; in fixPartialSectionChars() local821 StringRef curName = pSec->name; in fixPartialSectionChars()825 if (pSec->characteristics == chars) in fixPartialSectionChars()827 PartialSection *destSec = createPartialSection(pSec->name, chars); in fixPartialSectionChars()828 destSec->chunks.insert(destSec->chunks.end(), pSec->chunks.begin(), in fixPartialSectionChars()829 pSec->chunks.end()); in fixPartialSectionChars()830 pSec->chunks.clear(); in fixPartialSectionChars()855 PartialSection *pSec = it.second; in fixGnuImportChunks() local856 if (!pSec->name.starts_with(".idata")) in fixGnuImportChunks()859 if (!pSec->chunks.empty()) in fixGnuImportChunks()[all …]