Searched refs:sectionCommands (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 280 for (SectionCommand *cmd : sectionCommands) { in getSymbolAssignmentValues() 322 if (from == sectionCommands.end()) in processInsertCommands() 325 sectionCommands.erase(from); in processInsertCommands() 333 if (insertPos == sectionCommands.end()) { in processInsertCommands() 350 for (SectionCommand *cmd : sectionCommands) { in declareSymbols() 663 for (SectionCommand *&base : sectionCommands) in processSectionCommands() 680 sectionCommands.push_back(osd); in processSectionCommands() 698 for (SectionCommand *cmd : sectionCommands) { in processSymbolAssignments() 886 sectionCommands.insert(sectionCommands.end(), v.begin(), v.end()); in addOrphanSections() 888 sectionCommands.insert(sectionCommands.begin(), v.begin(), v.end()); in addOrphanSections() [all …]
|
| H A D | Writer.cpp | 316 for (SectionCommand *cmd : script->sectionCommands) in findSection() 785 for (SectionCommand *cmd : script->sectionCommands) { in addSectionSymbols() 1503 for (SectionCommand *cmd : script->sectionCommands) in sortInputSections() 1520 for (SectionCommand *cmd : script->sectionCommands) in sortSections() 1527 script->sectionCommands.begin(), script->sectionCommands.end(), in sortSections() 1529 std::stable_sort(script->sectionCommands.begin(), mid, compareSections); in sortSections() 1583 auto i = script->sectionCommands.begin(); in sortOrphanSections() 1584 auto e = script->sectionCommands.end(); in sortOrphanSections() 1767 for (SectionCommand *cmd : script->sectionCommands) in finalizeAddressDependentContent() 1920 for (SectionCommand *cmd : script->sectionCommands) in finalizeSections() [all …]
|
| H A D | LinkerScript.h | 352 SmallVector<SectionCommand *, 0> sectionCommands; variable
|
| H A D | ScriptParser.cpp | 278 script->sectionCommands.push_back(cmd); in readLinkerScript() 293 script->sectionCommands.push_back(cmd); in readDefsym() 616 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 | Relocations.cpp | 69 for (SectionCommand *cmd : script->sectionCommands) in getLinkerScriptLocation()
|
| H A D | Driver.cpp | 3031 for (SectionCommand *cmd : script->sectionCommands) in link()
|
| H A D | SyntheticSections.cpp | 2323 for (SectionCommand *cmd : script->sectionCommands) in isNeeded()
|