Home
last modified time | relevance | path

Searched refs:pr_cstime (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/android/include/sys/
Dprocfs.h87 struct timeval pr_cstime; member
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h52 compat_timeval pr_cstime; member
DThreadElfCore.cpp305 pr_cstime.tv_sec = data.GetAddress(&offset); in Parse()
306 pr_cstime.tv_usec = data.GetAddress(&offset); in Parse()
/external/elfutils/backends/
Dlinux-core-note.c102 struct EBLHOOK(timeval) pr_cstime; in EBLHOOK()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc253 elf_timeval pr_cstime; /* Cumulative system time */ member