Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h129 #define PERSONALITY0_KLONGSIZE SIZEOF_KERNEL_LONG_T macro
140 # define PERSONALITY2_KLONGSIZE PERSONALITY0_KLONGSIZE
1174 # define current_klongsize PERSONALITY0_KLONGSIZE
1181 # if SUPPORTED_PERSONALITIES == 2 && PERSONALITY0_KLONGSIZE == PERSONALITY1_KLONGSIZE
1182 # define current_klongsize PERSONALITY0_KLONGSIZE
Dsyscall.c222 unsigned current_klongsize = PERSONALITY0_KLONGSIZE;
224 PERSONALITY0_KLONGSIZE,
DChangeLog22073 * defs.h (PERSONALITY0_KLONGSIZE): New macro.
22077 [SUPPORTED_PERSONALITIES == 2 && PERSONALITY0_KLONGSIZE ==
22080 PERSONALITY0_KLONGSIZE != PERSONALITY1_KLONGSIZE)] (current_klongsize):