Searched refs:flag_execstack (Results 1 – 6 of 6) sorted by relevance
763 flag_execstack = 1; in parse_args()769 flag_execstack = 0; in parse_args()1149 if ((flag_execstack || flag_noexecstack) in main()1156 SEC_READONLY | (flag_execstack ? SEC_CODE : 0)); in main()
419 COMMON int flag_execstack; variable
1814 * as.h (flag_execstack, flag_noexecstack): New.
721 flag_execstack = 1; in parse_args()727 flag_execstack = 0; in parse_args()1109 if ((flag_execstack || flag_noexecstack) in main()1116 SEC_READONLY | (flag_execstack ? SEC_CODE : 0)); in main()
456 COMMON int flag_execstack; variable