Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-mips.c699 int mips_type; in mips_bfd_reloc_type_lookup() local
704 mips_type = MIPS_R_REFHALF; in mips_bfd_reloc_type_lookup()
708 mips_type = MIPS_R_REFWORD; in mips_bfd_reloc_type_lookup()
711 mips_type = MIPS_R_JMPADDR; in mips_bfd_reloc_type_lookup()
714 mips_type = MIPS_R_REFHI; in mips_bfd_reloc_type_lookup()
717 mips_type = MIPS_R_REFLO; in mips_bfd_reloc_type_lookup()
720 mips_type = MIPS_R_GPREL; in mips_bfd_reloc_type_lookup()
723 mips_type = MIPS_R_LITERAL; in mips_bfd_reloc_type_lookup()
726 mips_type = MIPS_R_PCREL16; in mips_bfd_reloc_type_lookup()
732 return &mips_howto_table[mips_type]; in mips_bfd_reloc_type_lookup()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-mips.c688 int mips_type; in mips_bfd_reloc_type_lookup() local
693 mips_type = MIPS_R_REFHALF; in mips_bfd_reloc_type_lookup()
697 mips_type = MIPS_R_REFWORD; in mips_bfd_reloc_type_lookup()
700 mips_type = MIPS_R_JMPADDR; in mips_bfd_reloc_type_lookup()
703 mips_type = MIPS_R_REFHI; in mips_bfd_reloc_type_lookup()
706 mips_type = MIPS_R_REFLO; in mips_bfd_reloc_type_lookup()
709 mips_type = MIPS_R_GPREL; in mips_bfd_reloc_type_lookup()
712 mips_type = MIPS_R_LITERAL; in mips_bfd_reloc_type_lookup()
715 mips_type = MIPS_R_PCREL16; in mips_bfd_reloc_type_lookup()
721 return &mips_howto_table[mips_type]; in mips_bfd_reloc_type_lookup()
/netbsd-src/sys/arch/sgimips/sgimips/
H A Ddisksubr.c191 int mips_type; /* sgimips partition type */ member
313 vh->partitions[mp].type = partition_map[i].mips_type; in disklabel_bsd_to_sgimips()
/netbsd-src/sys/arch/mipsco/mipsco/
H A Ddisksubr.c216 int mips_type; /* Mips partition type */ member
319 vh->vh_part[mp].pt_fstype = partition_map[i].mips_type; in disklabel_bsd_to_mips()