Searched refs:flag_execstack (Results 1 – 6 of 6) sorted by relevance
987 flag_execstack = 1; in parse_args()993 flag_execstack = 0; in parse_args()1448 if ((flag_execstack || flag_noexecstack) in main()1455 SEC_READONLY | (flag_execstack ? SEC_CODE : 0)); in main()
348 COMMON int flag_execstack; variable
1809 * as.h (flag_execstack, flag_noexecstack): New.
969 flag_execstack = 1; in parse_args()975 flag_execstack = 0; in parse_args()1427 if ((flag_execstack || flag_noexecstack) in main()1434 SEC_READONLY | (flag_execstack ? SEC_CODE : 0)); in main()
327 COMMON int flag_execstack; variable