Searched refs:got16_reloc_p (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2008 | 768 * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p) 770 (reloc_needs_lo_p): Use hi16_reloc_p and got16_reloc_p to 779 (mips_frob_file): Use got16_reloc_p to generalize relocation checks.
|
D | ChangeLog-2011 | 679 (got16_reloc_p, hi16_reloc_p, lo16_reloc_p): Handle microMIPS 792 (got16_reloc_p): Handle microMIPS ASE.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfxx-mips.c | 2146 got16_reloc_p (int r_type) in got16_reloc_p() function 3746 if (got16_reloc_p (r_type) in mips_elf_create_local_got_entry() 5683 && (call16_reloc_p (r_type) || got16_reloc_p (r_type))) in mips_elf_calculate_relocation() 8426 || (got16_reloc_p (r_type) && htab->is_vxworks)) in _bfd_mips_elf_check_relocs() 8504 if (got16_reloc_p (r_type)) in _bfd_mips_elf_check_relocs() 10128 || (got16_reloc_p (r_type) in _bfd_mips_elf_relocate_section() 10165 if (hi16_reloc_p (r_type) || got16_reloc_p (r_type)) in _bfd_mips_elf_relocate_section()
|
D | ChangeLog-2008 | 1516 (mips16_reloc_p, got16_reloc_p, call16_reloc_p, hi16_reloc_p) 1524 lo16_reloc_p, mips16_call_reloc_p, call16_reloc_p and got16_reloc_p 1539 Use mips16_call_reloc_p and got16_reloc_p to generalize relocation 1544 (_bfd_mips_elf_relocate_section): Use hi16_reloc_p and got16_reloc_p
|
D | ChangeLog-2011 | 1349 (got16_reloc_p, call16_reloc_p): Handle microMIPS ASE.
|
D | ChangeLog-2010 | 1366 Use got16_reloc_p.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 4125 got16_reloc_p (bfd_reloc_code_real_type reloc) in got16_reloc_p() function 4198 || (got16_reloc_p (reloc) && mips_pic != VXWORKS_PIC))); in reloc_needs_lo_p() 14731 if (got16_reloc_p (l->fixp->fx_r_type) in mips_frob_file()
|