Home
last modified time | relevance | path

Searched refs:lookup_howto (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-i860.c748 lookup_howto (unsigned int rtype) in lookup_howto() function
886 return lookup_howto (rtype); in elf32_i860_reloc_type_lookup()
913 = lookup_howto ((unsigned) ELF32_R_TYPE (elf_reloc->r_info)); in elf32_i860_info_to_howto_rela()
926 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_splitn()
952 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_pc16()
984 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_pc26()
1105 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rel->r_info)); in elf32_i860_relocate_section()
Delf32-nios2.c1575 lookup_howto (unsigned int rtype, bfd *abfd) in lookup_howto() function
2989 return lookup_howto (nios2_reloc_map[i].elf_val, abfd); in nios2_elf32_bfd_reloc_type_lookup()
3031 cache_ptr->howto = lookup_howto (r_type, abfd); in nios2_elf32_info_to_howto()
3743 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rel->r_info), output_bfd); in nios2_elf32_relocate_section()
DChangeLog-20152036 (lookup_howto): Add ABFD parameter. Adjust to look up in either
2039 (nios2_elf32_bfd_reloc_type_lookup): Do lookup using lookup_howto.
2043 (nios2_elf32_info_to_howto): Do lookup using lookup_howto.
2047 (nios2_elf32_relocate_section): Adjust call to lookup_howto.
DChangeLog-20112235 (lookup_howto): Renames to ia64_elf_lookup_howto. Make it public.
DChangeLog-20051733 * elfxx-ia64.c (lookup_howto): Likewise.
DChangeLog-00017146 (lookup_howto): New function.