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.cpp77 if (hasSectionsCommand) in getOutputSectionName()
1061 if (hasSectionsCommand) in addOrphanSections()
1070 !hasSectionsCommand) in diagnoseOrphanHandling()
1199 if (!(sec->addrExpr && hasSectionsCommand)) { in assignOffsets()
1491 if (hasSectionsCommand && !hasExplicitHeaders) in allocateHeaders()
1525 if (hasSectionsCommand) { in assignAddresses()
H A DWriter.cpp246 if (ctx.script->hasSectionsCommand) in addReservedSymbols()
332 if (ctx.script->hasSectionsCommand) in run()
1251 if (ctx.script->hasSectionsCommand) in sortSection()
1300 if (!ctx.script->hasSectionsCommand) { in sortSections()
1316 if (ctx.script->hasSectionsCommand) in sortSections()
1624 uint64_t imageBase = ctx.script->hasSectionsCommand || ctx.arg.relocatable in finalizeAddressDependentContent()
2126 if (!ctx.script->hasSectionsCommand && !ctx.arg.relocatable) in finalizeSections()
2422 (ctx.script->hasSectionsCommand || sec->type == SHT_NOBITS || in createPhdrs()
H A DLinkerScript.h420 bool hasSectionsCommand = false; variable
H A DScriptParser.cpp687 ctx.script->hasSectionsCommand = true; in readSections()
H A DDriver.cpp476 if (ctx.arg.singleRoRx && !ctx.script->hasSectionsCommand) in checkOptions()
2636 if (ctx.script->hasSectionsCommand) in readSymbolPartitionSection()
H A DSyntheticSections.cpp4758 ctx.script->hasSectionsCommand && findSection(ctx, ".data.rel.ro"); in createSyntheticSections()
4928 ((ctx.script->phdrsCommands.empty() && !ctx.script->hasSectionsCommand) || in createSyntheticSections()