Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp280 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 DWriter.cpp316 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 DLinkerScript.h352 SmallVector<SectionCommand *, 0> sectionCommands; variable
H A DScriptParser.cpp278 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 DMapFile.cpp161 for (SectionCommand *cmd : script->sectionCommands) { in writeMapFile()
H A DICF.cpp572 for (SectionCommand *cmd : script->sectionCommands) in run()
H A DRelocations.cpp69 for (SectionCommand *cmd : script->sectionCommands) in getLinkerScriptLocation()
H A DDriver.cpp3031 for (SectionCommand *cmd : script->sectionCommands) in link()
H A DSyntheticSections.cpp2323 for (SectionCommand *cmd : script->sectionCommands) in isNeeded()