Home
last modified time | relevance | path

Searched refs:zRelro (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h416 bool zRelro; member
H A DDriver.cpp1639 ctx.arg.zRelro = getZFlag(args, "relro", "norelro", true); in readConfigs()
1897 ctx.arg.zRelro = false; in readConfigs()
H A DWriter.cpp563 if (!ctx.arg.zRelro) in isRelroSection()
H A DSyntheticSections.cpp4927 if (ctx.arg.zRelro && in createSyntheticSections()