Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h343 GnuStackKind zGnustack; member
H A DWriter.cpp2313 if (config->zGnustack != GnuStackKind::None) { in createPhdrs()
2319 if (config->zGnustack == GnuStackKind::Exec) in createPhdrs()
H A DDriver.cpp1478 config->zGnustack = getZGnuStack(args); in readConfigs()