Home
last modified time | relevance | path

Searched refs:elfcore_write_note (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-aarch64.c634 return elfcore_write_note (abfd, buf, bufsiz, "CORE", in _bfd_aarch64_elf_write_core_note()
656 return elfcore_write_note (abfd, buf, bufsiz, "CORE", in _bfd_aarch64_elf_write_core_note()
Delf.c10028 elfcore_write_note (bfd *abfd, in elfcore_write_note() function
10110 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prpsinfo()
10127 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prpsinfo()
10144 return elfcore_write_note (abfd, buf, bufsiz, "CORE", NT_PRPSINFO, in elfcore_write_linux_prpsinfo32()
10156 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_linux_prpsinfo64()
10190 return elfcore_write_note (abfd, buf, bufsiz, "CORE", in elfcore_write_prstatus()
10202 return elfcore_write_note (abfd, buf, bufsiz, "CORE", in elfcore_write_prstatus()
10237 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_lwpstatus()
10261 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus()
10272 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus()
[all …]
Delf64-x86-64.c469 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
478 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
499 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
509 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
520 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
Delf-bfd.h2386 extern char *elfcore_write_note
Delf32-ppc.c2387 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_ppc_linux_prpsinfo32()
2409 return elfcore_write_note (abfd, buf, bufsiz, in ppc_elf_write_core_note()
2431 return elfcore_write_note (abfd, buf, bufsiz, in ppc_elf_write_core_note()
DChangeLog-20123174 size. Call elfcore_write_note for the local variables. Remove the
3175 final elfcore_write_note call. Add NOTREACHED comments.
DChangeLog-2006359 * elf.c (elfcore_write_note): Pad note descriptor to 4-byte
407 * elf.c (elfcore_write_note): Pad to 4-byte boundary.
DChangeLog-02031269 * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)
3335 (swap_out_syms, elfcore_write_note): Likewise.
7913 (elfcore_write_note): Constify input params. Use PTR instead of
7922 * elf-bfd.h (elfcore_write_note): Update declaration.
11230 * elf.c (elfcore_write_note): New function.
Delf64-ppc.c2973 return elfcore_write_note (abfd, buf, bufsiz, in ppc64_elf_write_core_note()
2995 return elfcore_write_note (abfd, buf, bufsiz, in ppc64_elf_write_core_note()
Delf32-arm.c2073 return elfcore_write_note (abfd, buf, bufsiz, in elf32_arm_nabi_write_core_note()
2095 return elfcore_write_note (abfd, buf, bufsiz, in elf32_arm_nabi_write_core_note()
DChangeLog-2007921 (elfcore_write_note): Check realloc return.