Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp74 if (script->hasSectionsCommand) in getOutputSectionName()
879 if (hasSectionsCommand) in addOrphanSections()
997 if (sec->addrExpr && script->hasSectionsCommand) { in assignOffsets()
1115 return hasSectionsCommand && (getFirstInputSection(sec) == nullptr) && in isDiscarded()
1245 if (!script->hasSectionsCommand || allocateHeaders) in computeBase()
1309 if (script->hasSectionsCommand) { in assignAddresses()
H A DWriter.cpp237 if (script->hasSectionsCommand) in addReservedSymbols()
300 bool hasDataRelRo = script->hasSectionsCommand && findSection(".data.rel.ro"); in createSyntheticSections()
546 if (script->hasSectionsCommand) in run()
1410 if (script->hasSectionsCommand) in sortSection()
1459 if (!script->hasSectionsCommand) { in sortSections()
1473 if (!script->hasSectionsCommand) in sortSections()
2114 if (!script->hasSectionsCommand && !config->relocatable) in finalizeSections()
H A DLinkerScript.h342 bool hasSectionsCommand = false; variable
H A DDriver.cpp398 if (config->singleRoRx && !script->hasSectionsCommand) in checkOptions()
2191 if (script->hasSectionsCommand) in readSymbolPartitionSection()
H A DScriptParser.cpp603 script->hasSectionsCommand = true; in readSections()