Home | History | Annotate | Download | only in config

Lines Matching defs:negated

1109   bfd_boolean negated;
1161 directive_push (directiveE directive, bfd_boolean negated, const void *datum)
1170 stack->negated = negated;
1178 directive_state[directive] = !negated;
1184 bfd_boolean *negated,
1200 *negated = top->negated;
1215 bfd_boolean negated;
1220 directive_pop (&directive, &negated, &file, &line, &datum);
1240 get_directive (directiveE *directive, bfd_boolean *negated)
1247 *negated = FALSE;
1250 *negated = TRUE;
1280 if (*negated && !directive_info[i].can_be_negated)
1281 as_bad (_("directive %s cannot be negated"),
1296 bfd_boolean negated;
1300 get_directive (&directive, &negated);
1323 directive_push (directive_literal, negated, state);
1344 directive_push (directive_literal_prefix, negated, ls);
1355 directive_push (directive_freeregs, negated, 0);
1362 directive_push (directive_schedule, negated, 0);
1372 if (!absolute_literals_supported && !negated)
1378 directive_push (directive, negated, 0);
1384 directive_push (directive, negated, 0);