Home
last modified time | relevance | path

Searched refs:mips_type (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dpe-mips.c473 int mips_type; in coff_mips_reloc_type_lookup() local
478 mips_type = MIPS_R_REFHALF; in coff_mips_reloc_type_lookup()
482 mips_type = MIPS_R_REFWORD; in coff_mips_reloc_type_lookup()
485 mips_type = MIPS_R_JMPADDR; in coff_mips_reloc_type_lookup()
488 mips_type = MIPS_R_REFHI; in coff_mips_reloc_type_lookup()
491 mips_type = MIPS_R_REFLO; in coff_mips_reloc_type_lookup()
494 mips_type = MIPS_R_GPREL; in coff_mips_reloc_type_lookup()
497 mips_type = MIPS_R_LITERAL; in coff_mips_reloc_type_lookup()
500 mips_type = MIPS_R_RVA; in coff_mips_reloc_type_lookup()
506 return & howto_table [mips_type]; in coff_mips_reloc_type_lookup()
Dcoff-mips.c684 int mips_type; in mips_bfd_reloc_type_lookup() local
689 mips_type = MIPS_R_REFHALF; in mips_bfd_reloc_type_lookup()
693 mips_type = MIPS_R_REFWORD; in mips_bfd_reloc_type_lookup()
696 mips_type = MIPS_R_JMPADDR; in mips_bfd_reloc_type_lookup()
699 mips_type = MIPS_R_REFHI; in mips_bfd_reloc_type_lookup()
702 mips_type = MIPS_R_REFLO; in mips_bfd_reloc_type_lookup()
705 mips_type = MIPS_R_GPREL; in mips_bfd_reloc_type_lookup()
708 mips_type = MIPS_R_LITERAL; in mips_bfd_reloc_type_lookup()
711 mips_type = MIPS_R_PCREL16; in mips_bfd_reloc_type_lookup()
717 return &mips_howto_table[mips_type]; in mips_bfd_reloc_type_lookup()