Searched refs:percent_op (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c10939 const struct percent_op_match *percent_op;
10944 percent_op = mips16_percent_op;
10949 percent_op = mips_percent_op;
10954 if (strncasecmp (*str, percent_op[i].str, strlen (percent_op[i].str)) == 0)
10956 int len = strlen (percent_op[i].str);
10961 *str += strlen (percent_op[i].str);
10962 *reloc = percent_op[i].reloc;
10966 if (!bfd_reloc_type_lookup (stdoutput, percent_op[i].reloc))
10969 percent_op[
10931 const struct percent_op_match *percent_op; local
[all...]

Completed in 58 milliseconds