Lines Matching refs:note_data

2532 			       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()
2586 args->note_data, 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()
2610 return note_data; in linux_nat_do_registers()
2623 char *note_data = NULL; in linux_nat_make_corefile_notes() local
2638 note_data = (char *) elfcore_write_prpsinfo (obfd, in linux_nat_make_corefile_notes()
2639 note_data, in linux_nat_make_corefile_notes()
2645 thread_args.note_data = note_data; in linux_nat_make_corefile_notes()
2653 note_data = linux_nat_do_registers (obfd, inferior_ptid, in linux_nat_make_corefile_notes()
2654 note_data, note_size); in linux_nat_make_corefile_notes()
2658 note_data = thread_args.note_data; in linux_nat_make_corefile_notes()
2664 note_data = elfcore_write_note (obfd, note_data, note_size, in linux_nat_make_corefile_notes()
2669 make_cleanup (xfree, note_data); in linux_nat_make_corefile_notes()
2670 return note_data; in linux_nat_make_corefile_notes()