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

/openbsd-current/gnu/llvm/lld/ELF/
H A DOutputSections.h106 bool relro = false; member in class:lld::elf::final
H A DScriptParser.cpp593 // the relro fields should be cleared.
597 osd->osec.relro = false;
905 // Maybe relro. Will reset to false if DATA_SEGMENT_RELRO_END is absent.
906 osec->relro = seenDataAlign && !seenRelroEnd;
H A DWriter.cpp299 // This makes sure our relro is contiguous.
758 if (sec->relro)
2321 error("section: " + sec->name + " is not contiguous with other relro" +
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbfdlink.h333 unsigned int relro: 1;
331 unsigned int relro: 1; member in struct:bfd_link_info
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldmain.c303 link_info.relro = TRUE;
H A Dldlang.c4540 && link_info.relro && expld.dataseg.relro_end)
4543 to put expld.dataseg.relro on a (common) page boundary. */
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-bfd.h1318 bfd_boolean relro;
1316 bfd_boolean relro; member in struct:elf_obj_tdata
H A Delf.c2646 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "relro");
4077 if (elf_tdata (abfd)->relro)
4853 if (elf_tdata (abfd)->relro)
H A Delflink.c5122 elf_tdata (output_bfd)->relro = info->relro;
/openbsd-current/usr.sbin/nsd/
H A Dconfigure1442 --enable-relro-now Enable full relocation binding at load-time (RELRO
6029 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wl,-z,relro,-z,now" >&5
6030 printf %s "checking if $CC supports -Wl,-z,relro,-z,now... " >&6; }
6032 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
/openbsd-current/usr.sbin/unbound/
H A Dconfigure1590 --enable-relro-now Enable full relocation binding at load-time (RELRO
6762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wl,-z,relro,-z,now" >&5
6763 printf %s "checking if $CC supports -Wl,-z,relro,-z,now... " >&6; }
6765 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"

Completed in 594 milliseconds