Searched refs:elf_backend_count_relocs (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-target.h479 #ifndef elf_backend_count_relocs
480 #define elf_backend_count_relocs NULL macro
670 elf_backend_count_relocs,
H A Delf-bfd.h942 unsigned int (*elf_backend_count_relocs)
940 unsigned int (*elf_backend_count_relocs) member in struct:elf_backend_data
H A Delflink.c9484 else if (bed->elf_backend_count_relocs)
9495 = (*bed->elf_backend_count_relocs) (sec, relocs);
9581 BFD_ASSERT (bed->elf_backend_count_relocs == NULL);
H A Delf32-spu.c3138 #define elf_backend_count_relocs spu_elf_count_relocs macro

Completed in 118 milliseconds