Searched refs:reloc_needs_lo_p (Results 1 – 3 of 3) sorted by relevance
2035 reloc_needs_lo_p (bfd_reloc_code_real_type reloc) in reloc_needs_lo_p() function2858 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()
2677 * config/tc-mips.c (reloc_needs_lo_p): New function.2679 (append_insn): Use reloc_needs_lo_p to check whether a relocation2686 (mips_frob_file): Use reloc_needs_lo_p. Use pic_need_relax to test
2267 (reloc_needs_lo_p): Don't return true for R_MIPS_GOT16 when