Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h327 GnuStackKind zGnustack; member
H A DWriter.cpp2515 if (config->zGnustack != GnuStackKind::None) { in createPhdrs()
2521 if (config->zGnustack == GnuStackKind::Exec) in createPhdrs()
H A DDriver.cpp1429 config->zGnustack = getZGnuStack(args); in readConfigs()