Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c1918 static bfd_reloc_code_real_type offset_reloc[3] variable
4031 offset_reloc[0] = BFD_RELOC_UNUSED; in md_assemble()
4032 offset_reloc[1] = BFD_RELOC_UNUSED; in md_assemble()
4033 offset_reloc[2] = BFD_RELOC_UNUSED; in md_assemble()
4062 append_insn (&insn, &offset_expr, offset_reloc, FALSE); in md_assemble()
5028 if (!match_expression (arg, &offset_expr, offset_reloc)) in match_int_operand()
5031 if (offset_reloc[0] != BFD_RELOC_UNUSED) in match_int_operand()
5043 offset_reloc[0] = BFD_RELOC_LO16; in match_int_operand()
7816 offset_reloc[0] = BFD_RELOC_UNUSED; in match_insn()
7817 offset_reloc[1] = BFD_RELOC_UNUSED; in match_insn()
[all …]
/toolchain/binutils/binutils-2.25/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.