Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dfbsd-nat.c146 fbsd_make_corefile_notes (bfd *obfd, int *note_size) in fbsd_make_corefile_notes() argument
168 note_data = elfcore_write_prstatus (obfd, note_data, note_size, in fbsd_make_corefile_notes()
177 note_data = elfcore_write_prfpreg (obfd, note_data, note_size, in fbsd_make_corefile_notes()
188 note_data = elfcore_write_prpsinfo (obfd, note_data, note_size, in fbsd_make_corefile_notes()
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()
Dlinux-nat.c2532 char *note_data, int *note_size) in linux_nat_do_thread_registers() argument
2544 note_size, in linux_nat_do_thread_registers()
2551 note_size, in linux_nat_do_thread_registers()
2557 note_size, in linux_nat_do_thread_registers()
2567 int *note_size; member
2587 args->note_size); in linux_nat_corefile_thread_callback()
2600 char *note_data, int *note_size) in linux_nat_do_registers() argument
2609 note_data, note_size); in linux_nat_do_registers()
2617 linux_nat_make_corefile_notes (bfd *obfd, int *note_size) in linux_nat_make_corefile_notes() argument
2640 note_size, fname, psargs); in linux_nat_make_corefile_notes()
[all …]
Dfbsd-nat.h41 extern char *fbsd_make_corefile_notes (bfd *obfd, int *note_size);
Dprocfs.c6011 char *note_data, int *note_size) in procfs_do_thread_registers() argument
6023 note_size, in procfs_do_thread_registers()
6030 note_size, in procfs_do_thread_registers()
6038 note_size, in procfs_do_thread_registers()
6047 int *note_size; member
6061 args->note_size); in procfs_corefile_thread_callback()
6068 procfs_make_note_section (bfd *obfd, int *note_size) in procfs_make_note_section() argument
6101 note_size, in procfs_make_note_section()
6107 note_data = elfcore_write_pstatus (obfd, note_data, note_size, in procfs_make_note_section()
6114 thread_args.note_size = note_size; in procfs_make_note_section()
[all …]
Dsol-thread.c1521 sol_make_note_section (bfd *obfd, int *note_size) in sol_make_note_section() argument
1523 return procfs_ops.to_make_corefile_notes (obfd, note_size); in sol_make_note_section()
Dexec.c788 exec_make_note_section (bfd *obfd, int *note_size) in exec_make_note_section() argument