Home
last modified time | relevance | path

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

/external/elfutils/src/backends/
Dlinux-core-note.c67 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T'|0x80, .count = 2) macro
69 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T', .count = 2) macro
144 TIMEVAL_FIELD (utime),
145 TIMEVAL_FIELD (stime),
146 TIMEVAL_FIELD (cutime),
147 TIMEVAL_FIELD (cstime),
DChangeLog536 * linux-core-note.c (TIMEVAL_FIELD): New macro.