Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.27/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
1982 if (rent->rtype == r_type && rent->srel == sreloc) in elf64_alpha_check_relocs()
1993 rent->rtype = r_type; in elf64_alpha_check_relocs()
2244 if (ri->rtype == rs->rtype && ri->srel == rs->srel) in elf64_alpha_copy_indirect_symbol()
2756 entries = alpha_dynamic_entries_for_reloc (relent->rtype, dynamic, in elf64_alpha_calc_dynrel_sizes()
4096 long dynindx, long rtype, bfd_vma addend) in elf64_alpha_emit_dynrel() argument
4103 outrel.r_info = ELF64_R_INFO (dynindx, rtype); in elf64_alpha_emit_dynrel()
Delf32-nios2.c1575 lookup_howto (unsigned int rtype, bfd *abfd) in lookup_howto() argument
1600 BFD_ASSERT (rtype <= R_NIOS2_ILLEGAL); in lookup_howto()
1601 i = elf_code_to_howto_index[rtype]; in lookup_howto()
/toolchain/binutils/binutils-2.27/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.c1202 output_R1_format (vbyte_func f, unw_record_type rtype, int rlen) in output_R1_format() argument
1208 output_R3_format (f, rtype, rlen); in output_R1_format()
1212 if (rtype == body) in output_R1_format()
1214 else if (rtype != prologue) in output_R1_format()
1236 output_R3_format (vbyte_func f, unw_record_type rtype, unsigned long rlen) in output_R3_format() argument
1242 output_R1_format (f, rtype, rlen); in output_R3_format()
1246 if (rtype == body) in output_R3_format()
1248 else if (rtype != prologue) in output_R3_format()
1274 output_P3_format (vbyte_func f, unw_record_type rtype, int reg) in output_P3_format() argument
1279 switch (rtype) in output_P3_format()
[all …]
Dtc-aarch64.c862 parse_typed_reg (char **ccp, aarch64_reg_type type, aarch64_reg_type *rtype, in parse_typed_reg() argument
959 if (rtype) in parse_typed_reg()
960 *rtype = type; in parse_typed_reg()
981 aarch64_reg_type *rtype, struct neon_type_el *vectype) in aarch64_reg_parse() argument
985 int reg = parse_typed_reg (&str, type, rtype, &atype, in aarch64_reg_parse()
3736 val = aarch64_reg_parse (&str, regtype, &rtype, NULL); \
5013 aarch64_reg_type rtype; in parse_operands() local
5086 val = aarch64_reg_parse (&str, REG_TYPE_BHSDQ, &rtype, NULL); in parse_operands()
5092 gas_assert (rtype >= REG_TYPE_FP_B && rtype <= REG_TYPE_FP_Q); in parse_operands()
5095 info->qualifier = AARCH64_OPND_QLF_S_B + (rtype - REG_TYPE_FP_B); in parse_operands()
Dtc-arm.c1465 enum arm_reg_type *rtype, in parse_typed_reg_or_scalar() argument
1559 if (rtype) in parse_typed_reg_or_scalar()
1560 *rtype = type; in parse_typed_reg_or_scalar()
1576 enum arm_reg_type *rtype, struct neon_type_el *vectype) in arm_typed_reg_parse() argument
1580 int reg = parse_typed_reg_or_scalar (&str, type, rtype, &atype); in arm_typed_reg_parse()
2006 enum arm_reg_type rtype = REG_TYPE_NDQ; in parse_neon_el_struct_list() local
2021 int getreg = parse_typed_reg_or_scalar (&ptr, rtype, &rtype, &atype); in parse_neon_el_struct_list()
2025 first_error (_(reg_expected_msgs[rtype])); in parse_neon_el_struct_list()
2032 if (rtype == REG_TYPE_NQ) in parse_neon_el_struct_list()
2064 int hireg, dregs = (rtype == REG_TYPE_NQ) ? 2 : 1; in parse_neon_el_struct_list()
[all …]
Dtc-tic54x.c3625 bfd_reloc_code_real_type rtype = in encode_integer() local
3631 if (rtype == BFD_RELOC_8) in encode_integer()
3635 insn->opcode[which].r_type = rtype; in encode_integer()
/toolchain/binutils/binutils-2.27/include/elf/
Dreloc-macros.h100 static const char *name (unsigned long rtype); \
102 name (unsigned long rtype) \
104 switch (rtype) \
/toolchain/binutils/binutils-2.27/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.27/binutils/
Dreadelf.c1225 const char * rtype; in dump_relocations() local
1276 rtype = NULL; in dump_relocations()
1280 rtype = elf_aarch64_reloc_type (type); in dump_relocations()
1285 rtype = elf_m32r_reloc_type (type); in dump_relocations()
1290 rtype = elf_i386_reloc_type (type); in dump_relocations()
1295 rtype = elf_m68hc11_reloc_type (type); in dump_relocations()
1299 rtype = elf_m68k_reloc_type (type); in dump_relocations()
1303 rtype = elf_i960_reloc_type (type); in dump_relocations()
1308 rtype = elf_avr_reloc_type (type); in dump_relocations()
1315 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.27/gas/testsuite/gas/dlx/
Drtype.d3 #name: rtype
/toolchain/binutils/binutils-2.27/include/opcode/
Dcrx.h309 bfd_reloc_code_real_type rtype; member
Dcr16.h312 bfd_reloc_code_real_type rtype; member

12