Searched refs:sectionCommands (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 271 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues() argument 273 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() 711 for (SectionCommand *&base : sectionCommands) in processSectionCommands() [all …]
|
H A D | Writer.cpp | 296 for (SectionCommand *cmd : script->sectionCommands) in findSection() 499 for (SectionCommand *cmd : script->sectionCommands) { in addSectionSymbols() 1233 for (SectionCommand *cmd : script->sectionCommands) in sortInputSections() 1250 for (SectionCommand *cmd : script->sectionCommands) in sortSections() 1257 script->sectionCommands.begin(), script->sectionCommands.end(), in sortSections() 1259 std::stable_sort(script->sectionCommands.begin(), mid, compareSections); in sortSections() 1313 auto i = script->sectionCommands.begin(); in sortOrphanSections() 1314 auto e = script->sectionCommands.end(); in sortOrphanSections() 1539 for (SectionCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent() 1704 for (SectionCommand *cmd : script->sectionCommands) in finalizeSections() [all …]
|
H A D | MapFile.cpp | 161 for (SectionCommand *cmd : script->sectionCommands) { in writeMapFile()
|
H A D | LinkerScript.h | 382 SmallVector<SectionCommand *, 0> sectionCommands; variable
|
H A D | ScriptParser.cpp | 289 script->sectionCommands.push_back(cmd); in readLinkerScript() 304 script->sectionCommands.push_back(cmd); in readDefsym() 647 script->sectionCommands.insert(script->sectionCommands.end(), v.begin(), in readSections()
|
H A D | ICF.cpp | 580 for (SectionCommand *cmd : script->sectionCommands) in run()
|
H A D | Relocations.cpp | 69 for (SectionCommand *cmd : script->sectionCommands) in getLinkerScriptLocation()
|
H A D | SyntheticSections.cpp | 2344 for (SectionCommand *cmd : script->sectionCommands) in isNeeded() 4629 for (SectionCommand *cmd : script->sectionCommands) in findSection()
|
H A D | Driver.cpp | 3167 for (SectionCommand *cmd : script->sectionCommands) in link()
|