Searched refs:check_relocs (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf-bfd.h661 bfd_boolean (*check_relocs)
659 bfd_boolean (*check_relocs) member in struct:elf_backend_data
H A Delflink.c2876 bfd_boolean (*check_relocs)
4044 check_relocs = get_elf_backend_data (abfd)->check_relocs;
4048 && check_relocs != NULL)
4069 ok = (*check_relocs) (abfd, info, o, internal_relocs);
8492 /* Called from check_relocs to record the existence of a VTINHERIT reloc. */
8549 /* Called from check_relocs to record the existence of a VTENTRY reloc. */
H A Delflink.h1297 bfd_boolean (*check_relocs)
2461 check_relocs = get_elf_backend_data (abfd)->check_relocs;
2464 && check_relocs != NULL)
2487 ok = (*check_relocs) (abfd, info, o, internal_relocs);
8261 /* Called from check_relocs to record the existance of a VTINHERIT reloc. */
8318 /* Called from check_relocs to record the existance of a VTENTRY reloc. */
1295 bfd_boolean (*check_relocs) variable
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-bfd.h694 bfd_boolean (*check_relocs)
692 bfd_boolean (*check_relocs) member in struct:elf_backend_data
H A Delflink.c4423 && bed->check_relocs != NULL)
4444 ok = (*bed->check_relocs) (abfd, info, o, internal_relocs);
9648 /* Called from check_relocs to record the existence of a VTINHERIT reloc. */
9710 /* Called from check_relocs to record the existence of a VTENTRY reloc. */

Completed in 286 milliseconds