Searched refs:elf_backend_count_relocs (Results 1 – 7 of 7) sorted by relevance
531 #ifndef elf_backend_count_relocs532 #define elf_backend_count_relocs NULL macro735 elf_backend_count_relocs,
1109 unsigned int (*elf_backend_count_relocs) member
2186 (elf_backend_count_relocs): Define.2243 elf_backend_count_relocs.
5479 #define elf_backend_count_relocs spu_elf_count_relocs macro
10575 else if (bed->elf_backend_count_relocs) in bfd_elf_final_link()10576 reloc_count = (*bed->elf_backend_count_relocs) (info, sec); in bfd_elf_final_link()
692 * elf-bfd.h (struct elf_backend_data): Update elf_backend_count_relocs
3915 elf_backend_count_relocs: New field: Function for determining3918 elf_backend_emit_relocs and elf_backend_count_relocs.