Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A 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()
1486 if (!script->hasSectionsCommand) in sortSection()
1493 if (!script->hasSectionsCommand) in sortSection()
1504 if (script->hasSectionsCommand) in sortSection()
1553 if (!script->hasSectionsCommand) { in sortSections()
2196 if (!script->hasSectionsCommand && !config->relocatable) in finalizeSections()
H A DLinkerScript.cpp826 if (hasSectionsCommand) in addOrphanSections()
872 if (sec->addrExpr && script->hasSectionsCommand) { in switchTo()
1170 if (!script->hasSectionsCommand || allocateHeaders) in computeBase()
1234 if (script->hasSectionsCommand) { in assignAddresses()
H A DLinkerScript.h329 bool hasSectionsCommand = false; variable
H A DDriver.cpp364 if (config->singleRoRx && !script->hasSectionsCommand) in checkOptions()
1936 if (script->hasSectionsCommand) in readSymbolPartitionSection()
H A DScriptParser.cpp589 script->hasSectionsCommand = true; in readSections()