Home
last modified time | relevance | path

Searched refs:BFD_RELOC_MIPS16_GPREL (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-mips.c2013 { BFD_RELOC_MIPS16_GPREL, R_MIPS16_GPREL - R_MIPS16_min },
Delfn32-mips.c3221 { BFD_RELOC_MIPS16_GPREL, R_MIPS16_GPREL - R_MIPS16_min },
Delf64-mips.c3405 { BFD_RELOC_MIPS16_GPREL, R_MIPS16_GPREL - R_MIPS16_min },
Dbfd-in2.h2891 BFD_RELOC_MIPS16_GPREL, enumerator
DChangeLog-96972592 (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_GPREL.
2595 * reloc.c (BFD_RELOC_MIPS16_GPREL): Define.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4079 case BFD_RELOC_MIPS16_GPREL: in mips16_reloc_p()
4163 return (reloc == BFD_RELOC_GPREL16 || reloc == BFD_RELOC_MIPS16_GPREL in gprel16_reloc_p()
7526 || reloc_type[0] == BFD_RELOC_MIPS16_GPREL in append_insn()
14008 {"%gprel", BFD_RELOC_MIPS16_GPREL},
15074 case BFD_RELOC_MIPS16_GPREL: in md_apply_fix()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20053802 (append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S
DChangeLog-96972649 (md_apply_fix): Handle BFD_RELOC_MIPS16_GPREL.
DChangeLog-02034916 handling to BFD_RELOC_MIPS16_GPREL.