Searched refs:elf_reloc (Results 1 – 14 of 14) sorted by relevance
47 Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED) in elf_generic_info_to_howto()55 Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED) in elf_generic_info_to_howto_rel()
230 Elf_Internal_Rela *elf_reloc) in elf32_xc16x_info_to_howto() argument235 r = ELF32_R_TYPE (elf_reloc->r_info); in elf32_xc16x_info_to_howto()
1026 Elf_Internal_Rela *elf_reloc) in elf_hppa_info_to_howto() argument1028 BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info) in elf_hppa_info_to_howto()1030 bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)]; in elf_hppa_info_to_howto()1038 Elf_Internal_Rela *elf_reloc) in elf_hppa_info_to_howto_rel() argument1040 BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info) in elf_hppa_info_to_howto_rel()1042 bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)]; in elf_hppa_info_to_howto_rel()
288 Elf_Internal_Rela *elf_reloc) in elf32_h8_info_to_howto() argument293 r = ELF32_R_TYPE (elf_reloc->r_info); in elf32_h8_info_to_howto()305 Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED) in elf32_h8_info_to_howto_rel()310 r = ELF32_R_TYPE (elf_reloc->r_info); in elf32_h8_info_to_howto_rel()
910 Elf_Internal_Rela *elf_reloc) in elf32_i860_info_to_howto_rela() argument913 = lookup_howto ((unsigned) ELF32_R_TYPE (elf_reloc->r_info)); in elf32_i860_info_to_howto_rela()
1504 Elf_Internal_Rela *elf_reloc) in elf32_tic6x_info_to_howto() argument1508 r_type = ELF32_R_TYPE (elf_reloc->r_info); in elf32_tic6x_info_to_howto()1517 Elf_Internal_Rela *elf_reloc) in elf32_tic6x_info_to_howto_rel() argument1521 r_type = ELF32_R_TYPE (elf_reloc->r_info); in elf32_tic6x_info_to_howto_rel()
2381 Elf_Internal_Rela *elf_reloc) in s3_bfd_score_info_to_howto() argument2385 r_type = ELF32_R_TYPE (elf_reloc->r_info); in s3_bfd_score_info_to_howto()4086 Elf_Internal_Rela *elf_reloc) in _bfd_score_info_to_howto() argument4089 return s3_bfd_score_info_to_howto (abfd, bfd_reloc, elf_reloc); in _bfd_score_info_to_howto()4091 return s7_bfd_score_info_to_howto (abfd, bfd_reloc, elf_reloc); in _bfd_score_info_to_howto()
2218 Elf_Internal_Rela *elf_reloc) in s7_bfd_score_info_to_howto() argument2222 r_type = ELF32_R_TYPE (elf_reloc->r_info); in s7_bfd_score_info_to_howto()
203 Elf_Internal_Rela *elf_reloc) in elfNN_ia64_info_to_howto() argument206 = ia64_elf_lookup_howto ((unsigned int) ELFNN_R_TYPE (elf_reloc->r_info)); in elfNN_ia64_info_to_howto()
246 Elf_Internal_Rela *elf_reloc) in elf64_ia64_info_to_howto() argument249 = ia64_elf_lookup_howto ((unsigned int) ELF64_R_TYPE (elf_reloc->r_info)); in elf64_ia64_info_to_howto()
1516 Elf_Internal_Rela *elf_reloc) in elfNN_aarch64_info_to_howto() argument1520 r_type = ELFNN_R_TYPE (elf_reloc->r_info); in elfNN_aarch64_info_to_howto()
1790 Elf_Internal_Rela * elf_reloc) in elf32_arm_info_to_howto() argument1794 r_type = ELF32_R_TYPE (elf_reloc->r_info); in elf32_arm_info_to_howto()
2916 (elf32_h8_info_to_howto): Parameter elf_reloc is used.