/freebsd/contrib/ntp/sntp/harden/ |
H A D | freebsd10 | 4 NTP_HARD_LDFLAGS="-Wl,-z,relro"
|
H A D | freebsd11 | 4 NTP_HARD_LDFLAGS="-Wl,-z,relro"
|
H A D | freebsd12 | 4 NTP_HARD_LDFLAGS="-Wl,-z,relro"
|
H A D | linux | 4 NTP_HARD_LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
/freebsd/crypto/libecc/ |
H A D | common.mk | 12 FPIE_LDFLAGS=-pie -Wl,-z,relro,-z,now 238 LIB_DYN_LDFLAGS ?= -shared -Wl,-z,relro,-z,now
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.h | 112 bool relro = false; variable
|
H A D | ScriptParser.cpp | 645 osd->osec.relro = false; in readSections() 970 osec->relro = script->seenDataAlign && !script->seenRelroEnd; in readOutputSectionDescription()
|
H A D | Writer.cpp | 547 if (sec->relro) in isRelroSection() 713 osec.relro = true; in getSectionRank()
|
H A D | LinkerScript.cpp | 1276 sec->relro && !(sec->type == SHT_NOBITS && (sec->flags & SHF_TLS)); in adjustOutputSections()
|
/freebsd/contrib/libfido2/ |
H A D | CMakeLists.txt | 373 " -Wl,-z,noexecstack -Wl,-z,relro,-z,now") 376 " -Wl,-z,noexecstack -Wl,-z,relro,-z,now")
|
/freebsd/contrib/ldns/ |
H A D | acx_nlnetlabs.m4 | 113 # ACX_CHECK_RELRO_NOW - add --enable-relro-now option and check it 1439 dnl Check if linker supports -Wl,-z,relro,-z,now. 1442 …AC_ARG_ENABLE([relro_now], AS_HELP_STRING([--enable-relro-now], [Enable full relocation binding at… 1444 AC_MSG_CHECKING([if $CC supports -Wl,-z,relro,-z,now]) 1446 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
|
/freebsd/contrib/unbound/ |
H A D | acx_nlnetlabs.m4 | 122 # ACX_CHECK_RELRO_NOW - add --enable-relro-now option and check it 1524 dnl Check if linker supports -Wl,-z,relro,-z,now. 1527 …AC_ARG_ENABLE([relro_now], AS_HELP_STRING([--enable-relro-now], [Enable full relocation binding at… 1529 AC_MSG_CHECKING([if $CC supports -Wl,-z,relro,-z,now]) 1531 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
|
H A D | configure | 1591 --enable-relro-now Enable full relocation binding at load-time (RELRO
|
/freebsd/sys/contrib/libsodium/ |
H A D | configure.ac | 329 AX_CHECK_LINK_FLAG([-Wl,-z,relro], [LDFLAGS="$LDFLAGS -Wl,-z,relro"])
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | linker_script.rst | 190 segment when ``-z relro`` (default) is in effect. Sections between
|
/freebsd/contrib/mandoc/ |
H A D | configure.local.example | 210 LDFLAGS="-Wl,-z,relro"
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 1190 "expected one of [bss|data|rodata|text|relro] section kind in '#pragma %0'">; 1192 "expected '=' following '#pragma clang section %select{invalid|bss|data|rodata|text|relro}0'">;
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 226 OSSH_CHECK_LDFLAG_LINK([-Wl,-z,relro])
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 6366 - Feature #700: --enable-relro-now option that enables full read-only
|