Home
last modified time | relevance | path

Searched refs:pr_stime (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp317 pr_stime.tv_sec = data.GetAddress(&offset); in Parse()
318 pr_stime.tv_usec = data.GetAddress(&offset); in Parse()
H A DThreadElfCore.h50 compat_timeval pr_stime; member
/freebsd/sys/compat/linux/
H A Dlinux_elf.c88 l_timeval pr_stime; member