Home
last modified time | relevance | path

Searched refs:elf_reloc (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-gen.c47 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()
Delf32-gen.c47 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()
Delf32-xc16x.c230 Elf_Internal_Rela *elf_reloc) in elf32_xc16x_info_to_howto() argument
235 r = ELF32_R_TYPE (elf_reloc->r_info); in elf32_xc16x_info_to_howto()
Delf-hppa.h1026 Elf_Internal_Rela *elf_reloc) in elf_hppa_info_to_howto() argument
1028 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() argument
1040 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()
Delf32-h8300.c288 Elf_Internal_Rela *elf_reloc) in elf32_h8_info_to_howto() argument
293 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()
Delf32-i860.c910 Elf_Internal_Rela *elf_reloc) in elf32_i860_info_to_howto_rela() argument
913 = lookup_howto ((unsigned) ELF32_R_TYPE (elf_reloc->r_info)); in elf32_i860_info_to_howto_rela()
Delf32-tic6x.c1504 Elf_Internal_Rela *elf_reloc) in elf32_tic6x_info_to_howto() argument
1508 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() argument
1521 r_type = ELF32_R_TYPE (elf_reloc->r_info); in elf32_tic6x_info_to_howto_rel()
Delf32-score.c2381 Elf_Internal_Rela *elf_reloc) in s3_bfd_score_info_to_howto() argument
2385 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() argument
4089 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()
Delf32-score7.c2218 Elf_Internal_Rela *elf_reloc) in s7_bfd_score_info_to_howto() argument
2222 r_type = ELF32_R_TYPE (elf_reloc->r_info); in s7_bfd_score_info_to_howto()
Delfnn-ia64.c203 Elf_Internal_Rela *elf_reloc) in elfNN_ia64_info_to_howto() argument
206 = ia64_elf_lookup_howto ((unsigned int) ELFNN_R_TYPE (elf_reloc->r_info)); in elfNN_ia64_info_to_howto()
Delf64-ia64-vms.c246 Elf_Internal_Rela *elf_reloc) in elf64_ia64_info_to_howto() argument
249 = ia64_elf_lookup_howto ((unsigned int) ELF64_R_TYPE (elf_reloc->r_info)); in elf64_ia64_info_to_howto()
Delfnn-aarch64.c1516 Elf_Internal_Rela *elf_reloc) in elfNN_aarch64_info_to_howto() argument
1520 r_type = ELFNN_R_TYPE (elf_reloc->r_info); in elfNN_aarch64_info_to_howto()
Delf32-arm.c1790 Elf_Internal_Rela * elf_reloc) in elf32_arm_info_to_howto() argument
1794 r_type = ELF32_R_TYPE (elf_reloc->r_info); in elf32_arm_info_to_howto()
DChangeLog-00012916 (elf32_h8_info_to_howto): Parameter elf_reloc is used.