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

References

tools/lld/ELF/LinkerScript.cpp
  951       sec->flags = flags & ((sec->nonAlloc ? 0 : (uint64_t)SHF_ALLOC) |
tools/lld/ELF/OutputSections.cpp
  143   if (nonAlloc)
tools/lld/ELF/ScriptParser.cpp
  742     cmd->nonAlloc = true;