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.h334 bool zRelro; member
H A DDriver.cpp1493 config->zRelro = getZFlag(args, "relro", "norelro", true); in readConfigs()
1722 config->zRelro = false; in readConfigs()
H A DWriter.cpp545 if (!config->zRelro) in isRelroSection()
H A DSyntheticSections.cpp4855 if (config->zRelro && in createSyntheticSections()