Home
last modified time | relevance | path

Searched refs:flag_execstack (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/gas/
HDas.c762 flag_execstack = 1; in parse_args()
768 flag_execstack = 0; in parse_args()
1182 if ((flag_execstack || flag_noexecstack) in main()
1189 SEC_READONLY | (flag_execstack ? SEC_CODE : 0)); in main()
HDas.h422 COMMON int flag_execstack; variable
HDChangeLog-02031814 * as.h (flag_execstack, flag_noexecstack): New.