Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp314 pr_utime.tv_sec = data.GetAddress(&offset); in Parse()
315 pr_utime.tv_usec = data.GetAddress(&offset); in Parse()
H A DThreadElfCore.h49 compat_timeval pr_utime; member
/freebsd/sys/compat/linux/
H A Dlinux_elf.c87 l_timeval pr_utime; member