Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c498 parse_expr (const char *textP, /* Text of expression to be parsed. */ in parse_expr() argument
504 know (textP); in parse_expr()
506 if (*textP == '\0') in parse_expr()
516 input_line_pointer = (char *) textP; /* Make parser work for us. */ in parse_expr()
519 if ((size_t) (input_line_pointer - textP) != strlen (textP)) in parse_expr()
813 get_ispec (char *textP) /* Pointer to memory operand from source instruction, no white space. */ in get_ispec() argument
822 start = strchr (textP, '['); in get_ispec()
1590 md_assemble (char *textP) in md_assemble() argument
1613 n_ops = i_scan (textP, args); in md_assemble()