Lines Matching refs:printllval
38619 die_out_of_memory, printllval, printnum_int, printnum_long, tprintf):
40008 * defs.h (printllval, printnum_int, printnum_long): Mark with
41370 * util.c (getllval): New function based on printllval.
41371 (printllval): Use getllval.
43127 * util.c (printllval): Remove align argument.
43128 * defs.h (printllval): Update prototype.
43132 sys_fallocate): Replace printllval_aligned call with printllval.
43783 * util.c (printllval): Add align argument.
43784 * defs.h (printllval): Update prototype.
43788 sys_fallocate): Replace printllval call with printllval_aligned.
43790 (sys_preadv, sys_pwritev): Replace printllval call with
45675 * util.c (printllval): Do not align argument number in case of ARM OABI.
45680 printllval: fix 64bit unpacking on mips/o32 and xtensa.
45682 printllval list for this.
45689 * util.c (printllval): Add LINUX_MIPSO32 and XTENSA to the shifted list.
45728 * util.c (printllval): Handle all architectures with sizeof(long) > 4
45734 * util.c (printllval): Handle SPARC64 define.
45737 * util.c (printllval): Handle LINUX_MIPSN64 define.
45744 arm, aarch64, ppc: fix printllval-based decoders.
45745 * util.c (printllval) [ARM || POWERPC]: Align argument number.
45748 printllval workaround.
45818 x32: fix printllval-based decoders of i386 syscalls.
45819 * util.c (printllval) [X32]: Handle i386 personality.
45874 printllval: handle s390x.
45883 * util.c (printllval): Handle S390X define.
45950 * util.c (printllval): Fix printing of long long values on
46237 tile: handle printllval like x86_64 or powerpc64.
46241 * util.c (printllval): Fix printing of long long values on TILE.
46652 We use printllval without HAVE_LONG_LONG guards in many places,
46657 and printllval() function declaration.
46658 * util.c: Remove HAVE_LONG_LONG guard around printllval()
46660 (printllval): Add compile-time error check for using wrong
47475 * file.c (sys_readahead): Merge tprints() with following printllval().
47803 for zero address. Call printllval for offset for X32.
47824 * util.c (printllval): Use ext_arg for X32.
50814 * util.c (printllval): simpler rounding up to next multiple of 2.
51496 * util.c (printllval): Align 64bit argument to 64bit boundary on
52413 * util.c (printllval) [POWERPC64]: Likewise.
52748 (printllval): Declare.
52749 * util.c (printllval): Define.
52750 * file.c (sys_readahead): Use printllval.