Searched refs:sectionCommands (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LinkerScript.cpp | 275 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues() 317 if (from == sectionCommands.end()) in processInsertCommands() 320 sectionCommands.erase(from); in processInsertCommands() 328 if (insertPos == sectionCommands.end()) { in processInsertCommands() 345 for (SectionCommand *cmd : sectionCommands) { in declareSymbols() 656 for (SectionCommand *&base : sectionCommands) in processSectionCommands() 673 sectionCommands.push_back(osd); in processSectionCommands() 691 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments() 872 sectionCommands.insert(sectionCommands.end(), v.begin(), v.end()); in addOrphanSections() 874 sectionCommands.insert(sectionCommands.begin(), v.begin(), v.end()); in addOrphanSections() [all …]
|
| H A D | Writer.cpp | 274 for (SectionCommand *cmd : script->sectionCommands) in findSection() 721 for (SectionCommand *cmd : script->sectionCommands) { in addSectionSymbols() 1447 for (SectionCommand *cmd : script->sectionCommands) in sortInputSections() 1464 for (SectionCommand *cmd : script->sectionCommands) in sortSections() 1471 llvm::find_if(script->sectionCommands, isSection), in sortSections() 1472 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections() 1523 auto i = script->sectionCommands.begin(); in sortSections() 1524 auto e = script->sectionCommands.end(); in sortSections() 1706 for (SectionCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent() 1860 for (SectionCommand *cmd : script->sectionCommands) in finalizeSections() [all …]
|
| H A D | LinkerScript.h | 337 SmallVector<SectionCommand *, 0> sectionCommands; variable
|
| H A D | ScriptParser.cpp | 275 script->sectionCommands.push_back(cmd); in readLinkerScript() 289 script->sectionCommands.push_back(cmd); in readDefsym() 599 script->sectionCommands.insert(script->sectionCommands.end(), v.begin(), in readSections()
|
| H A D | MapFile.cpp | 161 for (SectionCommand *cmd : script->sectionCommands) { in writeMapFile()
|
| H A D | ICF.cpp | 570 for (SectionCommand *cmd : script->sectionCommands) in run()
|
| H A D | Relocations.cpp | 68 for (SectionCommand *cmd : script->sectionCommands) in getLinkerScriptLocation()
|
| H A D | Driver.cpp | 2778 for (SectionCommand *cmd : script->sectionCommands) in link()
|
| H A D | SyntheticSections.cpp | 2332 for (SectionCommand *cmd : script->sectionCommands) in isNeeded()
|