Searched refs:strp_in (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mep-asm.c | 783 const char ** strp_in, CGEN_FIELDS * fields) in mep_cgen_expand_macros_and_parse_operand() argument 790 str = expand_string (*strp_in, 1); in mep_cgen_expand_macros_and_parse_operand() 800 *strp_in += strlen (*strp_in); in mep_cgen_expand_macros_and_parse_operand() 804 if (strstr (*strp_in, str)) in mep_cgen_expand_macros_and_parse_operand() 806 *strp_in = strstr (*strp_in, str); in mep_cgen_expand_macros_and_parse_operand() 809 *strp_in += (str - hold); in mep_cgen_expand_macros_and_parse_operand()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep.opc | 828 const char ** strp_in, CGEN_FIELDS * fields) 835 str = expand_string (*strp_in, 1); 836 /* fprintf (stderr, " expanded <<%s>> to <<%s>>\n", *strp_in, str); */ 845 *strp_in += strlen (*strp_in); 849 if (strstr (*strp_in, str)) 851 *strp_in = strstr (*strp_in, str); 854 *strp_in += (str - hold);
|