Searched refs:r_type (Results 51 - 75 of 139) sorted by relevance

123456

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i370.c1179 enum i370_reloc_type r_type = (enum i370_reloc_type)ELF32_R_TYPE (rel->r_info);
1192 if ((unsigned)r_type >= (unsigned)R_I370_max
1193 || !i370_elf_howto_table[(int)r_type])
1197 (int) r_type);
1204 howto = i370_elf_howto_table[(int)r_type];
1231 && (r_type == R_I370_ADDR31
1232 || r_type == R_I370_COPY
1233 || r_type == R_I370_ADDR16
1234 || r_type == R_I370_RELATIVE))
1266 switch ((int) r_type)
1168 enum i370_reloc_type r_type = (enum i370_reloc_type)ELF32_R_TYPE (rel->r_info); local
[all...]
H A Delf32-m68hc12.c415 unsigned int r_type; local
417 r_type = ELF32_R_TYPE (dst->r_info);
418 BFD_ASSERT (r_type < (unsigned int) R_M68HC11_max);
419 cache_ptr->howto = &elf_m68hc11_howto_table[r_type];
H A Delf32-sh.c1841 sh_elf_reloc_loop (int r_type ATTRIBUTE_UNUSED, bfd *input_bfd,
1949 enum elf_sh_reloc_type r_type; local
1953 r_type = (enum elf_sh_reloc_type) reloc_entry->howto->type;
1964 if (r_type == R_SH_IND12W && (symbol_in->flags & BSF_LOCAL) != 0)
1978 switch (r_type)
4680 int r_type;
4695 r_type = ELF32_R_TYPE (rel->r_info);
4699 if (r_type >= (int) R_SH_GNU_VTINHERIT
4700 && r_type <= (int) R_SH_LABEL)
4702 if (r_type
4676 int r_type; local
6068 unsigned int r_type; local
6314 sh_elf_optimized_tls_reloc(struct bfd_link_info *info, int r_type, int is_local) argument
6351 unsigned int r_type; local
[all...]
H A Delfarm-nabi.c750 elf32_arm_howto_from_type (unsigned int r_type) argument
752 if (r_type < NUM_ELEM (elf32_arm_howto_table))
753 return &elf32_arm_howto_table[r_type];
755 switch (r_type)
781 unsigned int r_type; local
783 r_type = ELF32_R_TYPE (elf_reloc->r_info);
784 bfd_reloc->howto = elf32_arm_howto_from_type (r_type);
H A Delf64-alpha.c1145 unsigned r_type;
1147 r_type = ELF64_R_TYPE(dst->r_info);
1148 BFD_ASSERT (r_type < (unsigned int) R_ALPHA_max);
1149 cache_ptr->howto = &elf64_alpha_howto_table[r_type];
1153 #define alpha_got_entry_size(r_type) \
1154 (r_type == R_ALPHA_TLSGD || r_type == R_ALPHA_TLSLDM ? 16 : 8)
1561 elf64_alpha_relax_got_load (info, symval, irel, r_type)
1565 unsigned long r_type;
1575 reloc_howto_type *howto = elf64_alpha_howto_table + r_type;
1142 unsigned r_type; local
2020 unsigned long r_type = ELF64_R_TYPE (irel->r_info); local
2982 unsigned long r_symndx, r_type; local
4173 unsigned long r_type; local
4299 unsigned long r_type; local
4947 long r_type; local
[all...]
H A Daout-ns32k.c177 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
178 *r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
179 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
181 r_ns32k_type = ((rel->r_type[0] & RELOC_STD_BITS_NS32K_TYPE_LITTLE)
211 reloc->r_type[0] =
H A Daoutx.h2130 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
2142 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
2165 unsigned int r_type;
2172 r_type = (unsigned int) g->howto->type;
2211 natptr->r_type[0] = ((r_extern ? RELOC_EXT_BITS_EXTERN_BIG : 0)
2212 | (r_type << RELOC_EXT_BITS_TYPE_SH_BIG));
2219 natptr->r_type[0] = ((r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0)
2220 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE));
2281 unsigned int r_type;
2292 r_extern = (0 != (bytes->r_type[
2159 unsigned int r_type; variable
2275 unsigned int r_type; variable
[all...]
H A Delf64-sh64.c1324 enum elf_sh_reloc_type r_type; local
1328 r_type = (enum elf_sh_reloc_type) reloc_entry->howto->type;
1348 switch (r_type)
1512 int r_type; local
1525 r_type = ELF64_R_TYPE (rel->r_info);
1527 if (r_type == (int) R_SH_NONE)
1530 if (r_type < 0
1531 || r_type > R_SH_64_PCREL
1532 || (r_type >= (int) R_SH_FIRST_INVALID_RELOC
1533 && r_type <
[all...]
H A Delf32-crx.c414 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
415 BFD_ASSERT (r_type < (unsigned int) R_CRX_MAX);
416 cache_ptr->howto = &crx_elf_howto_table[r_type];
430 unsigned short r_type = howto->type; local
434 switch (r_type)
524 if (r_type == R_CRX_REL4)
534 if (r_type == R_CRX_REGREL12)
541 if (r_type == R_CRX_REL24
542 || r_type == R_CRX_REGREL22
543 || r_type
814 int r_type; local
[all...]
H A Delf64-s390.c870 elf_s390_tls_transition (info, r_type, is_local)
872 int r_type;
876 return r_type;
878 switch (r_type)
893 return r_type;
929 unsigned int r_type; local
950 r_type = elf_s390_tls_transition (info,
953 switch (r_type)
1004 switch (r_type)
1082 switch (r_type)
1394 unsigned int r_type; local
2241 unsigned int r_type; local
[all...]
H A Delf32-arm.h820 long r_type; local
825 r_type = ELF32_R_TYPE (irel->r_info);
829 if ( r_type != R_ARM_PC24
830 && r_type != R_ARM_THM_PC22)
864 switch (r_type)
1191 int r_type)
1193 switch (r_type)
1205 return r_type;
1227 unsigned long r_type = howto->type; local
1246 r_type
1190 arm_real_reloc_type(struct elf32_arm_link_hash_table * globals, int r_type) argument
2077 int r_type; local
2832 int r_type; local
2944 int r_type; local
[all...]
H A Delf32-iq2000.c429 unsigned int r_type;
431 r_type = ELF32_R_TYPE (dst->r_info);
432 switch (r_type)
443 cache_ptr->howto = & iq2000_elf_howto_table [r_type];
590 int r_type;
592 r_type = ELF32_R_TYPE (rel->r_info);
594 if ( r_type == R_IQ2000_GNU_VTINHERIT
595 || r_type == R_IQ2000_GNU_VTENTRY)
637 switch (r_type)
425 unsigned int r_type; local
585 int r_type; local
H A Delf64-ppc.c2178 enum elf_ppc64_reloc_type r_type;
2193 r_type = reloc_entry->howto->type;
2194 if (r_type == R_PPC64_ADDR14_BRTAKEN
2195 || r_type == R_PPC64_REL14_BRTAKEN)
4237 enum elf_ppc64_reloc_type r_type;
4246 r_type = ELF64_R_TYPE (rel->r_info);
4247 switch (r_type)
4586 && (MUST_BE_DYN_RELOC (r_type)
4680 if (!MUST_BE_DYN_RELOC (r_type))
4842 enum elf_ppc64_reloc_type r_type;
2176 enum elf_ppc64_reloc_type r_type; local
4233 enum elf_ppc64_reloc_type r_type; local
4838 enum elf_ppc64_reloc_type r_type; local
4935 enum elf_ppc64_reloc_type r_type; local
5934 enum elf_ppc64_reloc_type r_type; local
6362 enum elf_ppc64_reloc_type r_type; local
7172 enum elf_ppc64_reloc_type r_type; local
8029 enum elf_ppc64_reloc_type r_type; local
8631 enum elf_ppc64_reloc_type r_type; local
10069 enum elf_ppc64_reloc_type r_type; local
[all...]
H A Delf32-s390.c917 elf_s390_tls_transition (info, r_type, is_local)
919 int r_type;
923 return r_type;
925 switch (r_type)
940 return r_type;
976 unsigned int r_type; local
996 r_type = elf_s390_tls_transition (info,
999 switch (r_type)
1047 switch (r_type)
1120 switch (r_type)
1429 unsigned int r_type; local
2270 unsigned int r_type; local
[all...]
H A Dcoff-m68k.c204 m68k_rtype2howto(internal, (relocentry)->r_type)
207 external.r_type = m68k_howto2rtype (internal)
371 if (ptr && (reloc.r_type == R_PCRBYTE \
372 || reloc.r_type == R_PCRWORD \
373 || reloc.r_type == R_PCRLONG)) \
481 if (irel->r_type != R_RELLONG)
H A Delf32-m32r.c1352 unsigned int r_type;
1354 r_type = ELF32_R_TYPE (dst->r_info);
1356 cache_ptr->howto = &m32r_elf_howto_table[r_type];
2590 int r_type;
2608 r_type = ELF32_R_TYPE (rel->r_info);
2609 if (r_type < 0 || r_type >= (int) R_M32R_max)
2613 (int) r_type);
2619 if (r_type == R_M32R_GNU_VTENTRY
2620 || r_type
1350 unsigned int r_type; local
2585 int r_type; local
4475 int r_type; local
[all...]
H A Delfxx-ia64.c276 PARAMS ((bfd_byte *hit_addr, bfd_vma val, unsigned int r_type));
778 unsigned long r_type = ELFNN_R_TYPE (irel->r_info);
787 switch (r_type)
884 if (r_type != R_IA64_PCREL21B)
893 else if (elfNN_ia64_dynamic_symbol_p (h, link_info, r_type))
958 if (r_type == R_IA64_PCREL60B)
974 else if (r_type == R_IA64_PCREL60B)
1079 if (elfNN_ia64_install_value (contents + roff, offset, r_type)
1106 if (r_type == R_IA64_LTOFF22X)
1594 elfNN_ia64_dynamic_symbol_p (h, info, r_type)
775 unsigned long r_type = ELFNN_R_TYPE (irel->r_info); local
3894 unsigned int r_type; local
[all...]
H A Delfn32-mips.c1663 mips_elf_n32_rtype_to_howto (unsigned int r_type, bfd_boolean rela_p)
1665 switch (r_type)
1681 BFD_ASSERT (r_type < (unsigned int) R_MIPS_max);
1683 return &elf_mips_howto_table_rela[r_type];
1685 return &elf_mips_howto_table_rel[r_type];
1695 unsigned int r_type;
1697 r_type = ELF32_R_TYPE (dst->r_info);
1698 cache_ptr->howto = mips_elf_n32_rtype_to_howto (r_type, FALSE);
1705 && (r_type == (unsigned int) R_MIPS_GPREL16
1706 || r_type
1659 mips_elf_n32_rtype_to_howto(unsigned int r_type, bfd_boolean rela_p) argument
1691 unsigned int r_type; local
1712 unsigned int r_type; local
[all...]
H A Dcoff-tic30.c94 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto)
106 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
113 switch (dst->r_type)
H A Delf32-fr30.c386 unsigned int r_type;
388 r_type = ELF32_R_TYPE (dst->r_info);
389 BFD_ASSERT (r_type < (unsigned int) R_FR30_max);
390 cache_ptr->howto = & fr30_elf_howto_table [r_type];
541 int r_type;
543 r_type = ELF32_R_TYPE (rel->r_info);
545 if ( r_type == R_FR30_GNU_VTINHERIT
546 || r_type == R_FR30_GNU_VTENTRY)
383 unsigned int r_type; local
536 int r_type; local
H A Delf32-ppc.c1704 unsigned long r_type = ELF32_R_TYPE (irel->r_info);
1714 switch (r_type)
1775 if (r_type == R_PPC_PLTREL24
1916 switch (r_type)
3561 bad_shared_reloc (bfd *abfd, enum elf_ppc_reloc_type r_type)
3566 ppc_elf_howto_table[r_type]->name);
3626 enum elf_ppc_reloc_type r_type;
3650 r_type = ELF32_R_TYPE (rel->r_info);
3651 switch (r_type)
3714 bad_shared_reloc (abfd, r_type);
1700 unsigned long r_type = ELF32_R_TYPE (irel->r_info); local
3546 bad_shared_reloc(bfd *abfd, enum elf_ppc_reloc_type r_type) argument
3611 enum elf_ppc_reloc_type r_type; local
4068 enum elf_ppc_reloc_type r_type; local
4217 enum elf_ppc_reloc_type r_type; local
4670 enum elf_ppc_reloc_type r_type; local
[all...]
H A Delf32-xtensa.c447 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
449 BFD_ASSERT (r_type < (unsigned int) R_XTENSA_max);
450 cache_ptr->howto = &elf_howto_table[r_type];
770 unsigned int r_type;
775 r_type = ELF32_R_TYPE (rel->r_info);
794 switch (r_type)
1028 unsigned int r_type;
1035 r_type = ELF32_R_TYPE (rel->r_info);
1036 switch (r_type)
2038 int r_type;
446 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
766 unsigned int r_type; local
1024 unsigned int r_type; local
2032 int r_type; local
3168 get_relocation_opnd(xtensa_opcode opcode, int r_type) argument
3211 get_relocation_slot(int r_type) argument
3308 is_alt_relocation(int r_type) argument
3316 is_operand_relocation(int r_type) argument
4144 int r_type; local
6866 int r_type; local
7171 unsigned r_type; local
7741 unsigned r_type; local
8327 int r_type; local
8443 int r_type; local
8589 unsigned r_type; local
8997 int r_type = ELF32_R_TYPE (rel->r_info); local
9042 int r_type = ELF32_R_TYPE (rel->r_info); local
[all...]
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dapollo.h94 char r_type[2]; member in struct:external_reloc
H A Dsparc.h148 char r_type[2]; member in struct:external_reloc
H A Dtic80.h93 char r_type[2]; member in struct:external_reloc

Completed in 355 milliseconds

123456