Home
last modified time | relevance | path

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

/freebsd-12.1/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 DChangeLog1642 * elf-bfd.h (struct elf_backend_data): Add elf_backend_write_core_note.
1643 * elfxx-target.h (elf_backend_write_core_note): Define and use.
1652 (elf_backend_write_core_note): Define.
1654 (elf_backend_write_core_note): Define.
H A Delf-bfd.h954 char *(*elf_backend_write_core_note) member
H A Delf.c8305 if (bed->elf_backend_write_core_note != NULL) in elfcore_write_prpsinfo()
8308 ret = (*bed->elf_backend_write_core_note) (abfd, buf, bufsiz, in elfcore_write_prpsinfo()
8363 if (bed->elf_backend_write_core_note != NULL) in elfcore_write_prstatus()
8366 ret = (*bed->elf_backend_write_core_note) (abfd, buf, bufsiz, in elfcore_write_prstatus()
H A Delf32-ppc.c7823 #define elf_backend_write_core_note ppc_elf_write_core_note macro
H A Delf64-ppc.c90 #define elf_backend_write_core_note ppc64_elf_write_core_note macro