Searched refs:warn_execstack (Results 1 – 22 of 22) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | scoreelf.em | 51 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
|
H A D | aarch64elf.em | 60 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
|
H A D | armelf.em | 73 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
|
H A D | elf.em | 97 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | scoreelf.em | 51 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
|
H A D | aarch64elf.em | 60 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
|
H A D | armelf.em | 73 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
|
H A D | elf.em | 97 link_info.warn_execstack = DEFAULT_LD_WARN_EXECSTACK;
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | bfdlink.h | 499 unsigned int warn_execstack: 2; member
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | bfdlink.h | 516 unsigned int warn_execstack: 2; member
|
H A D | ChangeLog | 19 'execstack', 'noexecstack' and 'warn_execstack' fields.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | lexsup.c | 970 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 D | lexsup.c | 929 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 D | layout.cc | 2181 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 D | options.h | 1387 DEFINE_bool(warn_execstack, options::TWO_DASHES, '\0', false,
|
H A D | ChangeLog-0815 | 8593 * options.h (warn_execstack): New option.
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | layout.cc | 2184 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 D | options.h | 1395 DEFINE_bool(warn_execstack, options::TWO_DASHES, '\0', false,
|
H A D | ChangeLog-0815 | 8593 * options.h (warn_execstack): New option.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elflink.c | 7178 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 D | elflink.c | 7124 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 D | ChangeLog.git | 16602 …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.
|