Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dfbsd-nat.c175 char *note_data = NULL; in fbsd_make_corefile_notes() local
191 note_data = elfcore_write_prstatus (obfd, note_data, note_size, in fbsd_make_corefile_notes()
200 note_data = elfcore_write_prfpreg (obfd, note_data, note_size, in fbsd_make_corefile_notes()
212 note_data = elfcore_write_prpsinfo (obfd, note_data, note_size, in fbsd_make_corefile_notes()
216 make_cleanup (xfree, note_data); in fbsd_make_corefile_notes()
217 return note_data; in fbsd_make_corefile_notes()
H A Dgcore.c70 void *note_data = NULL; in write_gcore_file() local
79 note_data = target_make_corefile_notes (obfd, &note_size); in write_gcore_file()
81 note_data = gdbarch_make_corefile_notes (target_gdbarch (), obfd, &note_size); in write_gcore_file()
83 if (note_data == NULL || note_size == 0) in write_gcore_file()
104 if (!bfd_set_section_contents (obfd, note_sec, note_data, 0, note_size)) in write_gcore_file()
H A Dgdbarch.h748 typedef char * (gdbarch_elfcore_write_linux_prpsinfo_ftype) (bfd *obfd, char *note_data, int *note_…
749 …elfcore_write_linux_prpsinfo (struct gdbarch *gdbarch, bfd *obfd, char *note_data, int *note_size,…
H A Dgdbarch.c3387 gdbarch_elfcore_write_linux_prpsinfo (struct gdbarch *gdbarch, bfd *obfd, char *note_data, int *not… in gdbarch_elfcore_write_linux_prpsinfo() argument
3393 return gdbarch->elfcore_write_linux_prpsinfo (obfd, note_data, note_size, info); in gdbarch_elfcore_write_linux_prpsinfo()
/dragonfly/contrib/binutils-2.27/gold/
H A Dnacl.h210 const unsigned char* note_data = view.data(); in do_recognize_nacl_file() local
211 if ((elfcpp::Swap<32, big_endian>::readval(note_data + 0) in do_recognize_nacl_file()
213 && (elfcpp::Swap<32, big_endian>::readval(note_data + 4) in do_recognize_nacl_file()
215 && (elfcpp::Swap<32, big_endian>::readval(note_data + 8) in do_recognize_nacl_file()
218 const unsigned char* name = note_data + 12; in do_recognize_nacl_file()
/dragonfly/contrib/binutils-2.34/gold/
H A Dnacl.h210 const unsigned char* note_data = view.data(); in do_recognize_nacl_file() local
211 if ((elfcpp::Swap<32, big_endian>::readval(note_data + 0) in do_recognize_nacl_file()
213 && (elfcpp::Swap<32, big_endian>::readval(note_data + 4) in do_recognize_nacl_file()
215 && (elfcpp::Swap<32, big_endian>::readval(note_data + 8) in do_recognize_nacl_file()
218 const unsigned char* name = note_data + 12; in do_recognize_nacl_file()