Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/
HDbfdlink.h321 unsigned int relro: 1; member
HDChangeLog661 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
/NextBSD/contrib/binutils/ld/emultempl/
HDelf32.em1646 echo ' && link_info.relro' >> e${EMULATION_NAME}.c
1658 echo ' && link_info.relro' >> e${EMULATION_NAME}.c
1668 echo ' ; else if (link_info.combreloc && link_info.relro' >> e${EMULATION_NAME}.c
1703 && link_info.relro && (link_info.flags & DT_BIND_NOW))
1718 && link_info.relro && (link_info.flags & DT_BIND_NOW))
1731 else if (link_info.combreloc && link_info.relro
1906 else if (strcmp (optarg, "relro") == 0)
1907 link_info.relro = TRUE;
1909 link_info.relro = FALSE;
2001 fprintf (file, _(" -z relro\t\tCreate RELRO program header\n"));
/NextBSD/contrib/unbound/
HDacx_nlnetlabs.m4101 # ACX_CHECK_RELRO_NOW - add --enable-relro-now option and check it
1410 dnl Check if linker supports -Wl,-z,relro,-z,now.
1413 …AC_ARG_ENABLE([relro_now], AS_HELP_STRING([--enable-relro-now], [Enable full relocation binding at…
1415 AC_MSG_CHECKING([if $CC supports -Wl,-z,relro,-z,now])
1417 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
HDconfigure1474 --enable-relro-now Enable full relocation binding at load-time (RELRO
/NextBSD/contrib/libstdc++/
Dacinclude.m4199 dnl OPT_LDFLAGS='-Wl,-O1' and '-z,relro' if possible
287 # Set -z,relro.
291 AC_MSG_CHECKING([for ld that supports -Wl,-z,relro])
292 cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
294 OPT_LDFLAGS="-Wl,-z,relro"
DChangeLog-20065211 * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Use -Wl,-z,relro if
/NextBSD/contrib/binutils/bfd/
HDelf-bfd.h1433 bfd_boolean relro; member
HDelf.c3674 if (elf_tdata (abfd)->relro) in get_program_header_size()
4166 if (dynsec != NULL && elf_tdata (abfd)->relro) in _bfd_elf_map_sections_to_segments()
HDelflink.c5393 elf_tdata (output_bfd)->relro = info->relro; in bfd_elf_size_dynamic_sections()
/NextBSD/contrib/binutils/ld/
HDChangeLog-2006406 * emultempl/elf32.em: Enable "-z relro" only if $COMMONPAGESIZE
HDldlang.c4774 && link_info.relro && expld.dataseg.relro_end) in lang_size_sections()
HDld.texinfo1021 @item relro
5065 @samp{-z relro} option is used. Second argument is returned.
5066 When @samp{-z relro} option is not present, @code{DATA_SEGMENT_RELRO_END}
5729 @samp{-z relro -z now}. However, this placement means that
/NextBSD/crypto/openssh/
HDconfigure.ac164 OSSH_CHECK_LDFLAG_LINK([-Wl,-z,relro])
/NextBSD/contrib/unbound/doc/
HDChangelog147 - Feature #700: --enable-relro-now option that enables full read-only