Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 25 of 32) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-ia64.c197 ia64_elf_lookup_howto (unsigned int rtype) in ia64_elf_lookup_howto() argument
211 if (rtype > R_IA64_MAX_RELOC_CODE) in ia64_elf_lookup_howto()
213 i = elf_code_to_howto_index[rtype]; in ia64_elf_lookup_howto()
223 unsigned int rtype; in ia64_elf_reloc_type_lookup() local
227 case BFD_RELOC_NONE: rtype = R_IA64_NONE; break; in ia64_elf_reloc_type_lookup()
229 case BFD_RELOC_IA64_IMM14: rtype = R_IA64_IMM14; break; in ia64_elf_reloc_type_lookup()
230 case BFD_RELOC_IA64_IMM22: rtype = R_IA64_IMM22; break; in ia64_elf_reloc_type_lookup()
231 case BFD_RELOC_IA64_IMM64: rtype = R_IA64_IMM64; break; in ia64_elf_reloc_type_lookup()
233 case BFD_RELOC_IA64_DIR32MSB: rtype = R_IA64_DIR32MSB; break; in ia64_elf_reloc_type_lookup()
234 case BFD_RELOC_IA64_DIR32LSB: rtype = R_IA64_DIR32LSB; break; in ia64_elf_reloc_type_lookup()
[all …]
Delf32-i860.c748 lookup_howto (unsigned int rtype) in lookup_howto() argument
764 BFD_ASSERT (rtype <= R_860_max); in lookup_howto()
765 i = elf_code_to_howto_index[rtype]; in lookup_howto()
776 unsigned int rtype; in elf32_i860_reloc_type_lookup() local
781 rtype = R_860_NONE; in elf32_i860_reloc_type_lookup()
784 rtype = R_860_32; in elf32_i860_reloc_type_lookup()
787 rtype = R_860_COPY; in elf32_i860_reloc_type_lookup()
790 rtype = R_860_GLOB_DAT; in elf32_i860_reloc_type_lookup()
793 rtype = R_860_JUMP_SLOT; in elf32_i860_reloc_type_lookup()
796 rtype = R_860_RELATIVE; in elf32_i860_reloc_type_lookup()
[all …]
Delfxx-ia64.h26 reloc_howto_type *ia64_elf_lookup_howto (unsigned int rtype);
Delf64-alpha.c147 unsigned int rtype; member
1963 if (rent->rtype == r_type && rent->srel == sreloc) in elf64_alpha_check_relocs()
1974 rent->rtype = r_type; in elf64_alpha_check_relocs()
2225 if (ri->rtype == rs->rtype && ri->srel == rs->srel) in elf64_alpha_copy_indirect_symbol()
2737 entries = alpha_dynamic_entries_for_reloc (relent->rtype, dynamic, in elf64_alpha_calc_dynrel_sizes()
4074 long dynindx, long rtype, bfd_vma addend) in elf64_alpha_emit_dynrel() argument
4081 outrel.r_info = ELF64_R_INFO (dynindx, rtype); in elf64_alpha_emit_dynrel()
Delf32-nios2.c736 lookup_howto (unsigned int rtype) in lookup_howto() argument
752 BFD_ASSERT (rtype <= R_NIOS2_ILLEGAL); in lookup_howto()
753 i = elf_code_to_howto_index[rtype]; in lookup_howto()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-cr16.c496 bfd_reloc_code_real_type rtype) in cr16_cons_fix_new() argument
500 default: rtype = BFD_RELOC_NONE; break; in cr16_cons_fix_new()
501 case 1: rtype = BFD_RELOC_CR16_NUM8 ; break; in cr16_cons_fix_new()
502 case 2: rtype = BFD_RELOC_CR16_NUM16; break; in cr16_cons_fix_new()
506 rtype = BFD_RELOC_CR16_NUM32a; in cr16_cons_fix_new()
510 rtype = BFD_RELOC_CR16_NUM32; in cr16_cons_fix_new()
514 fix_new_exp (frag, offset, len, exp, 0, rtype); in cr16_cons_fix_new()
906 cr16_ins->rtype = BFD_RELOC_NONE; in process_label_constant()
951 cr16_ins->rtype = BFD_RELOC_CR16_GOT_REGREL20; in process_label_constant()
953 cr16_ins->rtype = BFD_RELOC_CR16_GOTC_REGREL20; in process_label_constant()
[all …]
Dtc-crx.c636 crx_ins->rtype = BFD_RELOC_NONE; in process_label_constant()
643 crx_ins->rtype = BFD_RELOC_CRX_REGREL12; in process_label_constant()
646 crx_ins->rtype = BFD_RELOC_CRX_REGREL28; in process_label_constant()
648 crx_ins->rtype = BFD_RELOC_CRX_REGREL32; in process_label_constant()
652 crx_ins->rtype = BFD_RELOC_CRX_REGREL22; in process_label_constant()
657 crx_ins->rtype = BFD_RELOC_CRX_REL16; in process_label_constant()
659 crx_ins->rtype = BFD_RELOC_CRX_REL8; in process_label_constant()
662 crx_ins->rtype = BFD_RELOC_CRX_ABS32; in process_label_constant()
664 crx_ins->rtype = BFD_RELOC_CRX_REL4; in process_label_constant()
666 crx_ins->rtype = BFD_RELOC_CRX_REL8_CMP; in process_label_constant()
[all …]
Dtc-tilegx.c1491 #define FIX_PCREL(rtype) \ in md_apply_fix() argument
1492 case rtype: \ in md_apply_fix()
1494 fixP->fx_r_type = rtype##_PCREL; \ in md_apply_fix()
1497 case rtype##_PCREL: \ in md_apply_fix()
1499 fixP->fx_r_type = rtype; \ in md_apply_fix()
1502 #define FIX_PLT_PCREL(rtype) \ in md_apply_fix() argument
1503 case rtype##_PLT_PCREL: \ in md_apply_fix()
1505 fixP->fx_r_type = rtype; \ in md_apply_fix()
Dtc-tilepro.c1352 #define FIX_PCREL(rtype) \ in md_apply_fix() argument
1353 case rtype: \ in md_apply_fix()
1355 fixP->fx_r_type = rtype##_PCREL; \ in md_apply_fix()
1358 case rtype##_PCREL: \ in md_apply_fix()
1360 fixP->fx_r_type = rtype; \ in md_apply_fix()
Dtc-ia64.c1212 output_R1_format (vbyte_func f, unw_record_type rtype, int rlen) in output_R1_format() argument
1218 output_R3_format (f, rtype, rlen); in output_R1_format()
1222 if (rtype == body) in output_R1_format()
1224 else if (rtype != prologue) in output_R1_format()
1246 output_R3_format (vbyte_func f, unw_record_type rtype, unsigned long rlen) in output_R3_format() argument
1252 output_R1_format (f, rtype, rlen); in output_R3_format()
1256 if (rtype == body) in output_R3_format()
1258 else if (rtype != prologue) in output_R3_format()
1284 output_P3_format (vbyte_func f, unw_record_type rtype, int reg) in output_P3_format() argument
1289 switch (rtype) in output_P3_format()
[all …]
Dtc-aarch64.c875 parse_typed_reg (char **ccp, aarch64_reg_type type, aarch64_reg_type *rtype, in parse_typed_reg() argument
972 if (rtype) in parse_typed_reg()
973 *rtype = type; in parse_typed_reg()
994 aarch64_reg_type *rtype, struct neon_type_el *vectype) in aarch64_reg_parse() argument
998 int reg = parse_typed_reg (&str, type, rtype, &atype, in aarch64_reg_parse()
3389 val = aarch64_reg_parse (&str, regtype, &rtype, NULL); \
4608 aarch64_reg_type rtype; in parse_operands() local
4681 val = aarch64_reg_parse (&str, REG_TYPE_BHSDQ, &rtype, NULL); in parse_operands()
4687 gas_assert (rtype >= REG_TYPE_FP_B && rtype <= REG_TYPE_FP_Q); in parse_operands()
4690 info->qualifier = AARCH64_OPND_QLF_S_B + (rtype - REG_TYPE_FP_B); in parse_operands()
Dtc-arm.c1415 enum arm_reg_type *rtype, in parse_typed_reg_or_scalar() argument
1509 if (rtype) in parse_typed_reg_or_scalar()
1510 *rtype = type; in parse_typed_reg_or_scalar()
1526 enum arm_reg_type *rtype, struct neon_type_el *vectype) in arm_typed_reg_parse() argument
1530 int reg = parse_typed_reg_or_scalar (&str, type, rtype, &atype); in arm_typed_reg_parse()
1956 enum arm_reg_type rtype = REG_TYPE_NDQ; in parse_neon_el_struct_list() local
1967 int getreg = parse_typed_reg_or_scalar (&ptr, rtype, &rtype, &atype); in parse_neon_el_struct_list()
1971 first_error (_(reg_expected_msgs[rtype])); in parse_neon_el_struct_list()
1978 if (rtype == REG_TYPE_NQ) in parse_neon_el_struct_list()
2010 int hireg, dregs = (rtype == REG_TYPE_NQ) ? 2 : 1; in parse_neon_el_struct_list()
[all …]
Dtc-tic54x.c3653 bfd_reloc_code_real_type rtype = in encode_integer() local
3659 if (rtype == BFD_RELOC_8) in encode_integer()
3663 insn->opcode[which].r_type = rtype; in encode_integer()
/toolchain/binutils/binutils-2.25/include/elf/
Dreloc-macros.h100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
/toolchain/binutils/binutils-2.25/gold/
Darm-reloc-property.cc95 Reloc_type rtype, in Arm_reloc_property() argument
102 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass), in Arm_reloc_property()
111 if (rtype == RT_STATIC) in Arm_reloc_property()
148 else if (rtype == RT_DYNAMIC) in Arm_reloc_property()
Daarch64-reloc-property.cc77 Reloc_type rtype, in AArch64_reloc_property() argument
85 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass), in AArch64_reloc_property()
Daarch64-reloc-property.h135 AArch64_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
Darm-reloc-property.h149 Arm_reloc_property(unsigned int code, const char* name, Reloc_type rtype,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c1074 const char * rtype; in dump_relocations() local
1125 rtype = NULL; in dump_relocations()
1129 rtype = elf_aarch64_reloc_type (type); in dump_relocations()
1134 rtype = elf_m32r_reloc_type (type); in dump_relocations()
1139 rtype = elf_i386_reloc_type (type); in dump_relocations()
1144 rtype = elf_m68hc11_reloc_type (type); in dump_relocations()
1148 rtype = elf_m68k_reloc_type (type); in dump_relocations()
1152 rtype = elf_i960_reloc_type (type); in dump_relocations()
1157 rtype = elf_avr_reloc_type (type); in dump_relocations()
1164 rtype = elf_sparc_reloc_type (type); in dump_relocations()
[all …]
Dieee.c1759 debug_type rtype; in parse_ieee_ty() local
1767 || ! ieee_read_type_index (info, pp, &rtype) in parse_ieee_ty()
1783 && debug_get_type_kind (dhandle, rtype) == DEBUG_KIND_POINTER) in parse_ieee_ty()
1789 *pv->pslot = rtype; in parse_ieee_ty()
1790 rtype = debug_make_indirect_type (dhandle, pv->pslot, in parse_ieee_ty()
1794 type = debug_make_function_type (dhandle, rtype, (debug_type *) NULL, in parse_ieee_ty()
1923 debug_type rtype; in parse_ieee_ty() local
1935 || ! ieee_read_type_index (info, pp, &rtype) in parse_ieee_ty()
2005 && debug_get_type_kind (dhandle, rtype) == DEBUG_KIND_POINTER) in parse_ieee_ty()
2011 *pv->pslot = rtype; in parse_ieee_ty()
[all …]
Dod-xcoff.c1134 unsigned int rtype; in dump_xcoff32_loader() local
1138 rtype = bfd_h_get_8 (abfd, ldrel->l_rtype + 1); in dump_xcoff32_loader()
1146 dump_value (rtype_xlat, rtype, 6); in dump_xcoff32_loader()
DChangeLog-2006169 * readelf.c (dump_relocations): Check for a NULL value in rtype
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/
Drtype.d3 #name: rtype
/toolchain/binutils/binutils-2.25/include/opcode/
Dcrx.h309 bfd_reloc_code_real_type rtype; member
Dcr16.h312 bfd_reloc_code_real_type rtype; member

12