Searched refs:bfd_reloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-gen.c46 arelent *bfd_reloc,
49 bfd_reloc->howto = &dummy;
54 arelent *bfd_reloc,
57 bfd_reloc->howto = &dummy;
45 elf_generic_info_to_howto(bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED) argument
53 elf_generic_info_to_howto_rel(bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED) argument
H A Delf64-gen.c46 arelent *bfd_reloc,
49 bfd_reloc->howto = &dummy;
54 arelent *bfd_reloc,
57 bfd_reloc->howto = &dummy;
45 elf_generic_info_to_howto(bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED) argument
53 elf_generic_info_to_howto_rel(bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED) argument
H A Delf32-score.c2177 arelent *bfd_reloc,
2184 bfd_reloc->howto = NULL;
2186 bfd_reloc->howto = &elf32_score_howto_table[r_type];
2246 arelent bfd_reloc; local
2251 _bfd_score_info_to_howto (input_bfd, &bfd_reloc, (Elf_Internal_Rela *) rel);
2252 howto = bfd_reloc.howto;
2176 _bfd_score_info_to_howto(bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc) argument
H A Delfxx-ia64.c200 PARAMS ((bfd *abfd, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc));
636 elfNN_ia64_info_to_howto (abfd, bfd_reloc, elf_reloc)
638 arelent *bfd_reloc;
641 bfd_reloc->howto
H A Delf32-arm.c1678 elf32_arm_info_to_howto (bfd * abfd ATTRIBUTE_UNUSED, arelent * bfd_reloc, argument
1684 bfd_reloc->howto = elf32_arm_howto_from_type (r_type);
6390 arelent bfd_reloc; local
6403 bfd_reloc.howto = elf32_arm_howto_from_type (r_type);
6404 howto = bfd_reloc.howto;

Completed in 115 milliseconds