Home
last modified time | relevance | path

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

/external/elfutils/backends/
Dlinux-core-note.c81 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T'|0x80, .count = 2) macro
83 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T', .count = 2) macro
158 TIMEVAL_FIELD (utime),
159 TIMEVAL_FIELD (stime),
160 TIMEVAL_FIELD (cutime),
161 TIMEVAL_FIELD (cstime),
DChangeLog681 * linux-core-note.c (TIMEVAL_FIELD): New macro.