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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfxx-target.h488 #ifndef elf_backend_write_core_note
489 #define elf_backend_write_core_note NULL macro
673 elf_backend_write_core_note,
H A Delf-bfd.h956 char *(*elf_backend_write_core_note)
954 char *(*elf_backend_write_core_note) member in struct:elf_backend_data
H A Delf.c8313 if (bed->elf_backend_write_core_note != NULL)
8316 ret = (*bed->elf_backend_write_core_note) (abfd, buf, bufsiz,
8371 if (bed->elf_backend_write_core_note != NULL)
8374 ret = (*bed->elf_backend_write_core_note) (abfd, buf, bufsiz,
H A Delf32-ppc.c7644 #define elf_backend_write_core_note ppc_elf_write_core_note
7625 #define elf_backend_write_core_note macro
H A Delf64-ppc.c90 #define elf_backend_write_core_note ppc64_elf_write_core_note macro

Completed in 228 milliseconds