Home
last modified time | relevance | path

Searched refs:TIMEVAL_FIELD (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/backends/
Dlinux-core-note.c83 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T'|0x80, .count = 2) macro
85 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T', .count = 2) macro
164 TIMEVAL_FIELD (utime),
165 TIMEVAL_FIELD (stime),
166 TIMEVAL_FIELD (cutime),
167 TIMEVAL_FIELD (cstime),
DChangeLog1148 * linux-core-note.c (TIMEVAL_FIELD): New macro.