Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp80 if (script->hasSectionsCommand) in getOutputSectionName()
932 if (hasSectionsCommand) in addOrphanSections()
941 !hasSectionsCommand) in diagnoseOrphanHandling()
1066 if (!(sec->addrExpr && script->hasSectionsCommand)) { in assignOffsets()
1328 if (!script->hasSectionsCommand || allocateHeaders) in computeBase()
1393 if (script->hasSectionsCommand) { in assignAddresses()
H A DWriter.cpp234 if (script->hasSectionsCommand) in addReservedSymbols()
317 if (script->hasSectionsCommand) in run()
1204 if (script->hasSectionsCommand) in sortSection()
1253 if (!script->hasSectionsCommand) { in sortSections()
1267 if (script->hasSectionsCommand) in sortSections()
2007 if (!script->hasSectionsCommand && !config->relocatable) in finalizeSections()
2264 (script->hasSectionsCommand || sec->type == SHT_NOBITS || in createPhdrs()
H A DLinkerScript.h387 bool hasSectionsCommand = false; variable
H A DDriver.cpp454 if (config->singleRoRx && !script->hasSectionsCommand) in checkOptions()
2449 if (script->hasSectionsCommand) in readSymbolPartitionSection()
H A DScriptParser.cpp651 script->hasSectionsCommand = true; in readSections()
H A DSyntheticSections.cpp4687 bool hasDataRelRo = script->hasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections()
4856 ((script->phdrsCommands.empty() && !script->hasSectionsCommand) || in createSyntheticSections()