Searched refs:note_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dfbsd-proc.c121 fbsd_make_corefile_notes (bfd *obfd, int *note_size) argument
134 note_data = elfcore_write_prstatus (obfd, note_data, note_size,
139 note_data = elfcore_write_prfpreg (obfd, note_data, note_size,
143 note_data = elfcore_write_thrmisc (obfd, note_data, note_size,
154 note_data = elfcore_write_prpsinfo (obfd, note_data, note_size,
H A Dgcore.c49 int note_size = 0; local
80 note_data = target_make_corefile_notes (obfd, &note_size);
83 if (note_data != NULL && note_size != 0)
94 bfd_set_section_size (obfd, note_sec, note_size);
102 if (note_data != NULL && note_size != 0)
104 if (!bfd_set_section_contents (obfd, note_sec, note_data, 0, note_size))
H A Dprocfs.c5823 char *note_data, int *note_size)
5835 note_size,
5842 note_size,
5850 note_size,
5859 int *note_size; member in struct:procfs_corefile_thread_data
5873 args->note_size);
5880 procfs_make_note_section (bfd *obfd, int *note_size) argument
5913 note_size,
5919 note_data = elfcore_write_pstatus (obfd, note_data, note_size,
5926 thread_args.note_size
5822 procfs_do_thread_registers(bfd *obfd, ptid_t ptid, char *note_data, int *note_size) argument
5954 procfs_make_note_section(bfd *obfd, int *note_size) argument
[all...]
H A Dexec.c762 exec_make_note_section (bfd *obfd, int *note_size)
758 exec_make_note_section(bfd *obfd, int *note_size) argument
H A Dsol-thread.c1563 sol_make_note_section (bfd *obfd, int *note_size)
1565 return procfs_ops.to_make_corefile_notes (obfd, note_size);
1556 sol_make_note_section(bfd *obfd, int *note_size) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp511 size_t note_size = llvm::alignTo(note.n_descsz, 4); local
512 DataExtractor note_data(segment, note_start, note_size);
515 offset += note_size;

Completed in 102 milliseconds