Home
last modified time | relevance | path

Searched refs:ZExecstack (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h191 bool ZExecstack; member
H A DDriver.cpp875 Config->ZExecstack = getZFlag(Args, "execstack", "noexecstack", false); in readConfigs()
H A DWriter.cpp2023 if (Config->ZExecstack) in createPhdrs()