Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c7230 elfcore_write_note (bfd *abfd, in elfcore_write_note() function
7301 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prpsinfo()
7322 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prstatus()
7353 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_lwpstatus()
7372 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus()
7386 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prfpreg()
7398 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prxfpreg()
H A Delf-bfd.h1669 extern char *elfcore_write_note
H A 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.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c8263 elfcore_write_note (bfd *abfd, in elfcore_write_note() function
8334 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prpsinfo()
8355 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prstatus()
8386 return elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_lwpstatus()
8405 buf = elfcore_write_note (abfd, buf, bufsiz, note_name, in elfcore_write_pstatus()
8419 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prfpreg()
8431 return elfcore_write_note (abfd, buf, bufsiz, in elfcore_write_prxfpreg()
H A Delf-bfd.h1852 extern char *elfcore_write_note
H A 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.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c2606 note_data = elfcore_write_note (obfd, note_data, note_size, in linux_nat_make_corefile_notes()
H A Dprocfs.c6152 note_data = elfcore_write_note (obfd, note_data, note_size, in procfs_make_note_section()