Home
last modified time | relevance | path

Searched refs:offset_reloc (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c1909 static bfd_reloc_code_real_type offset_reloc[3] variable
4009 offset_reloc[0] = BFD_RELOC_UNUSED; in md_assemble()
4010 offset_reloc[1] = BFD_RELOC_UNUSED; in md_assemble()
4011 offset_reloc[2] = BFD_RELOC_UNUSED; in md_assemble()
4040 append_insn (&insn, &offset_expr, offset_reloc, FALSE); in md_assemble()
5012 if (!match_expression (arg, &offset_expr, offset_reloc)) in match_int_operand()
5015 if (offset_reloc[0] != BFD_RELOC_UNUSED) in match_int_operand()
5027 offset_reloc[0] = BFD_RELOC_LO16; in match_int_operand()
7711 offset_reloc[0] = BFD_RELOC_UNUSED; in match_insn()
7712 offset_reloc[1] = BFD_RELOC_UNUSED; in match_insn()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2013909 (mips_ip): Update commentary. Use offset_expr and offset_reloc
913 (mips16_ip): Update commentary. Use offset_expr and offset_reloc
968 for offbits == 16 as well as offbits == 12. Use offset_reloc
971 and offset_reloc before matching against a particular opcode.
DChangeLog-20111822 initialization of offset_reloc.
DChangeLog-2010382 (mips_ip)['o']: Initialise offset_reloc.
DChangeLog-96975245 offset_reloc. Pass imm_unmatched_hi to append_insn.
DChangeLog-0001849 (offset_reloc): Likewise.