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

/freebsd-10.2-release/contrib/binutils/bfd/
H A Dpe-mips.c464 int mips_type; local
469 mips_type = MIPS_R_REFHALF;
473 mips_type = MIPS_R_REFWORD;
476 mips_type = MIPS_R_JMPADDR;
479 mips_type = MIPS_R_REFHI;
482 mips_type = MIPS_R_REFLO;
485 mips_type = MIPS_R_GPREL;
488 mips_type = MIPS_R_LITERAL;
491 mips_type = MIPS_R_RVA;
497 return & howto_table [mips_type];
[all...]
H A Dcoff-mips.c742 int mips_type;
747 mips_type = MIPS_R_REFHALF;
751 mips_type = MIPS_R_REFWORD;
754 mips_type = MIPS_R_JMPADDR;
757 mips_type = MIPS_R_REFHI;
760 mips_type = MIPS_R_REFLO;
763 mips_type = MIPS_R_GPREL;
766 mips_type = MIPS_R_LITERAL;
769 mips_type = MIPS_R_PCREL16;
775 return &mips_howto_table[mips_type];
737 int mips_type; local
[all...]

Completed in 43 milliseconds