Searched refs:PRINT (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/stdio/ |
D | vfwprintf.cpp | 118 #define PRINT(ptr, len) \ in FUNCTION_NAME() macro 157 PRINT(cp, m); in FUNCTION_NAME() 606 if (sign) PRINT(&sign, 1); in FUNCTION_NAME() 609 PRINT(ox, 2); in FUNCTION_NAME() 620 PRINT(cp, size); in FUNCTION_NAME() 625 PRINT(zeroes, 1); in FUNCTION_NAME() 626 if (prec || flags & ALT) PRINT(decimal_point, 1); in FUNCTION_NAME() 633 if (prec || flags & ALT) PRINT(decimal_point, 1); in FUNCTION_NAME() 640 PRINT(buf, 2); in FUNCTION_NAME() 641 PRINT(cp, ndig - 1); in FUNCTION_NAME() [all …]
|
D | vfprintf.cpp | 118 #define PRINT(ptr, len) \ in FUNCTION_NAME() macro 168 PRINT(cp, m); in FUNCTION_NAME() 617 if (sign) PRINT(&sign, 1); in FUNCTION_NAME() 620 PRINT(ox, 2); in FUNCTION_NAME() 631 PRINT(cp, size); in FUNCTION_NAME() 636 PRINT(zeroes, 1); in FUNCTION_NAME() 637 if (prec || flags & ALT) PRINT(decimal_point, 1); in FUNCTION_NAME() 644 if (prec || flags & ALT) PRINT(decimal_point, 1); in FUNCTION_NAME() 651 PRINT(buf, 2); in FUNCTION_NAME() 652 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 | 75 #define PRINT(x...) _PRINTVF(-1, 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_main.cpp | 93 PRINT("name \"%s\"@%p is not in solist!", si->get_realpath(), si); in solist_remove_soinfo() 470 PRINT("LINKER TIME: %s: %d microseconds", g_argv[0], (int) ( 475 PRINT("RELO STATS: %s: %d abs, %d rel, %d copy, %d symbol", g_argv[0], 501 PRINT("PAGES MODIFIED: %s: %d (%dKB)", g_argv[0], count, count * 4);
|
D | linker.cpp | 400 PRINT("readlink(\"%s\") failed: %s [fd=%d]", &proc_self_fd[0], strerror(errno), fd); in realpath_fd() 1020 PRINT("Warning: ignoring very long library path: %s", path); in open_library_in_zipfile() 1060 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", in open_library_in_zipfile() 1072 PRINT("Warning: ignoring very long library path: %s/%s", path, name); in format_path() 1093 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", in open_library_at_path() 1143 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", in open_library() 1348 PRINT("library \"%s\" (\"%s\") needed or dlopened by \"%s\" is not accessible for the" in load_library() 1428 PRINT( in load_library() 2265 PRINT("linker_asan dlopen NOT translating \"%s\" -> \"%s\": library already loaded", name, in do_dlopen() 2268 PRINT("linker_asan dlopen translating \"%s\" -> \"%s\"", name, translated_name); in do_dlopen()
|
D | linker_soinfo.cpp | 418 PRINT("\"%s\": ignoring DT_PREINIT_ARRAY in shared library!", get_realpath()); in call_constructors()
|