Searched refs:sectionCommands (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | LinkerScript.cpp | 274 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 D | Writer.cpp | 255 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 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 | 572 for (SectionCommand *cmd : script->sectionCommands) in run()
|
| H A D | Driver.cpp | 2894 for (SectionCommand *cmd : script->sectionCommands) in link()
|
| H A D | SyntheticSections.cpp | 2296 for (SectionCommand *cmd : script->sectionCommands) in isNeeded()
|