Home
last modified time | relevance | path

Searched refs:elf_backend_count_relocs (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Delfxx-target.h479 #ifndef elf_backend_count_relocs
480 #define elf_backend_count_relocs NULL macro
670 elf_backend_count_relocs,
Delf-bfd.h940 unsigned int (*elf_backend_count_relocs) member
DChangeLog417 (elf_backend_count_relocs): Define.
474 elf_backend_count_relocs.
Delf32-spu.c3138 #define elf_backend_count_relocs spu_elf_count_relocs macro
Delflink.c9474 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()
DChangeLog-00013915 elf_backend_count_relocs: New field: Function for determining
3918 elf_backend_emit_relocs and elf_backend_count_relocs.