Searched refs:hi16_reloc_p (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/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 775 (append_insn): Use hi16_reloc_p and lo16_reloc_p. 781 (mips_force_relocation): Use hi16_reloc_p and lo16_reloc_p to
|
D | ChangeLog-2011 | 679 (got16_reloc_p, hi16_reloc_p, lo16_reloc_p): Handle microMIPS 793 (hi16_reloc_p): Likewise.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-2008 | 1516 (mips16_reloc_p, got16_reloc_p, call16_reloc_p, hi16_reloc_p) 1523 (mips_elf_calculate_relocation): Use hi16_reloc_p, 1544 (_bfd_mips_elf_relocate_section): Use hi16_reloc_p and got16_reloc_p
|
D | elfxx-mips.c | 2203 hi16_reloc_p (int r_type) in hi16_reloc_p() function 5366 if (!hi16_reloc_p (r_type) && !lo16_reloc_p (r_type)) in mips_elf_calculate_relocation() 10091 if (hi16_reloc_p (r_type) in _bfd_mips_elf_relocate_section() 10129 if (hi16_reloc_p (r_type) || got16_reloc_p (r_type)) in _bfd_mips_elf_relocate_section()
|
D | ChangeLog | 923 (hi16_reloc_p): Add support for R_MIPS_PCHI16.
|
D | ChangeLog-2011 | 1354 (hi16_reloc_p, lo16_reloc_p, jal_reloc_p): Handle microMIPS ASE.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 4141 hi16_reloc_p (bfd_reloc_code_real_type reloc) in hi16_reloc_p() function 4203 && (hi16_reloc_p (reloc) in reloc_needs_lo_p() 7527 || hi16_reloc_p (reloc_type[0]) in append_insn()
|