Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dfbsd-nat.c152 char *note_data = NULL; in fbsd_make_corefile_notes() local
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()
192 make_cleanup (xfree, note_data); in fbsd_make_corefile_notes()
193 return note_data; in fbsd_make_corefile_notes()
Dlinux-nat.c2532 char *note_data, int *note_size) in linux_nat_do_thread_registers() argument
2542 note_data = (char *) elfcore_write_prstatus (obfd, in linux_nat_do_thread_registers()
2543 note_data, in linux_nat_do_thread_registers()
2549 note_data = (char *) elfcore_write_prfpreg (obfd, in linux_nat_do_thread_registers()
2550 note_data, in linux_nat_do_thread_registers()
2555 note_data = (char *) elfcore_write_prxfpreg (obfd, in linux_nat_do_thread_registers()
2556 note_data, in linux_nat_do_thread_registers()
2560 return note_data; in linux_nat_do_thread_registers()
2566 char *note_data; member
2584 args->note_data = linux_nat_do_thread_registers (args->obfd, in linux_nat_corefile_thread_callback()
[all …]
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()
Dprocfs.c6011 char *note_data, int *note_size) in procfs_do_thread_registers() argument
6021 note_data = (char *) elfcore_write_lwpstatus (obfd, in procfs_do_thread_registers()
6022 note_data, in procfs_do_thread_registers()
6028 note_data = (char *) elfcore_write_prstatus (obfd, in procfs_do_thread_registers()
6029 note_data, in procfs_do_thread_registers()
6036 note_data = (char *) elfcore_write_prfpreg (obfd, in procfs_do_thread_registers()
6037 note_data, in procfs_do_thread_registers()
6041 return note_data; in procfs_do_thread_registers()
6046 char *note_data; member
6059 args->note_data = procfs_do_thread_registers (args->obfd, inferior_ptid, in procfs_corefile_thread_callback()
[all …]