Home
last modified time | relevance | path

Searched refs:hasSectionsCommand (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp74 if (script->hasSectionsCommand) in getOutputSectionName()
871 if (hasSectionsCommand) in addOrphanSections()
985 if (sec->addrExpr && script->hasSectionsCommand) { in assignOffsets()
1101 return hasSectionsCommand && (getFirstInputSection(sec) == nullptr) && in isDiscarded()
1231 if (!script->hasSectionsCommand || allocateHeaders) in computeBase()
1295 if (script->hasSectionsCommand) { in assignAddresses()
H A DWriter.cpp257 if (script->hasSectionsCommand) in addReservedSymbols()
319 bool hasDataRelRo = script->hasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections()
558 if (script->hasSectionsCommand) in run()
1418 if (script->hasSectionsCommand) in sortSection()
1467 if (!script->hasSectionsCommand) { in sortSections()
1481 if (!script->hasSectionsCommand) in sortSections()
2132 if (!script->hasSectionsCommand && !config->relocatable) in finalizeSections()
H A DLinkerScript.h342 bool hasSectionsCommand = false; variable
H A DDriver.cpp361 if (config->singleRoRx && !script->hasSectionsCommand) in checkOptions()
2104 if (script->hasSectionsCommand) in readSymbolPartitionSection()
H A DScriptParser.cpp603 script->hasSectionsCommand = true; in readSections()