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

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-target.h435 #ifndef elf_backend_count_relocs
436 #define elf_backend_count_relocs NULL macro
608 elf_backend_count_relocs,
H A Delf-bfd.h909 unsigned int (*elf_backend_count_relocs)
907 unsigned int (*elf_backend_count_relocs) member in struct:elf_backend_data
H A Delflink.c7913 else if (bed->elf_backend_count_relocs)
7920 reloc_count = (*bed->elf_backend_count_relocs) (sec, relocs);
8005 BFD_ASSERT (bed->elf_backend_count_relocs == NULL);
/haiku-buildtools/binutils/bfd/
H A Delfxx-target.h567 #ifndef elf_backend_count_relocs
568 #define elf_backend_count_relocs NULL macro
800 elf_backend_count_relocs,
H A Delf-bfd.h1197 unsigned int (*elf_backend_count_relocs)
1195 unsigned int (*elf_backend_count_relocs) member in struct:elf_backend_data
H A Delf32-spu.c5495 #define elf_backend_count_relocs spu_elf_count_relocs macro
H A Delflink.c11462 else if (bed->elf_backend_count_relocs)
11463 reloc_count = (*bed->elf_backend_count_relocs) (info, sec);

Completed in 300 milliseconds