HomeSort by relevance Sort by last modified time
    Searched full:new_notes (Results 1 - 1 of 1) sorted by null

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

Completed in 2774 milliseconds