Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dfbsd-proc.c121 fbsd_make_corefile_notes (bfd *obfd, int *note_size) in fbsd_make_corefile_notes() argument
134 note_data = elfcore_write_prstatus (obfd, note_data, note_size, in fbsd_make_corefile_notes()
139 note_data = elfcore_write_prfpreg (obfd, note_data, note_size, in fbsd_make_corefile_notes()
143 note_data = elfcore_write_thrmisc (obfd, note_data, note_size, in fbsd_make_corefile_notes()
154 note_data = elfcore_write_prpsinfo (obfd, note_data, note_size, in fbsd_make_corefile_notes()
H A Dgcore.c49 int note_size = 0; in gcore_command() local
80 note_data = target_make_corefile_notes (obfd, &note_size); in gcore_command()
83 if (note_data != NULL && note_size != 0) in gcore_command()
94 bfd_set_section_size (obfd, note_sec, note_size); in gcore_command()
102 if (note_data != NULL && note_size != 0) in gcore_command()
104 if (!bfd_set_section_contents (obfd, note_sec, note_data, 0, note_size)) in gcore_command()
H A Dprocfs.c5823 char *note_data, int *note_size) in procfs_do_thread_registers() argument
5835 note_size, in procfs_do_thread_registers()
5842 note_size, in procfs_do_thread_registers()
5850 note_size, in procfs_do_thread_registers()
5859 int *note_size; member
5873 args->note_size); in procfs_corefile_thread_callback()
5880 procfs_make_note_section (bfd *obfd, int *note_size) in procfs_make_note_section() argument
5913 note_size, in procfs_make_note_section()
5926 thread_args.note_size = note_size; in procfs_make_note_section()
5934 note_data, note_size); in procfs_make_note_section()
[all …]
H A Dsol-thread.c1556 sol_make_note_section (bfd *obfd, int *note_size) in sol_make_note_section() argument
1558 return procfs_ops.to_make_corefile_notes (obfd, note_size); in sol_make_note_section()
H A Dexec.c758 exec_make_note_section (bfd *obfd, int *note_size) in exec_make_note_section() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp485 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment() local
486 DataExtractor note_data(segment, note_start, note_size); in parseSegment()
489 offset += note_size; in parseSegment()