Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DWriter.cpp119 if (script->hasSectionsCommand) in getOutputSectionName()
319 if (script->hasSectionsCommand) in addReservedSymbols()
379 script->hasSectionsCommand && findSection(".data.rel.ro", 0); in createSyntheticSections()
604 if (script->hasSectionsCommand) in run()
1469 if (!script->hasSectionsCommand) in sortSection()
1476 if (!script->hasSectionsCommand) in sortSection()
1487 if (script->hasSectionsCommand) in sortSection()
1536 if (!script->hasSectionsCommand) { in sortSections()
2161 if (!script->hasSectionsCommand && !config->relocatable) in finalizeSections()
DLinkerScript.cpp797 if (hasSectionsCommand) in addOrphanSections()
852 if (sec->addrExpr && script->hasSectionsCommand) { in switchTo()
1137 if (!script->hasSectionsCommand || allocateHeaders) in computeBase()
1201 if (script->hasSectionsCommand) { in assignAddresses()
DLinkerScript.h329 bool hasSectionsCommand = false; variable
DDriver.cpp360 if (config->singleRoRx && !script->hasSectionsCommand) in checkOptions()
1817 if (script->hasSectionsCommand) in readSymbolPartitionSection()
DScriptParser.cpp569 script->hasSectionsCommand = true; in readSections()