Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h203 bool ZRelro; member
H A DDriver.cpp888 Config->ZRelro = getZFlag(Args, "relro", "norelro", true); in readConfigs()
947 Config->ZRelro = false; in readConfigs()
H A DWriter.cpp661 if (!Config->ZRelro) in isRelroSection()