Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delf.c8247 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 …]
Delf-bfd.h2006 extern char *elfcore_write_note
Delf32-ppc.c1896 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()
DChangeLog-2006359 * elf.c (elfcore_write_note): Pad note descriptor to 4-byte
407 * elf.c (elfcore_write_note): Pad to 4-byte boundary.
Delf64-ppc.c2562 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()
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.
/freebsd-12-stable/contrib/gdb/gdb/
Dprocfs.c5944 note_data = elfcore_write_note (obfd, note_data, note_size, in procfs_make_note_section()