Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/config/
HDtc-mips.c10931 const struct percent_op_match *percent_op; in parse_relocation() local
10936 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()
/trueos/contrib/binutils/gas/
HDChangeLog-02032727 (percent_op): Make constant. Record the BFD relocation code
7315 * config/tc-mips.c (percent_op): Ensure longer percent_op's are
7318 percent_op's. Code cleanup.