Searched refs:PRINT (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/stdio/ |
D | vfprintf.cpp | 44 #define PRINT(ptr, len) \ macro 170 PRINT(cp, m); in FUNCTION_NAME() 663 if (sign) PRINT(&sign, 1); in FUNCTION_NAME() 666 PRINT(ox, 2); in FUNCTION_NAME() 677 PRINT(cp, size); in FUNCTION_NAME() 683 PRINT(zeroes, 1); in FUNCTION_NAME() 684 if (prec || flags & ALT) PRINT(decimal_point, 1); in FUNCTION_NAME() 691 if (prec || flags & ALT) PRINT(decimal_point, 1); in FUNCTION_NAME() 698 PRINT(buf, 2); in FUNCTION_NAME() 699 PRINT(cp, ndig - 1); in FUNCTION_NAME() [all …]
|
D | vfwprintf.cpp | 44 #define PRINT(ptr, len) \ macro 173 PRINT(cp, m); in FUNCTION_NAME() 641 if (sign) PRINT(&sign, 1); in FUNCTION_NAME() 644 PRINT(ox, 2); in FUNCTION_NAME() 655 PRINT(cp, size); in FUNCTION_NAME() 661 PRINT(zeroes, 1); in FUNCTION_NAME() 662 if (prec || flags & ALT) PRINT(decimal_point, 1); in FUNCTION_NAME() 669 if (prec || flags & ALT) PRINT(decimal_point, 1); in FUNCTION_NAME() 676 PRINT(buf, 2); in FUNCTION_NAME() 677 PRINT(cp, ndig - 1); in FUNCTION_NAME() [all …]
|
D | printf_common.h | 157 PRINT(with, PADSIZE); \ 160 PRINT(with, n); \ 168 if (n2 > 0) PRINT((p), n2); \
|
/bionic/linker/ |
D | linker_debug.h | 76 #define PRINT(x...) _PRINTVF(LINKER_VERBOSITY_PRINT, x) macro
|
D | linker_globals.h | 57 PRINT(fmt, ##x); \
|
D | linker_utils.cpp | 78 PRINT("normalize_path - invalid input: \"%s\", the input path should be absolute", path); in normalize_path() 160 PRINT("Warning: ignoring very long library path: %s", path); in parse_zip_path()
|
D | linker.cpp | 390 PRINT("readlink(\"%s\") failed: %s [fd=%d]", proc_self_fd, strerror(errno), fd); in realpath_fd() 939 PRINT("Warning: ignoring very long library path: %s", path); in open_library_in_zipfile() 979 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", in open_library_in_zipfile() 991 PRINT("Warning: ignoring very long library path: %s/%s", path, name); in format_path() 1012 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", in open_library_at_path() 1252 PRINT("library \"%s\" (\"%s\") needed or dlopened by \"%s\" is not accessible for the" in load_library() 1333 PRINT( in load_library() 2200 PRINT("linker_asan dlopen NOT translating \"%s\" -> \"%s\": library already loaded", name, in do_dlopen() 2203 PRINT("linker_asan dlopen translating \"%s\" -> \"%s\"", name, translated_name); in do_dlopen() 2220 … PRINT("linker_hwasan dlopen NOT translating \"%s\" -> \"%s\": library already loaded", name, in do_dlopen() [all …]
|
D | linker_main.cpp | 103 PRINT("name \"%s\"@%p is not in solist!", si->get_realpath(), si); in solist_remove_soinfo() 511 PRINT("LINKER TIME: %s: %d microseconds", g_argv[0], in linker_main()
|
D | linker_relocate.cpp | 150 PRINT("RELO STATS: %s: %d abs, %d rel, %d symbol (%d cached)", in print_linker_stats()
|
D | linker_soinfo.cpp | 530 PRINT("\"%s\": ignoring DT_PREINIT_ARRAY in shared library!", get_realpath()); in call_constructors()
|