Home
last modified time | relevance | path

Searched refs:PRINT (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/stdio/
Dvfprintf.cpp44 #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 …]
Dvfwprintf.cpp44 #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 …]
Dprintf_common.h157 PRINT(with, PADSIZE); \
160 PRINT(with, n); \
168 if (n2 > 0) PRINT((p), n2); \
/bionic/linker/
Dlinker_debug.h76 #define PRINT(x...) _PRINTVF(LINKER_VERBOSITY_PRINT, x) macro
Dlinker_globals.h57 PRINT(fmt, ##x); \
Dlinker_utils.cpp78 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()
Dlinker.cpp390 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()
2220PRINT("linker_hwasan dlopen NOT translating \"%s\" -> \"%s\": library already loaded", name, in do_dlopen()
[all …]
Dlinker_main.cpp103 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()
Dlinker_relocate.cpp150 PRINT("RELO STATS: %s: %d abs, %d rel, %d symbol (%d cached)", in print_linker_stats()
Dlinker_soinfo.cpp530 PRINT("\"%s\": ignoring DT_PREINIT_ARRAY in shared library!", get_realpath()); in call_constructors()