reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Driver.cpp
  345     if (config->singleRoRx && !script->hasSectionsCommand)
 1536   if (script->hasSectionsCommand)
tools/lld/ELF/LinkerScript.cpp
  724   if (hasSectionsCommand)
 1019   if (!script->hasSectionsCommand || allocateHeaders)
 1083   if (script->hasSectionsCommand) {
tools/lld/ELF/ScriptParser.cpp
  522   script->hasSectionsCommand = true;
tools/lld/ELF/Writer.cpp
  287   if (script->hasSectionsCommand)
  347       script->hasSectionsCommand && findSection(".data.rel.ro", 0);
  566   if (script->hasSectionsCommand)
 1331     if (!script->hasSectionsCommand)
 1338     if (!script->hasSectionsCommand)
 1353     if (script->hasSectionsCommand)
 1407   if (!script->hasSectionsCommand) {
 1907   if (!script->hasSectionsCommand && !config->relocatable)