Searched refs:elf_backend_count_relocs (Results 1 – 6 of 6) sorted by relevance
479 #ifndef elf_backend_count_relocs480 #define elf_backend_count_relocs NULL macro670 elf_backend_count_relocs,
940 unsigned int (*elf_backend_count_relocs) member
417 (elf_backend_count_relocs): Define.474 elf_backend_count_relocs.
3138 #define elf_backend_count_relocs spu_elf_count_relocs macro
9474 else if (bed->elf_backend_count_relocs) in bfd_elf_final_link()9485 = (*bed->elf_backend_count_relocs) (sec, relocs); in bfd_elf_final_link()9571 BFD_ASSERT (bed->elf_backend_count_relocs == NULL); in bfd_elf_final_link()
3915 elf_backend_count_relocs: New field: Function for determining3918 elf_backend_emit_relocs and elf_backend_count_relocs.