Searched refs:PartialSection (Results 1 – 3 of 3) sorted by relevance
25 class PartialSection {27 PartialSection(StringRef n, uint32_t chars) in PartialSection() function51 void addContributingPartialSection(PartialSection *sec);82 std::vector<PartialSection *> contribSections;
263 PartialSection *createPartialSection(StringRef name, uint32_t outChars);264 PartialSection *findPartialSection(StringRef name, uint32_t outChars);280 std::map<PartialSectionKey, PartialSection *> partialSections;388 void OutputSection::addContributingPartialSection(PartialSection *sec) { in addContributingPartialSection()820 PartialSection *pSec = it.second; in fixPartialSectionChars()827 PartialSection *destSec = createPartialSection(pSec->name, chars); in fixPartialSectionChars()855 PartialSection *pSec = it.second; in fixGnuImportChunks()892 PartialSection *pSec = createPartialSection(n, rdata); in addSyntheticIdata()911 if (PartialSection *importDirs = findPartialSection(".idata$2", rdata)) { in locateImportTables()918 if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) { in locateImportTables()[all …]
1465 static void addLinkerModuleCoffGroup(PartialSection *sec, in addLinkerModuleCoffGroup()1509 for (PartialSection *sec : os.contribSections) { in addLinkerModuleSectionSymbol()