Home
last modified time | relevance | path

Searched refs:warn_execstack (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dscoreelf.em51 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
H A Daarch64elf.em60 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
H A Darmelf.em73 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
H A Delf.em97 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dscoreelf.em51 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
H A Daarch64elf.em60 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
H A Darmelf.em73 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
H A Delf.em97 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbfdlink.h499 unsigned int warn_execstack: 2; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbfdlink.h516 unsigned int warn_execstack: 2; member
H A DChangeLog19 'execstack', 'noexecstack' and 'warn_execstack' fields.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dlexsup.c970 link_info.warn_execstack = 2; in parse_args()
973 link_info.warn_execstack = 1; in parse_args()
976 link_info.warn_execstack = 0; in parse_args()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dlexsup.c929 link_info.warn_execstack = 1; in parse_args()
932 link_info.warn_execstack = 0; in parse_args()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dlayout.cc2181 if (parameters->options().warn_execstack() in layout_gnu_stack()
2193 if (parameters->options().warn_execstack()) in layout_gnu_stack()
3372 && parameters->options().warn_execstack()) in create_stack_segment()
H A Doptions.h1387 DEFINE_bool(warn_execstack, options::TWO_DASHES, '\0', false,
H A DChangeLog-08158593 * options.h (warn_execstack): New option.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dlayout.cc2184 if (parameters->options().warn_execstack() in layout_gnu_stack()
2196 if (parameters->options().warn_execstack()) in layout_gnu_stack()
3395 && parameters->options().warn_execstack()) in create_stack_segment()
H A Doptions.h1395 DEFINE_bool(warn_execstack, options::TWO_DASHES, '\0', false,
H A DChangeLog-08158593 * options.h (warn_execstack): New option.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c7178 if (info->warn_execstack == 1) in bfd_elf_size_dynamic_sections()
7241 if (info->warn_execstack != 0) in bfd_elf_size_dynamic_sections()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c7124 if (info->warn_execstack == 1) in bfd_elf_size_dynamic_sections()
7176 if (info->warn_execstack != 0) in bfd_elf_size_dynamic_sections()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git16602 …nk_info): Update descriptions of the 'execstack', 'noexecstack' and 'warn_execstack' fields. Add '…
122177 warn_execstack, no_warn_rwx_segments and default_execstack.
123377 link_info.warn_execstack. This has the benefit of making the value an
123386 warn_execstack test.
123388 * bfdlink.h (warn_execstack): Swap 0 and 2 meaning.
123391 1, 2 consistent with link_info.warn_execstack.
123393 * lexsup.c (parse_args): Adjust setting of link_info.warn_execstack.