Lines Matching defs:in

13    GAS is distributed in the hope that it will be useful,
25 Has a few routines that don't fit in other modules because they
31 Since no-one else says they will support them in future: I
63 /* Keep a record of the itbl files we read in. */
99 obstack code will use whatever will fit in a 4096 byte block. */
298 -M,--mri assemble in MRI compatibility mode\n"));
300 --MD FILE write dependency information in FILE (default none)\n"));
327 matching the specifications defined in file INSTTBL\n"));
335 --listing-lhs-width set the width in words of the output data column of\n\
338 --listing-lhs-width2 set the width in words of the continuation lines\n\
342 --listing-rhs-width set the max width in characters of the lines from\n\
364 check for new machine-dep cmdline options in
365 md_parse_option definitions in config/tc-*.c. */
375 expect options and other ARGV-elements in any order and that care about
470 formats are added to the built-in set of instructions, and
534 /* `-v' isn't included in the general short_opts list, so check for
540 in it picking up a following filename argument here. The
541 VMS code in md_parse_option can return 0 in that case,
607 as_fatal (_("emulations not handled in this configuration"));
912 fprintf (stderr, _("%s: total time in assembly: %ld.%06ld\n"),
944 macro_expr (const char *emsg, int idx, sb *in, int *val)
949 sb_terminate (in);
952 input_line_pointer = in->ptr + idx;
954 idx = input_line_pointer - in->ptr;
989 to have relocs, otherwise we don't find out in time. */
1212 /* This used to be done at the start of write_object_file in