Searched refs:execstack (Results 1 – 10 of 10) sorted by relevance
299 unsigned int execstack: 1; member
314 unsigned int execstack: 1; member
1892 else if (strcmp (optarg, "execstack") == 0)1894 link_info.execstack = TRUE;1900 link_info.execstack = FALSE;1973 fprintf (file, _(" -z execstack\t\tMark executable as requiring executable stack\n"));
572 def: F<"warn-execstack">;
1810 * as.c (show_usage): Document --execstack and --noexecstack.1811 (parse_args): Add --execstack and --noexecstack.1812 (main): Create .note.GNU-stack section if --execstack or
161 * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
871 -z execstack and -z noexecstack.
958 @item execstack
5394 if (info->execstack) in bfd_elf_size_dynamic_sections()
114 msgid " --execstack require executable stack for this object\n"