Lines Matching refs:Script

139          Script->needsInterpSection();  in needsInterpSection()
246 if (Script->HasSectionsCommand) in addReservedSymbols()
263 for (BaseCommand *Base : Script->SectionCommands) in findSection()
314 bool HasDataRelRo = Script->HasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections()
459 Script->processSectionCommands(); in run()
464 Script->addOrphanSections(); in run()
481 Script->assignAddresses(); in run()
489 Script->allocateHeaders(Phdrs); in run()
624 for (BaseCommand *Base : Script->SectionCommands) { in addSectionSymbols()
1243 if (!Script->HasSectionsCommand) in sortSection()
1250 if (!Script->HasSectionsCommand) in sortSection()
1272 for (BaseCommand *Base : Script->SectionCommands) in sortInputSections()
1278 Script->adjustSectionsBeforeSorting(); in sortSections()
1287 for (BaseCommand *Base : Script->SectionCommands) { in sortSections()
1301 if (!Script->HasSectionsCommand) { in sortSections()
1305 llvm::find_if(Script->SectionCommands, IsSection), in sortSections()
1306 llvm::find_if(llvm::reverse(Script->SectionCommands), IsSection).base(), in sortSections()
1350 auto I = Script->SectionCommands.begin(); in sortSections()
1351 auto E = Script->SectionCommands.end(); in sortSections()
1386 Script->adjustSectionsAfterSorting(); in sortSections()
1528 Script->assignAddresses(); in maybeAddThunks()
1535 Script->assignAddresses(); in maybeAddThunks()
1632 for (BaseCommand *Base : Script->SectionCommands) in finalizeSections()
1726 for (BaseCommand *Base : Script->SectionCommands) in finalizeSections()
1752 Phdrs = Script->hasPhdrsCommands() ? Script->createPhdrs() : createPhdrs(); in finalizeSections()
1794 if (!Script->HasSectionsCommand && !Config->Relocatable) in finalizeSections()
2071 return alignTo(Script->getDot(), Config->MaxPageSize); in fixSectionAlignments()
2161 if (Script->HasSectionsCommand) in assignFileOffsets()
2485 if (Script->HasSectionsCommand) in writeTrapInstr()