Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-aarch64.c557 return elfcore_write_note (abfd, buf, bufsiz, "CORE", in _bfd_aarch64_elf_write_core_note()
579 return elfcore_write_note (abfd, buf, bufsiz, "CORE", in _bfd_aarch64_elf_write_core_note()
Delf.c9212 elfcore_write_note (bfd *abfd, in elfcore_write_note() function
9294 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prpsinfo()
9311 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prpsinfo()
9330 return elfcore_write_note (abfd, buf, bufsiz, "CORE", NT_PRPSINFO, in elfcore_write_linux_prpsinfo32()
9344 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_linux_prpsinfo64()
9378 return elfcore_write_note (abfd, buf, bufsiz, "CORE", in elfcore_write_prstatus()
9390 return elfcore_write_note (abfd, buf, bufsiz, "CORE", in elfcore_write_prstatus()
9425 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_lwpstatus()
9449 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus()
9460 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus()
[all …]
Delf64-x86-64.c460 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
469 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
490 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
500 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
511 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, in elf_x86_64_write_core_note()
Delf-bfd.h2241 extern char *elfcore_write_note
Delf32-ppc.c2275 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_ppc_linux_prpsinfo32()
2297 return elfcore_write_note (abfd, buf, bufsiz, in ppc_elf_write_core_note()
2319 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.c2904 return elfcore_write_note (abfd, buf, bufsiz, in ppc64_elf_write_core_note()
2926 return elfcore_write_note (abfd, buf, bufsiz, in ppc64_elf_write_core_note()
Delf32-arm.c2015 return elfcore_write_note (abfd, buf, bufsiz, in elf32_arm_nabi_write_core_note()
2037 return elfcore_write_note (abfd, buf, bufsiz, in elf32_arm_nabi_write_core_note()
DChangeLog-2007921 (elfcore_write_note): Check realloc return.