Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c2035 reloc_needs_lo_p (bfd_reloc_code_real_type reloc) in reloc_needs_lo_p() function
2858 else if (reloc_needs_lo_p (*reloc_type)) in append_insn()
12052 assert (reloc_needs_lo_p (l->fixp->fx_r_type)); in mips_frob_file()
12089 matched_lo_p = (reloc_needs_lo_p ((*pos)->fx_r_type) in mips_frob_file()
14001 || reloc_needs_lo_p (fixp->fx_r_type)) in mips_fix_adjustable()
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-02032677 * config/tc-mips.c (reloc_needs_lo_p): New function.
2679 (append_insn): Use reloc_needs_lo_p to check whether a relocation
2686 (mips_frob_file): Use reloc_needs_lo_p. Use pic_need_relax to test
DChangeLog-20062267 (reloc_needs_lo_p): Don't return true for R_MIPS_GOT16 when