Home
last modified time | relevance | path

Searched refs:relro (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/ntp/sntp/harden/
H A Dfreebsd104 NTP_HARD_LDFLAGS="-Wl,-z,relro"
H A Dfreebsd114 NTP_HARD_LDFLAGS="-Wl,-z,relro"
H A Dfreebsd124 NTP_HARD_LDFLAGS="-Wl,-z,relro"
H A Dlinux4 NTP_HARD_LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
/freebsd/crypto/libecc/
H A Dcommon.mk12 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 DOutputSections.h112 bool relro = false; variable
H A DScriptParser.cpp645 osd->osec.relro = false; in readSections()
970 osec->relro = script->seenDataAlign && !script->seenRelroEnd; in readOutputSectionDescription()
H A DWriter.cpp547 if (sec->relro) in isRelroSection()
713 osec.relro = true; in getSectionRank()
H A DLinkerScript.cpp1276 sec->relro && !(sec->type == SHT_NOBITS && (sec->flags & SHF_TLS)); in adjustOutputSections()
/freebsd/contrib/libfido2/
H A DCMakeLists.txt373 " -Wl,-z,noexecstack -Wl,-z,relro,-z,now")
376 " -Wl,-z,noexecstack -Wl,-z,relro,-z,now")
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m4113 # 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 Dacx_nlnetlabs.m4122 # 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 Dconfigure1591 --enable-relro-now Enable full relocation binding at load-time (RELRO
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac329 AX_CHECK_LINK_FLAG([-Wl,-z,relro], [LDFLAGS="$LDFLAGS -Wl,-z,relro"])
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst190 segment when ``-z relro`` (default) is in effect. Sections between
/freebsd/contrib/mandoc/
H A Dconfigure.local.example210 LDFLAGS="-Wl,-z,relro"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td1190 "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 Dconfigure.ac226 OSSH_CHECK_LDFLAG_LINK([-Wl,-z,relro])
/freebsd/contrib/unbound/doc/
H A DChangelog6366 - Feature #700: --enable-relro-now option that enables full read-only