Searched refs:note_data (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delf-none-tdep.c39 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
71 note_data.reset (elfcore_write_prpsinfo (obfd, note_data.release (),
74 if (note_data == nullptr)
101 stop_signal, obfd, &note_data,
109 &note_data, note_size);
114 gcore_elf_make_tdesc_note (obfd, &note_data, note_size);
116 return note_data;
H A Dgcore-elf.h37 bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size);
45 (bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size);
H A Dgcore-elf.c37 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size)
39 note_data (note_data), note_size (note_size),
53 gdb::unique_xmalloc_ptr<char> *note_data; member in class:gcore_elf_collect_regset_section_cb_data::gdb
90 data->note_data->reset (elfcore_write_prstatus
91 (data->obfd, data->note_data->release (),
96 data->note_data->reset (elfcore_write_register_note
97 (data->obfd, data->note_data->release (),
101 if (*data->note_data == nullptr)
113 gdb::unique_xmalloc_ptr<char> *note_data, in
34 gcore_elf_collect_regset_section_cb_data(struct gdbarch *gdbarch, const struct regcache *regcache, bfd *obfd, ptid_t ptid, gdb_signal stop_signal, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size) argument
111 gcore_elf_collect_thread_registers(const struct regcache *regcache, ptid_t ptid, bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size, enum gdb_signal stop_signal) argument
127 gcore_elf_build_thread_register_notes(struct gdbarch *gdbarch, struct thread_info *info, gdb_signal stop_signal, bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size) argument
142 gcore_elf_make_tdesc_note(bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size) argument
[all...]
H A Dlinux-tdep.c1737 gdb::unique_xmalloc_ptr<char> &note_data,
1775 note_data.reset (elfcore_write_file_note (obfd, note_data.release (), note_size,
1813 gdb::unique_xmalloc_ptr<char> &note_data,
1815 : gdbarch (gdbarch), obfd (obfd), note_data (note_data),
1821 gdb::unique_xmalloc_ptr<char> &note_data; member in class:linux_corefile_thread_data::gdb
1835 args->obfd, &args->note_data,
1840 if (args->note_data != NULL)
1845 args->note_data
1736 linux_make_mappings_corefile_notes(struct gdbarch *gdbarch, bfd *obfd, gdb::unique_xmalloc_ptr<char> &note_data, int *note_size) argument
1812 linux_corefile_thread_data(struct gdbarch *gdbarch, bfd *obfd, gdb::unique_xmalloc_ptr<char> &note_data, int *note_size, gdb_signal stop_signal) argument
2048 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
[all...]
H A Dgcore.c71 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
80 note_data = target_make_corefile_notes (obfd, &note_size);
82 note_data = gdbarch_make_corefile_notes (target_gdbarch (), obfd,
85 if (note_data == NULL || note_size == 0)
106 if (!bfd_set_section_contents (obfd, note_sec, note_data.get (), 0,
H A Dfbsd-tdep.c676 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
695 note_data.reset (elfcore_write_prpsinfo (obfd, note_data.release (),
726 obfd, &note_data, note_size);
733 obfd, &note_data, note_size);
742 note_data.reset (elfcore_write_note (obfd, note_data.release (),
747 if (!note_data)
755 note_data.reset (elfcore_write_note (obfd, note_data
[all...]
H A Dprocfs.c3481 gdb::unique_xmalloc_ptr<char> &note_data,
3499 note_data.reset (elfcore_write_lwpstatus (obfd,
3500 note_data.release (),
3506 note_data.reset (elfcore_write_prfpreg (obfd,
3507 note_data.release (),
3516 gdb::unique_xmalloc_ptr<char> &note_data,
3518 : obfd (obfd), note_data (note_data), note_size (note_size),
3523 gdb::unique_xmalloc_ptr<char> &note_data; member in class:procfs_corefile_thread_data::gdb
3539 args->note_data,
3480 procfs_do_thread_registers(bfd *obfd, ptid_t ptid, gdb::unique_xmalloc_ptr<char> &note_data, int *note_size, enum gdb_signal stop_signal) argument
3515 procfs_corefile_thread_data(bfd *obfd, gdb::unique_xmalloc_ptr<char> &note_data, int *note_size, gdb_signal stop_signal) argument
3575 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-tdep.c1556 char *note_data, int *note_size)
1593 note_data = elfcore_write_note (obfd, note_data, note_size,
1599 return note_data;
1611 char *note_data; member in struct:linux_collect_regset_section_cb_data
1648 data->note_data = (char *) elfcore_write_prstatus
1649 (data->obfd, data->note_data, data->note_size, data->lwp,
1652 data->note_data = (char *) elfcore_write_register_note
1653 (data->obfd, data->note_data, data->note_size,
1656 if (data->note_data
1555 linux_make_mappings_corefile_notes(struct gdbarch *gdbarch, bfd *obfd, char *note_data, int *note_size) argument
1664 linux_collect_thread_registers(const struct regcache *regcache, ptid_t ptid, bfd *obfd, char *note_data, int *note_size, enum gdb_signal stop_signal) argument
1723 char *note_data; member in struct:linux_corefile_thread_data
1979 char *note_data = NULL; local
[all...]
H A Dfbsd-tdep.c594 char *note_data; member in struct:fbsd_collect_regset_section_cb_data
620 data->note_data = (char *) elfcore_write_prstatus
621 (data->obfd, data->note_data, data->note_size, data->lwp,
624 data->note_data = (char *) elfcore_write_register_note
625 (data->obfd, data->note_data, data->note_size,
629 if (data->note_data == NULL)
639 char *note_data, int *note_size,
647 data.note_data = note_data;
656 return data.note_data;
637 fbsd_collect_thread_registers(const struct regcache *regcache, ptid_t ptid, bfd *obfd, char *note_data, int *note_size, enum gdb_signal stop_signal) argument
663 char *note_data; member in struct:fbsd_corefile_thread_data
716 char *note_data = NULL; local
[all...]
H A Dgcore.c72 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
81 note_data.reset (target_make_corefile_notes (obfd, &note_size));
83 note_data.reset (gdbarch_make_corefile_notes (target_gdbarch (), obfd,
86 if (note_data == NULL || note_size == 0)
107 if (!bfd_set_section_contents (obfd, note_sec, note_data.get (), 0,
H A Dprocfs.c3509 char *note_data, int *note_size,
3527 note_data = (char *) elfcore_write_lwpstatus (obfd,
3528 note_data,
3534 note_data = (char *) elfcore_write_prfpreg (obfd,
3535 note_data,
3540 return note_data;
3545 char *note_data; member in struct:procfs_corefile_thread_data
3560 args->note_data = procfs_do_thread_registers (args->obfd, ptid,
3561 args->note_data,
3597 char *note_data local
3508 procfs_do_thread_registers(bfd *obfd, ptid_t ptid, char *note_data, int *note_size, enum gdb_signal stop_signal) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dnacl.h210 const unsigned char* note_data = view.data(); local
211 if ((elfcpp::Swap<32, big_endian>::readval(note_data + 0)
213 && (elfcpp::Swap<32, big_endian>::readval(note_data + 4)
215 && (elfcpp::Swap<32, big_endian>::readval(note_data + 8)
218 const unsigned char* name = note_data + 12;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dnacl.h210 const unsigned char* note_data = view.data(); local
211 if ((elfcpp::Swap<32, big_endian>::readval(note_data + 0)
213 && (elfcpp::Swap<32, big_endian>::readval(note_data + 4)
215 && (elfcpp::Swap<32, big_endian>::readval(note_data + 8)
218 const unsigned char* name = note_data + 12;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dnacl.h210 const unsigned char* note_data = view.data(); local
211 if ((elfcpp::Swap<32, big_endian>::readval(note_data + 0)
213 && (elfcpp::Swap<32, big_endian>::readval(note_data + 4)
215 && (elfcpp::Swap<32, big_endian>::readval(note_data + 8)
218 const unsigned char* name = note_data + 12;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf.c12618 elfcore_write_file_note (bfd *obfd, char *note_data, int *note_size,
12621 return elfcore_write_note (obfd, note_data, note_size,
12613 elfcore_write_file_note(bfd *obfd, char *note_data, int *note_size, const void *buf, int bufsiz) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf.c12593 elfcore_write_file_note (bfd *obfd, char *note_data, int *note_size,
12596 return elfcore_write_note (obfd, note_data, note_size,
12588 elfcore_write_file_note(bfd *obfd, char *note_data, int *note_size, const void *buf, int bufsiz) argument

Completed in 417 milliseconds