Home
last modified time | relevance | path

Searched refs:note_data (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dfbsd-nat.c139 char *note_data = NULL; in fbsd_make_corefile_notes() local
155 note_data = elfcore_write_prstatus (obfd, note_data, note_size, in fbsd_make_corefile_notes()
164 note_data = elfcore_write_prfpreg (obfd, note_data, note_size, in fbsd_make_corefile_notes()
175 note_data = elfcore_write_prpsinfo (obfd, note_data, note_size, in fbsd_make_corefile_notes()
179 make_cleanup (xfree, note_data); in fbsd_make_corefile_notes()
180 return note_data; in fbsd_make_corefile_notes()
H A Dlinux-nat.c2485 note_data, in linux_nat_do_thread_registers()
2492 note_data, in linux_nat_do_thread_registers()
2498 note_data, in linux_nat_do_thread_registers()
2502 return note_data; in linux_nat_do_thread_registers()
2508 char *note_data; member
2552 return note_data; in linux_nat_do_registers()
2581 note_data, in linux_nat_make_corefile_notes()
2587 thread_args.note_data = note_data; in linux_nat_make_corefile_notes()
2600 note_data = thread_args.note_data; in linux_nat_make_corefile_notes()
2606 note_data = elfcore_write_note (obfd, note_data, note_size, in linux_nat_make_corefile_notes()
[all …]
H A Dgcore.c48 void *note_data = NULL; 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()
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.c6042 note_data, in procfs_do_thread_registers()
6049 note_data, in procfs_do_thread_registers()
6057 note_data, in procfs_do_thread_registers()
6061 return note_data; in procfs_do_thread_registers()
6066 char *note_data; member
6127 note_data = elfcore_write_pstatus (obfd, note_data, note_size, in procfs_make_note_section()
6133 thread_args.note_data = note_data; in procfs_make_note_section()
6137 if (thread_args.note_data == note_data) in procfs_make_note_section()
6146 note_data = thread_args.note_data; in procfs_make_note_section()
6152 note_data = elfcore_write_note (obfd, note_data, note_size, in procfs_make_note_section()
[all …]