Home
last modified time | relevance | path

Searched refs:current_klongsize (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dlseek.c52 # ifndef current_klongsize in SYS_FUNC()
53 if (current_klongsize < sizeof(kernel_long_t)) { in SYS_FUNC()
Ddesc.c233 #ifndef current_klongsize in umove_kulong_array_or_printaddr()
234 if (current_klongsize < sizeof(*ptr)) { in umove_kulong_array_or_printaddr()
Dsyscall.c275 # ifndef current_klongsize
276 unsigned current_klongsize; variable
330 # 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()
Ddefs.h814 # define current_klongsize PERSONALITY0_KLONGSIZE macro
822 # define current_klongsize PERSONALITY0_KLONGSIZE macro
824 extern unsigned current_klongsize;
877 #ifndef current_klongsize
881 #elif current_klongsize > 4
Dio.c184 # 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()
Dutil.c209 # ifndef current_klongsize in getllval()
210 if (current_klongsize < SIZEOF_KERNEL_LONG_T) { in getllval()
345 #ifndef current_klongsize
349 if (current_klongsize > sizeof(int)) { in printnum_addr_klong_int()
1406 if (current_klongsize > 4) { in print_abnormal_hi()
Dresource.c106 if (current_klongsize == 4) in decode_rlimit()
DChangeLog5999 * 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 instead
7363 Check for current_klongsize instead of current_personality where appropriate
7364 current_klongsize checks are more universal, therefore they are usually
7367 * desc.c (umove_kulong_array_or_printaddr): Check for current_klongsize
7425 Introduce current_klongsize in addition to current_wordsize.
7426 Subsequent commits are going to use current_klongsize
7432 [SUPPORTED_PERSONALITIES == 1] (current_klongsize): Likewise.
7434 PERSONALITY1_KLONGSIZE] (current_klongsize): Likewise.
[all …]