| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gcore-elf.c | 36 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size) in gcore_elf_collect_regset_section_cb_data() 38 note_data (note_data), note_size (note_size), in gcore_elf_collect_regset_section_cb_data() 52 gdb::unique_xmalloc_ptr<char> *note_data; member 89 data->note_data->reset (elfcore_write_prstatus in gcore_elf_collect_regset_section_cb() 90 (data->obfd, data->note_data->release (), in gcore_elf_collect_regset_section_cb() 95 data->note_data->reset (elfcore_write_register_note in gcore_elf_collect_regset_section_cb() 96 (data->obfd, data->note_data->release (), in gcore_elf_collect_regset_section_cb() 100 if (*data->note_data == nullptr) in gcore_elf_collect_regset_section_cb() 112 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size, in gcore_elf_collect_thread_registers() argument 118 note_data, note_size); in gcore_elf_collect_thread_registers() [all …]
|
| D | elf-none-tdep.c | 38 gdb::unique_xmalloc_ptr<char> note_data; in elf_none_make_corefile_notes() local 70 note_data.reset (elfcore_write_prpsinfo (obfd, note_data.release (), in elf_none_make_corefile_notes() 73 if (note_data == nullptr) in elf_none_make_corefile_notes() 100 stop_signal, obfd, ¬e_data, in elf_none_make_corefile_notes() 108 ¬e_data, note_size); in elf_none_make_corefile_notes() 117 gcore_elf_make_tdesc_note (gdbarch, obfd, ¬e_data, note_size); in elf_none_make_corefile_notes() 119 return note_data; in elf_none_make_corefile_notes()
|
| D | linux-tdep.c | 1755 gdb::unique_xmalloc_ptr<char> ¬e_data, in linux_make_mappings_corefile_notes() argument 1794 note_data.reset (elfcore_write_file_note (obfd, note_data.release (), note_size, in linux_make_mappings_corefile_notes() 1835 gdb::unique_xmalloc_ptr<char> ¬e_data, in linux_corefile_thread() argument 1839 ¬e_data, note_size); in linux_corefile_thread() 1843 if (note_data != nullptr) in linux_corefile_thread() 1848 note_data.reset (elfcore_write_note (obfd, note_data.release (), in linux_corefile_thread() 2057 gdb::unique_xmalloc_ptr<char> note_data; in linux_make_corefile_notes() local 2065 note_data.reset (elfcore_write_linux_prpsinfo64 (obfd, in linux_make_corefile_notes() 2066 note_data.release (), in linux_make_corefile_notes() 2069 note_data.reset (elfcore_write_linux_prpsinfo32 (obfd, in linux_make_corefile_notes() [all …]
|
| D | gcore-elf.h | 37 bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size); 46 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size);
|
| D | fbsd-tdep.c | 677 gdb::unique_xmalloc_ptr<char> note_data; in fbsd_make_corefile_notes() local 696 note_data.reset (elfcore_write_prpsinfo (obfd, note_data.release (), in fbsd_make_corefile_notes() 727 obfd, ¬e_data, note_size); in fbsd_make_corefile_notes() 734 obfd, ¬e_data, note_size); in fbsd_make_corefile_notes() 743 note_data.reset (elfcore_write_note (obfd, note_data.release (), in fbsd_make_corefile_notes() 748 if (!note_data) in fbsd_make_corefile_notes() 756 note_data.reset (elfcore_write_note (obfd, note_data.release (), in fbsd_make_corefile_notes() 761 if (!note_data) in fbsd_make_corefile_notes() 768 note_data.reset (elfcore_write_note (obfd, note_data.release (), in fbsd_make_corefile_notes() 773 if (!note_data) in fbsd_make_corefile_notes() [all …]
|
| D | procfs.c | 3483 gdb::unique_xmalloc_ptr<char> ¬e_data, in procfs_do_thread_registers() argument 3501 note_data.reset (elfcore_write_lwpstatus (obfd, in procfs_do_thread_registers() 3502 note_data.release (), in procfs_do_thread_registers() 3508 note_data.reset (elfcore_write_prfpreg (obfd, in procfs_do_thread_registers() 3509 note_data.release (), in procfs_do_thread_registers() 3518 gdb::unique_xmalloc_ptr<char> ¬e_data, in procfs_corefile_thread_data() 3520 : obfd (obfd), note_data (note_data), note_size (note_size), in procfs_corefile_thread_data() 3525 gdb::unique_xmalloc_ptr<char> ¬e_data; member 3541 args->note_data, in procfs_corefile_thread_callback() 3577 gdb::unique_xmalloc_ptr<char> note_data; in make_corefile_notes() local [all …]
|
| D | gcore.c | 81 gdb::unique_xmalloc_ptr<char> note_data; in write_gcore_file_1() local 91 note_data = target_make_corefile_notes (obfd, ¬e_size); in write_gcore_file_1() 93 note_data = gdbarch_make_corefile_notes (arch, obfd, ¬e_size); in write_gcore_file_1() 95 if (note_data == NULL || note_size == 0) in write_gcore_file_1() 121 if (!bfd_set_section_contents (obfd, note_sec, note_data.get (), 0, in write_gcore_file_1()
|
| D | ChangeLog-2020 | 3237 <note_data>: Change type to unique pointer. 3323 <note_data>: Change type to unique pointer. 3328 <note_data>: Change type to unique pointer. 3334 <note_data>: Change type to unique pointer. 3338 <note_data>: Change type to unique pointer.
|
| D | ChangeLog-2018 | 12893 * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | nacl.h | 210 const unsigned char* note_data = view.data(); in do_recognize_nacl_file() local 211 if ((elfcpp::Swap<32, big_endian>::readval(note_data + 0) in do_recognize_nacl_file() 213 && (elfcpp::Swap<32, big_endian>::readval(note_data + 4) in do_recognize_nacl_file() 215 && (elfcpp::Swap<32, big_endian>::readval(note_data + 8) in do_recognize_nacl_file() 218 const unsigned char* name = note_data + 12; in do_recognize_nacl_file()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf.c | 13380 elfcore_write_file_note (bfd *obfd, char *note_data, int *note_size, in elfcore_write_file_note() argument 13383 return elfcore_write_note (obfd, note_data, note_size, in elfcore_write_file_note()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf.c | 13391 elfcore_write_file_note (bfd *obfd, char *note_data, int *note_size, in elfcore_write_file_note() argument 13394 return elfcore_write_note (obfd, note_data, note_size, in elfcore_write_file_note()
|