Searched refs:elfcore_write_note (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-aarch64.c | 557 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()
|
D | elf.c | 9212 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 …]
|
D | elf64-x86-64.c | 460 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()
|
D | elf-bfd.h | 2241 extern char *elfcore_write_note
|
D | elf32-ppc.c | 2275 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()
|
D | ChangeLog-2012 | 3174 size. Call elfcore_write_note for the local variables. Remove the 3175 final elfcore_write_note call. Add NOTREACHED comments.
|
D | ChangeLog-2006 | 359 * elf.c (elfcore_write_note): Pad note descriptor to 4-byte 407 * elf.c (elfcore_write_note): Pad to 4-byte boundary.
|
D | ChangeLog-0203 | 1269 * 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.
|
D | elf64-ppc.c | 2904 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()
|
D | elf32-arm.c | 2015 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()
|
D | ChangeLog-2007 | 921 (elfcore_write_note): Check realloc return.
|