Home | History | Annotate | Download | only in config

Lines Matching defs:out

1354 	 1) MD_APPLY_SYM_VALUE() is set to 1 for m68k/a.out, so the symbol
2188 /* JF these are out of order. We could put them
2358 won't write one when it runs out of buffer. */
2445 /* We ran out of space, so replace the end of the list
2518 opP->error = _("operand out of range");
2524 opP->error = _("operand out of range");
2530 opP->error = _("operand out of range");
2562 /* We gotta put out some float. */
2729 /* Figure out the `addressing mode'.
2799 GET US OUT OF HERE! */
2835 opP->error = _("byte displacement out of range");
2917 /* Figure out inner displacement stuff. */
3076 opP->error = _("out of range");
3084 opP->error = _("out of range");
3091 opP->error = _("out of range");
3098 opP->error = _("out of range");
3104 /* Because of the way insop works, we put these two out
3177 an absolute jump right here and keep it out of the
3198 out which mode. We try in this order of preference:
3277 as_warn (_("Expression out of range, using 0"));
3587 /* JF: These are out of order, I fear. */
3745 int out = 0;
3756 out |= mask[15 - n];
3758 return out;
3764 int out = 0;
3775 out |= mask[7 - n];
3777 return out;
4404 /* No frag hacking involved; just put it out. */
4413 /* Put out symbol-dependent info. */
4847 /* This is called if we go in or out of MRI mode because of the .mri
5011 _("value %ld out of range"), (long)val);
5514 as_warn (_("expression out of range: defaulting to 1"));
5525 as_warn (_("expression out of range: defaulting to 1"));
5561 as_warn (_("expression out of range: defaulting to 0"));
5569 as_warn (_("expression out of range: defaulting to 1"));
6198 /* The label to jump to to break out of the loop, or the label past
7891 /* For a.out, force the section size to be aligned. If we don't do
7892 this, BFD will align it for us, but it will not write out the
7894 easier to fix it here since that is how the other a.out targets