Searched refs:elfcore_write_note (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elf.c | 8247 elfcore_write_note (bfd *abfd, in elfcore_write_note() function 8328 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prpsinfo() 8345 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prpsinfo() 8382 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_prstatus() 8394 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_prstatus() 8426 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_lwpstatus() 8450 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus() 8461 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus() 8476 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prfpreg() 8489 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_thrmisc() [all …]
|
| D | elf-bfd.h | 2006 extern char *elfcore_write_note
|
| D | elf32-ppc.c | 1896 return elfcore_write_note (abfd, buf, bufsiz, in ppc_elf_write_core_note() 1918 return elfcore_write_note (abfd, buf, bufsiz, in ppc_elf_write_core_note()
|
| 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 | elf64-ppc.c | 2562 return elfcore_write_note (abfd, buf, bufsiz, in ppc64_elf_write_core_note() 2584 return elfcore_write_note (abfd, buf, bufsiz, in ppc64_elf_write_core_note()
|
| 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.
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | procfs.c | 5944 note_data = elfcore_write_note (obfd, note_data, note_size, in procfs_make_note_section()
|