Home
last modified time | relevance | path

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

/openbsd-src/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.c2474 char *note_data, int *note_size) in linux_nat_do_thread_registers() argument
2484 note_data = (char *) elfcore_write_prstatus (obfd, in linux_nat_do_thread_registers()
2485 note_data, in linux_nat_do_thread_registers()
2491 note_data = (char *) elfcore_write_prfpreg (obfd, in linux_nat_do_thread_registers()
2492 note_data, in linux_nat_do_thread_registers()
2497 note_data = (char *) elfcore_write_prxfpreg (obfd, 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
2526 args->note_data = linux_nat_do_thread_registers (args->obfd, in linux_nat_corefile_thread_callback()
[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.c6031 char *note_data, int *note_size) in procfs_do_thread_registers() argument
6041 note_data = (char *) elfcore_write_lwpstatus (obfd, in procfs_do_thread_registers()
6042 note_data, in procfs_do_thread_registers()
6048 note_data = (char *) elfcore_write_prstatus (obfd, in procfs_do_thread_registers()
6049 note_data, in procfs_do_thread_registers()
6056 note_data = (char *) elfcore_write_prfpreg (obfd, 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
6079 args->note_data = procfs_do_thread_registers (args->obfd, inferior_ptid, in procfs_corefile_thread_callback()
[all …]