Searched refs:new_notes (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_coredump/ |
D | coredump-solaris.c | 970 note_t *new_notes = NULL; in VG_() local 973 add_note(&new_notes, VKI_NT_PSINFO, &psinfo, sizeof(vki_psinfo_t)); in VG_() 977 add_note(&new_notes, VKI_NT_PSTATUS, &pstatus, sizeof(vki_pstatus_t)); in VG_() 979 add_note(&new_notes, VKI_NT_PLATFORM, platform, in VG_() 982 add_note(&new_notes, VKI_NT_AUXV, VG_(client_auxv), in VG_() 987 add_note(&new_notes, VKI_NT_UTSNAME, &uts, in VG_() 993 add_note(&new_notes, VKI_NT_PRCRED, prcred, prcred_size); in VG_() 999 add_note(&new_notes, VKI_NT_CONTENT, &core_content, in VG_() 1005 add_note(&new_notes, VKI_NT_PRPRIV, prpriv, priv_size); in VG_() 1011 add_note(&new_notes, VKI_NT_PRPRIVINFO, priv_info, priv_size); in VG_() [all …]
|