Searched refs:percent_op (Results 1 – 2 of 2) sorted by relevance
10931 const struct percent_op_match *percent_op; in parse_relocation() local10936 percent_op = mips16_percent_op; in parse_relocation()10941 percent_op = mips_percent_op; in parse_relocation()10946 if (strncasecmp (*str, percent_op[i].str, strlen (percent_op[i].str)) == 0) in parse_relocation()10948 int len = strlen (percent_op[i].str); in parse_relocation()10953 *str += strlen (percent_op[i].str); in parse_relocation()10954 *reloc = percent_op[i].reloc; in parse_relocation()10958 if (!bfd_reloc_type_lookup (stdoutput, percent_op[i].reloc)) in parse_relocation()10961 percent_op[i].str); in parse_relocation()
2727 (percent_op): Make constant. Record the BFD relocation code7315 * config/tc-mips.c (percent_op): Ensure longer percent_op's are7318 percent_op's. Code cleanup.