Searched refs:relro (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h323 unsigned int relro: 1;
321 unsigned int relro: 1; member in struct:bfd_link_info
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1435 bfd_boolean relro;
1433 bfd_boolean relro; member in struct:elf_obj_tdata
H A Delf.c2717 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "relro");
3679 if (elf_tdata (abfd)->relro)
4171 if (dynsec != NULL && elf_tdata (abfd)->relro)
H A Delflink.c5403 elf_tdata (output_bfd)->relro = info->relro;
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c4776 && link_info.relro && expld.dataseg.relro_end)
4779 to put expld.dataseg.relro on a (common) page boundary. */
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1541 --enable-relro-now Enable full relocation binding at load-time (RELRO
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wl,-z,relro,-z,now" >&5
6120 $as_echo_n "checking if $CC supports -Wl,-z,relro,-z,now... " >&6; }
6122 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"

Completed in 185 milliseconds