Searched refs:PRINT (Results 1 – 10 of 10) 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 | 76 #define PRINT(x...) _PRINTVF(LINKER_VERBOSITY_PRINT, x) macro
|
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_globals.h | 57 PRINT(fmt, ##x); \
|
D | linker.cpp | 356 PRINT("readlink(\"%s\") failed: %s [fd=%d]", proc_self_fd, strerror(errno), fd); in realpath_fd() 904 PRINT("Warning: ignoring very long library path: %s", path); in open_library_in_zipfile() 944 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", in open_library_in_zipfile() 956 PRINT("Warning: ignoring very long library path: %s/%s", path, name); in format_path() 977 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", in open_library_at_path() 1219 PRINT("library \"%s\" (\"%s\") needed or dlopened by \"%s\" is not accessible for the" in load_library() 1296 PRINT( in load_library() 2152 PRINT("linker_asan dlopen NOT translating \"%s\" -> \"%s\": library already loaded", name, in do_dlopen() 2155 PRINT("linker_asan dlopen translating \"%s\" -> \"%s\"", name, translated_name); in do_dlopen()
|
D | linker_main.cpp | 96 PRINT("name \"%s\"@%p is not in solist!", si->get_realpath(), si); in solist_remove_soinfo() 482 PRINT("LINKER TIME: %s: %d microseconds", g_argv[0], in linker_main()
|
D | linker_relocate.cpp | 148 PRINT("RELO STATS: %s: %d abs, %d rel, %d symbol (%d cached)", in print_linker_stats()
|
D | linker_soinfo.cpp | 538 PRINT("\"%s\": ignoring DT_PREINIT_ARRAY in shared library!", get_realpath()); in call_constructors()
|