Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c13926 const struct percent_op_match *percent_op; in parse_relocation() local
13931 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()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02032720 (percent_op): Make constant. Record the BFD relocation code
7307 * config/tc-mips.c (percent_op): Ensure longer percent_op's are
7310 percent_op's. Code cleanup.
DChangeLog-20053521 * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,