Home
last modified time | relevance | path

Searched refs:nonAlloc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/ELF/
DOutputSections.h92 bool nonAlloc = false; variable
DOutputSections.cpp148 if (nonAlloc) in commitSection()
DLinkerScript.cpp1070 sec->flags = flags & ((sec->nonAlloc ? 0 : (uint64_t)SHF_ALLOC) | in adjustSectionsBeforeSorting()
DScriptParser.cpp781 cmd->nonAlloc = true; in readSectionDirective()