Searched refs:percent_op (Results 1 – 3 of 3) sorted by relevance
13926 const struct percent_op_match *percent_op; in parse_relocation() local13931 percent_op = mips16_percent_op; in parse_relocation()13936 percent_op = mips_percent_op; in parse_relocation()13941 if (strncasecmp (*str, percent_op[i].str, strlen (percent_op[i].str)) == 0) in parse_relocation()13943 int len = strlen (percent_op[i].str); in parse_relocation()13948 *str += strlen (percent_op[i].str); in parse_relocation()13949 *reloc = percent_op[i].reloc; in parse_relocation()13953 if (!bfd_reloc_type_lookup (stdoutput, percent_op[i].reloc)) in parse_relocation()13956 percent_op[i].str); in parse_relocation()
2720 (percent_op): Make constant. Record the BFD relocation code7307 * config/tc-mips.c (percent_op): Ensure longer percent_op's are7310 percent_op's. Code cleanup.
3521 * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,