Lines Matching full:execstack
1033 if (link_info.execstack == ! link_info.noexecstack)
1034 /* PR ld/16744: If "-z [no]execstack" has been specified on the
1037 linkinfo.[no]execstack values set in _handle_option() will have no
1039 same way as the assembler does with its --[no]execstack option. */
1042 SEC_READONLY | (link_info.execstack ? SEC_CODE : 0));
2269 else if (strcmp (optarg, "execstack") == 0)
2271 link_info.execstack = TRUE;
2277 link_info.execstack = FALSE;
2397 -z execstack Mark executable as requiring executable stack\n"));