Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h51 compat_timeval pr_cutime; member
H A DThreadElfCore.cpp320 pr_cutime.tv_sec = data.GetAddress(&offset); in Parse()
321 pr_cutime.tv_usec = data.GetAddress(&offset); in Parse()
/freebsd/sys/compat/linux/
H A Dlinux_elf.c89 l_timeval pr_cutime; member