Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp78 if (script->hasSectionsCommand) in getOutputSectionName()
885 if (hasSectionsCommand) in addOrphanSections()
1017 if (sec->addrExpr && script->hasSectionsCommand) { in assignOffsets()
1138 return hasSectionsCommand && (getFirstInputSection(sec) == nullptr) && in isDiscarded()
1279 if (!script->hasSectionsCommand || allocateHeaders) in computeBase()
1343 if (script->hasSectionsCommand) { in assignAddresses()
H A DWriter.cpp238 if (script->hasSectionsCommand) in addReservedSymbols()
361 bool hasDataRelRo = script->hasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections()
524 !script->hasSectionsCommand) || script->seenRelroEnd)) { in createSyntheticSections()
612 if (script->hasSectionsCommand) in run()
1474 if (script->hasSectionsCommand) in sortSection()
1523 if (!script->hasSectionsCommand) { in sortSections()
1537 if (script->hasSectionsCommand) in sortSections()
2218 if (!script->hasSectionsCommand && !config->relocatable) in finalizeSections()
2480 (script->hasSectionsCommand || sec->type == SHT_NOBITS || in createPhdrs()
H A DLinkerScript.h357 bool hasSectionsCommand = false; variable
H A DDriver.cpp450 if (config->singleRoRx && !script->hasSectionsCommand) in checkOptions()
2317 if (script->hasSectionsCommand) in readSymbolPartitionSection()
H A DScriptParser.cpp620 script->hasSectionsCommand = true; in readSections()