Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp274 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues() argument
276 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues()
314 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
318 if (from == sectionCommands.end()) in processInsertCommands()
321 sectionCommands.erase(from); in processInsertCommands()
325 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
329 if (insertPos == sectionCommands.end()) { in processInsertCommands()
335 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands()
346 for (SectionCommand *cmd : sectionCommands) { in declareSymbols()
657 for (SectionCommand *&base : sectionCommands) in processSectionCommands()
[all …]
H A DWriter.cpp255 for (SectionCommand *cmd : script->sectionCommands) in findSection()
710 for (SectionCommand *cmd : script->sectionCommands) { in addSectionSymbols()
1439 for (SectionCommand *cmd : script->sectionCommands) in sortInputSections()
1456 for (SectionCommand *cmd : script->sectionCommands) in sortSections()
1463 llvm::find_if(script->sectionCommands, isSection), in sortSections()
1464 llvm::find_if(llvm::reverse(script->sectionCommands), isSection).base(), in sortSections()
1515 auto i = script->sectionCommands.begin(); in sortSections()
1516 auto e = script->sectionCommands.end(); in sortSections()
1698 for (SectionCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent()
1851 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.cpp572 for (SectionCommand *cmd : script->sectionCommands) in run()
H A DDriver.cpp2894 for (SectionCommand *cmd : script->sectionCommands) in link()
H A DSyntheticSections.cpp2296 for (SectionCommand *cmd : script->sectionCommands) in isNeeded()