Searched refs:sectionCommands (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 292 getSymbolAssignmentValues(ArrayRef<SectionCommand *> sectionCommands) { in getSymbolAssignmentValues() argument 294 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues() 338 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands() 342 if (from == sectionCommands.end()) in processInsertCommands() 345 sectionCommands.erase(from); in processInsertCommands() 349 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands() 353 if (insertPos == sectionCommands.end()) { in processInsertCommands() 359 sectionCommands.insert(insertPos, moves.begin(), moves.end()); in processInsertCommands() 370 for (SectionCommand *cmd : sectionCommands) { in declareSymbols() 776 for (SectionCommand *&base : sectionCommands) { in processSectionCommands() [all …]
|
| H A D | Writer.cpp | 310 for (SectionCommand *cmd : ctx.script->sectionCommands) in findSection() 517 for (SectionCommand *cmd : ctx.script->sectionCommands) { in addSectionSymbols() 1280 for (SectionCommand *cmd : ctx.script->sectionCommands) in sortInputSections() 1297 for (SectionCommand *cmd : ctx.script->sectionCommands) in sortSections() 1304 ctx.script->sectionCommands.begin(), ctx.script->sectionCommands.end(), in sortSections() 1307 ctx.script->sectionCommands.begin(), mid, in sortSections() 1362 auto i = ctx.script->sectionCommands.begin(); in sortOrphanSections() 1363 auto e = ctx.script->sectionCommands.end(); in sortOrphanSections() 1627 for (SectionCommand *cmd : ctx.script->sectionCommands) { in finalizeAddressDependentContent() 1806 for (SectionCommand *cmd : ctx.script->sectionCommands) in finalizeSections() [all …]
|
| H A D | MapFile.cpp | 162 for (SectionCommand *cmd : ctx.script->sectionCommands) { in writeMapFile()
|
| H A D | LinkerScript.h | 415 SmallVector<SectionCommand *, 0> sectionCommands; variable
|
| H A D | ScriptParser.cpp | 280 ctx.script->sectionCommands.push_back(cmd); in readLinkerScript() 298 ctx.script->sectionCommands.push_back(cmd); in readDefsym() 683 ctx.script->sectionCommands.insert(ctx.script->sectionCommands.end(), in readSections()
|
| H A D | ICF.cpp | 574 for (SectionCommand *cmd : ctx.script->sectionCommands) in run()
|
| H A D | SyntheticSections.cpp | 2407 for (SectionCommand *cmd : ctx.script->sectionCommands) in isNeeded() 4702 for (SectionCommand *cmd : ctx.script->sectionCommands) in findSection()
|
| H A D | Driver.cpp | 3477 for (SectionCommand *cmd : ctx.script->sectionCommands) in link()
|