Lines Matching refs:note_data
2474 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()
2528 args->note_data, in linux_nat_corefile_thread_callback()
2542 char *note_data, int *note_size) in linux_nat_do_registers() argument
2551 note_data, note_size); in linux_nat_do_registers()
2552 return note_data; in linux_nat_do_registers()
2565 char *note_data = NULL; in linux_nat_make_corefile_notes() local
2580 note_data = (char *) elfcore_write_prpsinfo (obfd, in linux_nat_make_corefile_notes()
2581 note_data, in linux_nat_make_corefile_notes()
2587 thread_args.note_data = note_data; in linux_nat_make_corefile_notes()
2595 note_data = linux_nat_do_registers (obfd, inferior_ptid, in linux_nat_make_corefile_notes()
2596 note_data, note_size); 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()
2611 make_cleanup (xfree, note_data); in linux_nat_make_corefile_notes()
2612 return note_data; in linux_nat_make_corefile_notes()