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);79 std::vector<PartialSection *> contribSections;
245 PartialSection *createPartialSection(StringRef name, uint32_t outChars);246 PartialSection *findPartialSection(StringRef name, uint32_t outChars);258 std::map<PartialSectionKey, PartialSection *> partialSections;351 void OutputSection::addContributingPartialSection(PartialSection *sec) { in addContributingPartialSection()688 PartialSection *pSec = it.second; in fixPartialSectionChars()695 PartialSection *destSec = createPartialSection(pSec->name, chars); in fixPartialSectionChars()723 PartialSection *pSec = it.second; in fixGnuImportChunks()760 PartialSection *pSec = createPartialSection(n, rdata); in addSyntheticIdata()779 if (PartialSection *importDirs = findPartialSection(".idata$2", rdata)) { in locateImportTables()786 if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) { in locateImportTables()[all …]
1217 static void addLinkerModuleCoffGroup(PartialSection *sec, in addLinkerModuleCoffGroup()1261 for (PartialSection *sec : os.contribSections) { in addLinkerModuleSectionSymbol()