Searched refs:elf_backend_write_core_note (Results 1 – 6 of 6) sorted by relevance
488 #ifndef elf_backend_write_core_note489 #define elf_backend_write_core_note NULL macro673 elf_backend_write_core_note,
1642 * 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.
954 char *(*elf_backend_write_core_note) member
8305 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()
7823 #define elf_backend_write_core_note ppc_elf_write_core_note macro
90 #define elf_backend_write_core_note ppc64_elf_write_core_note macro