Lines Matching defs:rtype

496 		   bfd_reloc_code_real_type rtype)
500 default: rtype = BFD_RELOC_NONE; break;
501 case 1: rtype = BFD_RELOC_CR16_NUM8 ; break;
502 case 2: rtype = BFD_RELOC_CR16_NUM16; break;
506 rtype = BFD_RELOC_CR16_NUM32a;
510 rtype = BFD_RELOC_CR16_NUM32;
514 fix_new_exp (frag, offset, len, exp, 0, rtype);
906 cr16_ins->rtype = BFD_RELOC_NONE;
951 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20;
953 cr16_ins->rtype = BFD_RELOC_CR16_GOTC_REGREL20;
955 cr16_ins->rtype = BFD_RELOC_CR16_REGREL20;
957 cr16_ins->rtype = BFD_RELOC_CR16_REGREL20a;
965 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20;
967 cr16_ins->rtype = BFD_RELOC_CR16_GOTC_REGREL20;
975 cr16_ins->rtype = BFD_RELOC_CR16_REGREL0;
979 cr16_ins->rtype = BFD_RELOC_CR16_REGREL4;
981 cr16_ins->rtype = BFD_RELOC_CR16_REGREL4a;
987 cr16_ins->rtype = BFD_RELOC_CR16_REGREL16;
991 cr16_ins->rtype = BFD_RELOC_CR16_REGREL20;
993 cr16_ins->rtype = BFD_RELOC_CR16_REGREL20a;
1005 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20;
1007 cr16_ins->rtype = BFD_RELOC_CR16_GOTC_REGREL20;
1009 cr16_ins->rtype = BFD_RELOC_CR16_REGREL20;
1017 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20;
1019 cr16_ins->rtype = BFD_RELOC_CR16_GOTC_REGREL20;
1023 case 1: cr16_ins->rtype = BFD_RELOC_CR16_REGREL0; break;
1024 case 2: cr16_ins->rtype = BFD_RELOC_CR16_REGREL14; break;
1025 case 3: cr16_ins->rtype = BFD_RELOC_CR16_REGREL20; break;
1034 cr16_ins->rtype = BFD_RELOC_CR16_DISP24;
1038 cr16_ins->rtype = BFD_RELOC_CR16_DISP24;
1040 cr16_ins->rtype = BFD_RELOC_CR16_DISP16;
1042 cr16_ins->rtype = BFD_RELOC_CR16_DISP8;
1050 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20;
1052 cr16_ins->rtype = BFD_RELOC_CR16_GOTC_REGREL20;
1054 cr16_ins->rtype = BFD_RELOC_CR16_ABS20;
1056 cr16_ins->rtype = BFD_RELOC_CR16_ABS24;
1059 cr16_ins->rtype = BFD_RELOC_CR16_DISP4;
1066 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20;
1068 cr16_ins->rtype = BFD_RELOC_CR16_GOTC_REGREL20;
1070 cr16_ins->rtype = BFD_RELOC_CR16_IMM4;
1072 cr16_ins->rtype = BFD_RELOC_CR16_IMM20;
1074 cr16_ins->rtype = BFD_RELOC_CR16_IMM32a;
1076 cr16_ins->rtype = BFD_RELOC_CR16_IMM32;
1080 cr16_ins->rtype = BFD_RELOC_CR16_IMM16;
2316 && ((bfd_reloc_type_lookup (stdoutput, insn->rtype))->bitsize
2392 insn->rtype = BFD_RELOC_CR16_DISP24a;
2431 switch (insn->rtype)
2458 if ((relocatable) && (insn->rtype != BFD_RELOC_NONE))
2463 reloc_howto = bfd_reloc_type_lookup (stdoutput, insn->rtype);
2475 insn->rtype);