Searched refs:current_klongsize (Results 1 – 8 of 8) sorted by relevance
52 # ifndef current_klongsize in SYS_FUNC()53 if (current_klongsize < sizeof(kernel_long_t)) { in SYS_FUNC()
233 #ifndef current_klongsize in umove_kulong_array_or_printaddr()234 if (current_klongsize < sizeof(*ptr)) { in umove_kulong_array_or_printaddr()
275 # ifndef current_klongsize276 unsigned current_klongsize; variable330 # ifndef current_klongsize in set_personality()331 current_klongsize = personality_klongsize[personality]; in set_personality()1060 #ifndef current_klongsize in is_negated_errno()1061 if (current_klongsize < sizeof(val)) { in is_negated_errno()
814 # define current_klongsize PERSONALITY0_KLONGSIZE macro822 # define current_klongsize PERSONALITY0_KLONGSIZE macro824 extern unsigned current_klongsize;877 #ifndef current_klongsize881 #elif current_klongsize > 4
184 # ifndef current_klongsize in print_lld_from_low_high_val()185 if (current_klongsize < SIZEOF_KERNEL_LONG_T) { in print_lld_from_low_high_val()
209 # ifndef current_klongsize in getllval()210 if (current_klongsize < SIZEOF_KERNEL_LONG_T) { in getllval()345 #ifndef current_klongsize349 if (current_klongsize > sizeof(int)) { in printnum_addr_klong_int()1406 if (current_klongsize > 4) { in print_abnormal_hi()
106 if (current_klongsize == 4) in decode_rlimit()
5999 * defs.h [!current_klongsize] (printnum_addr_klong_int): New prototype.6001 * util.c [!current_klongsize] (printnum_addr_klong_int): New function.6541 (SYS_FUNC(old_mmap)): Check for current_klongsize instead7363 Check for current_klongsize instead of current_personality where appropriate7364 current_klongsize checks are more universal, therefore they are usually7367 * desc.c (umove_kulong_array_or_printaddr): Check for current_klongsize7425 Introduce current_klongsize in addition to current_wordsize.7426 Subsequent commits are going to use current_klongsize7432 [SUPPORTED_PERSONALITIES == 1] (current_klongsize): Likewise.7434 PERSONALITY1_KLONGSIZE] (current_klongsize): Likewise.[all …]