Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c1241 static bfd_reloc_code_real_type imm_reloc[3] variable
1988 imm_reloc[0] = BFD_RELOC_UNUSED; in md_assemble()
1989 imm_reloc[1] = BFD_RELOC_UNUSED; in md_assemble()
1990 imm_reloc[2] = BFD_RELOC_UNUSED; in md_assemble()
2022 append_insn (&insn, &imm_expr, imm_reloc); in md_assemble()
9636 *imm_reloc = BFD_RELOC_32; in mips_ip()
9833 *imm_reloc = BFD_RELOC_LO16; in mips_ip()
9834 if (my_getSmallExpression (&imm_expr, imm_reloc, s) == 0) in mips_ip()
9908 if (my_getSmallExpression (&imm_expr, imm_reloc, s) == 0 in mips_ip()
10129 imm_reloc[0] = BFD_RELOC_UNUSED; in mips16_ip()
[all …]
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-96975244 (md_assemble): Clear imm_reloc, imm_unmatched_hi, and
DChangeLog-0001858 (imm_reloc): Make it an array.