Home
last modified time | relevance | path

Searched refs:add_note (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c59 static void add_note(note_t **list, UInt type, const void *data,
745 add_note(notes, VKI_NT_PRSTATUS, &prstatus, sizeof(vki_elf_prstatus_t)); in fill_old_note_for_thread()
749 add_note(notes, VKI_NT_PRFPREG, &fpu, sizeof(vki_fpregset_t)); in fill_old_note_for_thread()
755 add_note(notes, VKI_NT_PRXREG, &xregs, sizeof(vki_prxregset_t)); in fill_old_note_for_thread()
766 add_note(notes, VKI_NT_LWPSINFO, &lwpsinfo, sizeof(vki_lwpsinfo_t)); in fill_new_note_for_thread()
770 add_note(notes, VKI_NT_LWPSTATUS, &lwpstatus, sizeof(vki_lwpstatus_t)); in fill_new_note_for_thread()
776 add_note(notes, VKI_NT_PRXREG, &xregs, sizeof(vki_prxregset_t)); in fill_new_note_for_thread()
785 static void add_note(note_t **list, UInt type, const void *data, in add_note() function
942 add_note(&old_notes, VKI_NT_PRPSINFO, &prpsinfo, in VG_()
947 add_note(&old_notes, VKI_NT_PLATFORM, platform, in VG_()
[all …]
Dcoredump-elf.c154 static void add_note(struct note **list, const HChar *name, UInt type, in add_note() function
545 add_note(notelist, "LINUX", NT_PRXFPREG, &xfpu, sizeof(xfpu)); in dump_one_thread()
554 add_note(notelist, "CORE", NT_FPREGSET, &fpu, sizeof(fpu)); in dump_one_thread()
562 add_note(notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus)); in dump_one_thread()
667 add_note(&notelist, "CORE", NT_PRPSINFO, &prpsinfo, sizeof(prpsinfo)); in make_elf_coredump()