HomeSort by: relevance | last modified time | path
    Searched defs:note_data (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
elf-none-tdep.c 39 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);
118 gcore_elf_make_tdesc_note (gdbarch, obfd, &note_data, note_size);
120 return note_data;
gcore-elf.c 36 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size)
38 note_data (note_data), note_size (note_size),
52 gdb::unique_xmalloc_ptr<char> *note_data; member in class:gcore_elf_collect_regset_section_cb_data::gdb
89 data->note_data->reset (elfcore_write_prstatus
90 (data->obfd, data->note_data->release (),
95 data->note_data->reset (elfcore_write_register_note
96 (data->obfd, data->note_data->release (),
100 if (*data->note_data == nullptr)
105 buffer represented by *NOTE_DATA and NOTE_SIZE. OBFD is the bfd int
    [all...]
gcore.c 81 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
91 note_data = target_make_corefile_notes (obfd, &note_size);
93 note_data = gdbarch_make_corefile_notes (arch, obfd, &note_size);
95 if (note_data == NULL || note_size == 0)
121 if (!bfd_set_section_contents (obfd, note_sec, note_data.get (), 0,
procfs.c 3488 gdb::unique_xmalloc_ptr<char> &note_data,
3506 note_data.reset (elfcore_write_lwpstatus (obfd,
3507 note_data.release (),
3513 note_data.reset (elfcore_write_prfpreg (obfd,
3514 note_data.release (),
3523 gdb::unique_xmalloc_ptr<char> &note_data,
3525 : obfd (obfd), note_data (note_data), note_size (note_size),
3530 gdb::unique_xmalloc_ptr<char> &note_data; member in class:procfs_corefile_thread_data::gdb
3546 args->note_data,
3582 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
    [all...]
linux-tdep.c 1733 the output BFD. NOTE_DATA is the current note data, and NOTE_SIZE
1734 is a pointer to the note size. Updates NOTE_DATA and NOTE_SIZE. */
1738 gdb::unique_xmalloc_ptr<char> &note_data,
1777 note_data.reset (elfcore_write_file_note (obfd, note_data.release (), note_size,
1818 gdb::unique_xmalloc_ptr<char> &note_data,
1822 &note_data, note_size);
1826 if (note_data != nullptr)
1831 note_data.reset (elfcore_write_note (obfd, note_data.release ()
2353 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
    [all...]
fbsd-tdep.c 678 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
697 note_data.reset (elfcore_write_prpsinfo (obfd, note_data.release (),
728 obfd, &note_data, note_size);
735 obfd, &note_data, note_size);
744 note_data.reset (elfcore_write_note (obfd, note_data.release (),
749 if (!note_data)
757 note_data.reset (elfcore_write_note (obfd, note_data.release ()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
elf-none-tdep.c 38 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
70 note_data.reset (elfcore_write_prpsinfo (obfd, note_data.release (),
73 if (note_data == nullptr)
100 stop_signal, obfd, &note_data,
108 &note_data, note_size);
117 gcore_elf_make_tdesc_note (gdbarch, obfd, &note_data, note_size);
119 return note_data;
gcore-elf.c 36 gdb::unique_xmalloc_ptr<char> *note_data, int *note_size)
38 note_data (note_data), note_size (note_size),
52 gdb::unique_xmalloc_ptr<char> *note_data; member in class:gcore_elf_collect_regset_section_cb_data::gdb
89 data->note_data->reset (elfcore_write_prstatus
90 (data->obfd, data->note_data->release (),
95 data->note_data->reset (elfcore_write_register_note
96 (data->obfd, data->note_data->release (),
100 if (*data->note_data == nullptr)
105 buffer represented by *NOTE_DATA and NOTE_SIZE. OBFD is the bfd int
    [all...]
gcore.c 81 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
91 note_data = target_make_corefile_notes (obfd, &note_size);
93 note_data = gdbarch_make_corefile_notes (arch, obfd, &note_size);
95 if (note_data == NULL || note_size == 0)
121 if (!bfd_set_section_contents (obfd, note_sec, note_data.get (), 0,
procfs.c 3483 gdb::unique_xmalloc_ptr<char> &note_data,
3501 note_data.reset (elfcore_write_lwpstatus (obfd,
3502 note_data.release (),
3508 note_data.reset (elfcore_write_prfpreg (obfd,
3509 note_data.release (),
3518 gdb::unique_xmalloc_ptr<char> &note_data,
3520 : obfd (obfd), note_data (note_data), note_size (note_size),
3525 gdb::unique_xmalloc_ptr<char> &note_data; member in class:procfs_corefile_thread_data::gdb
3541 args->note_data,
3577 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
    [all...]
linux-tdep.c 1750 the output BFD. NOTE_DATA is the current note data, and NOTE_SIZE
1751 is a pointer to the note size. Updates NOTE_DATA and NOTE_SIZE. */
1755 gdb::unique_xmalloc_ptr<char> &note_data,
1794 note_data.reset (elfcore_write_file_note (obfd, note_data.release (), note_size,
1835 gdb::unique_xmalloc_ptr<char> &note_data,
1839 &note_data, note_size);
1843 if (note_data != nullptr)
1848 note_data.reset (elfcore_write_note (obfd, note_data.release ()
2057 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
    [all...]
fbsd-tdep.c 677 gdb::unique_xmalloc_ptr<char> note_data; member in class:gdb
696 note_data.reset (elfcore_write_prpsinfo (obfd, note_data.release (),
727 obfd, &note_data, note_size);
734 obfd, &note_data, note_size);
743 note_data.reset (elfcore_write_note (obfd, note_data.release (),
748 if (!note_data)
756 note_data.reset (elfcore_write_note (obfd, note_data.release ()
    [all...]

Completed in 37 milliseconds