Home | History | Annotate | Download | only in gold

Lines Matching full:executable

941 	      N_("Put read-only non-executable sections in their own segment"),
945 N_("Set offset between executable and read-only segments"),
990 N_("Create a position independent executable"),
991 N_("Do not create a position independent executable"));
993 N_("Create a position independent executable"),
994 N_("Do not create a position independent executable"),
999 N_("Disable creation of position independent executable"
1001 N_("Do not disable creation of position independent executable"
1233 N_("Warn if the stack is executable"),
1234 N_("Do not warn if the stack is executable (default)"));
1316 N_("Mark output as requiring executable stack"), NULL);
1324 N_("Mark object to interpose all DSOs but executable"),
1355 N_("Mark output as not requiring executable stack"), NULL);
1409 // as a static executable, or a position-dependent or
1410 // position-independent executable, but not a dynamic library or an
1582 // Whether to mark the stack as executable.
1587 // Mark the stack as executable (-z execstack).
1589 // Mark the stack as not executable (-z noexecstack).
1638 // Whether to mark the stack as executable.