Home | History | Annotate | Download | only in config

Lines Matching defs:string

253 /* Turn a string in input_line_pointer into a floating point constant
294 /* Return true if STR starts with PREFIX, which should be a string literal. */
424 the parsed string representing the expected opcode. */
431 as_bad (_("expecting opcode string in self test mode"));
1283 const char *string;
1394 function to generate an expression from a string representing an expression.
1416 if (strstr (exprstr, nios2_special_reloc[i].string) != NULL)
1419 exprstr += strlen (nios2_special_reloc[i].string) + 1;
1439 /* Parse the expression string. */
1761 /* The function consume_arg takes a pointer into a string
1762 of instruction tokens (args) and a pointer into a string
1817 /* The function consume_separator takes a pointer into a string
1818 of instruction tokens (args) and a pointer into a string representing
1843 /* The principal argument parsing function which takes a string argstr
1885 /* Check that the argument string has no trailing arguments. */
1905 /* Append the string modifier to the string contained in the argument at
1950 /* This function appends the string appnd to the array of strings in
1974 /* This function inserts the string insert num times in the array
2782 *ptr_msg = _("Bad .section directive: want a,s,w,x,M,S,G,T in string");