HomeSort by: relevance | last modified time | path
    Searched refs:relro (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gcore-relro.exp 18 standard_testfile gcore-relro-main.c
19 set libfile gcore-relro-lib
30 set opts [list debug shlib=${binfile_lib} ldflags=-Wl,-z,relro]
32 unsupported "-Wl,-z,relro compilation failed"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gcore-relro.exp 18 standard_testfile gcore-relro-main.c
19 set libfile gcore-relro-lib
30 set opts [list debug shlib=${binfile_lib} ldflags=-Wl,-z,relro]
32 unsupported "-Wl,-z,relro compilation failed"
  /src/external/gpl3/binutils/dist/ld/
ldexp.h 143 relropagesize sets the alignment of the end of the relro segment. */
146 enum relro_enum relro; member in struct:__anon10765
ldexp.c 457 seg->relro = exp_seg_relro_start;
477 if (!link_info.relro)
505 seg->relro = exp_seg_relro_end;
ldlang.c 5909 if (seg->relro == exp_seg_relro_start)
5918 else if (seg->relro == exp_seg_relro_end)
6394 expld.dataseg.relro = exp_seg_relro_none;
6400 expld.dataseg.relro = exp_seg_relro_none;
6613 /* For sections in the relro segment.. */
6646 if (link_info.relro && expld.dataseg.relro_end)
6690 if (link_info.relro && expld.dataseg.relro_end)
7982 /* Iterate over sections for relro sections. */
8032 link_info.relro = false;
8699 /* Check relro sections. *
    [all...]
configure 1549 --enable-relro enable -z relro in ELF linker by default
15836 # Decide if -z relro should be enabled in ELF linker by default.
15839 # Check whether --enable-relro was given.
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.h 143 relropagesize sets the alignment of the end of the relro segment. */
146 enum relro_enum relro; member in struct:__anon12229
ldexp.c 457 seg->relro = exp_seg_relro_start;
477 if (!link_info.relro)
505 seg->relro = exp_seg_relro_end;
ldlang.c 5926 if (seg->relro == exp_seg_relro_start)
5935 else if (seg->relro == exp_seg_relro_end)
6411 expld.dataseg.relro = exp_seg_relro_none;
6417 expld.dataseg.relro = exp_seg_relro_none;
6630 /* For sections in the relro segment.. */
6663 if (link_info.relro && expld.dataseg.relro_end)
6707 if (link_info.relro && expld.dataseg.relro_end)
7920 /* Iterate over sections for relro sections. */
7970 link_info.relro = false;
8636 /* Check relro sections. *
    [all...]
  /src/tests/libexec/ld.elf_so/
Makefile 64 LDADD.t_ifunc+= ${${MKRELRO} != "no":?-Wl,-z,relro:}
65 LDADD.t_ifunc_now+= ${${MKRELRO} != "no":?-Wl,-z,relro:} -Wl,-z,now
  /src/external/bsd/nsd/dist/contrib/
nsd.spec 27 %configure --enable-pie --enable-relro-now \
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 426 unsigned int relro: 1;
763 /* Start and end of RELRO region. */
424 unsigned int relro: 1; member in struct:bfd_link_info
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 422 unsigned int relro: 1;
755 /* Start and end of RELRO region. */
420 unsigned int relro: 1; member in struct:bfd_link_info
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 422 unsigned int relro: 1;
752 /* Start and end of RELRO region. */
420 unsigned int relro: 1; member in struct:bfd_link_info
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 422 unsigned int relro: 1;
755 /* Start and end of RELRO region. */
420 unsigned int relro: 1; member in struct:bfd_link_info
  /src/share/mk/
bsd.sys.mk 152 LDFLAGS+= -Wl,-z,relro
bsd.own.mk 1273 # RELRO is enabled on aarch64, amd64, i386, and mip64 by default
1275 # sync with NORELRO in compat/*/*/bsd.*.mk for the relro-enabled 64-bit
1276 # platforms with relro-disabled 32-bit compat
  /src/external/gpl3/binutils/dist/bfd/
elfnn-riscv.c 5090 bfd_vma data_segment_alignment = link_info->relro
5164 RELRO segment the linker aligns it by one page size, therefore sections
5316 bfd_vma data_segment_alignment = link_info->relro
elf.c 1527 case PT_GNU_RELRO: pt = "RELRO"; break;
3509 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "relro");
4851 if (info != NULL && info->relro)
5686 if (info != NULL && info->relro)
6702 /* During linking the range of the RELRO segment is passed
6704 relro_start and the first RELRO section. */
6728 /* Find a LOAD segment containing a section in the RELRO
6746 /* Find the section starting the RELRO segment. */
6764 /* The RELRO segment typically ends a few bytes
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-riscv.c 4991 bfd_vma data_segment_alignment = link_info->relro
5065 RELRO segment the linker aligns it by one page size, therefore sections
5217 bfd_vma data_segment_alignment = link_info->relro
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-riscv.c 4756 bfd_vma data_segment_alignment = link_info->relro
4830 RELRO segment the linker aligns it by one page size, therefore sections
4982 bfd_vma data_segment_alignment = link_info->relro
  /src/external/gpl3/gdb/dist/bfd/
elfnn-riscv.c 4997 bfd_vma data_segment_alignment = link_info->relro
5071 RELRO segment the linker aligns it by one page size, therefore sections
5223 bfd_vma data_segment_alignment = link_info->relro
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 23039 # Set -z,relro.
23043 # cygwin and mingw uses PE, which has no ELF relro support,
23051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
23052 $as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
23053 cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
23055 OPT_LDFLAGS="-Wl,-z,relro"
28853 # Set -z,relro.
28857 # cygwin and mingw uses PE, which has no ELF relro support,
28865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
28866 $as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6;
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 8541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -Wl,-z,relro" >&5
8542 $as_echo_n "checking whether the linker accepts -Wl,-z,relro... " >&6; }
8548 LDFLAGS="$LDFLAGS -Wl,-z,relro"
8572 LDFLAGS="$LDFLAGS -Wl,-z,relro"
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 22277 # Set -z,relro.
22281 # cygwin and mingw uses PE, which has no ELF relro support,
22289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
22290 $as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
22291 cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
22293 OPT_LDFLAGS="-Wl,-z,relro"
29494 # Set -z,relro.
29498 # cygwin and mingw uses PE, which has no ELF relro support,
29506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
29507 $as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6;
    [all...]

Completed in 129 milliseconds

1 2