Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h268 GnuStackKind zGnustack; member
H A DWriter.cpp2409 if (config->zGnustack != GnuStackKind::None) { in createPhdrs()
2415 if (config->zGnustack == GnuStackKind::Exec) in createPhdrs()
H A DDriver.cpp1232 config->zGnustack = getZGnuStack(args); in readConfigs()