HomeSort by relevance Sort by last modified time
    Searched refs:current_klongsize (Results 1 - 10 of 10) sorted by null

  /external/strace/
negated_errno.h 41 #ifndef current_klongsize
42 if (current_klongsize < sizeof(val)) {
46 #endif /* !current_klongsize */
lseek.c 52 # ifndef current_klongsize
53 if (current_klongsize < sizeof(kernel_long_t)) {
56 # endif /* !current_klongsize */
desc.c 231 #ifndef current_klongsize
232 if (current_klongsize < sizeof(*ptr)) {
243 #endif /* !current_klongsize */
ldt.c 127 if (current_klongsize == 8)
resource.c 108 if (current_klongsize == 4)
io.c 184 # ifndef current_klongsize
185 if (current_klongsize < SIZEOF_KERNEL_LONG_T) {
189 # endif /* !current_klongsize */
syscall.c 243 # ifndef current_klongsize
244 unsigned current_klongsize = PERSONALITY0_KLONGSIZE; variable
305 # ifndef current_klongsize
306 current_klongsize = personality_klongsize[personality];
901 if (current_klongsize < sizeof(tcp->u_rval)) {
916 if (current_klongsize < sizeof(tcp->u_rval)) {
defs.h 834 # define current_klongsize PERSONALITY0_KLONGSIZE macro
842 # define current_klongsize PERSONALITY0_KLONGSIZE macro
844 extern unsigned current_klongsize;
904 #ifndef current_klongsize
908 #elif current_klongsize > 4
911 #else /* current_klongsize == 4 */
    [all...]
util.c 173 # ifndef current_klongsize
174 if (current_klongsize < SIZEOF_KERNEL_LONG_T) {
182 # endif /* !current_klongsize */
309 #ifndef current_klongsize
313 if (current_klongsize > sizeof(int)) {
319 #endif /* !current_klongsize */
1081 if (current_klongsize > 4) {
s390.c     [all...]

Completed in 737 milliseconds