Home
last modified time | relevance | path

Searched refs:sectionCommands (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp275 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 DWriter.cpp274 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 DLinkerScript.h337 SmallVector<SectionCommand *, 0> sectionCommands; variable
H A DScriptParser.cpp275 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 DMapFile.cpp161 for (SectionCommand *cmd : script->sectionCommands) { in writeMapFile()
H A DICF.cpp570 for (SectionCommand *cmd : script->sectionCommands) in run()
H A DRelocations.cpp68 for (SectionCommand *cmd : script->sectionCommands) in getLinkerScriptLocation()
H A DDriver.cpp2778 for (SectionCommand *cmd : script->sectionCommands) in link()
H A DSyntheticSections.cpp2332 for (SectionCommand *cmd : script->sectionCommands) in isNeeded()