Searched refs:PRINT (Results 1 - 8 of 8) sorted by relevance
/bionic/linker/ |
H A D | linker_debug.h | 75 #define PRINT(x...) _PRINTVF(-1, x) macro
|
H A D | linker_globals.h | 56 PRINT(fmt, x); \
|
H A D | linker_main.cpp | 84 PRINT("name \"%s\"@%p is not in solist!", si->get_realpath(), si); 415 PRINT("LINKER TIME: %s: %d microseconds", g_argv[0], (int) ( 420 PRINT("RELO STATS: %s: %d abs, %d rel, %d copy, %d symbol", g_argv[0], 446 PRINT("PAGES MODIFIED: %s: %d (%dKB)", g_argv[0], count, count * 4);
|
H A D | linker_utils.cpp | 78 PRINT("normalize_path - invalid input: \"%s\", the input path should be absolute", path); 160 PRINT("Warning: ignoring very long library path: %s", path);
|
H A D | linker.cpp | 351 PRINT("readlink(\"%s\") failed: %s [fd=%d]", &proc_self_fd[0], strerror(errno), fd); 957 PRINT("Warning: ignoring very long library path: %s", path); 996 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", 1007 PRINT("Warning: ignoring very long library path: %s/%s", path, name); 1034 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", buf); 1067 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", name); 1262 PRINT("library \"%s\" (\"%s\") needed or dlopened by \"%s\" is not accessible for the" 1330 PRINT("warning: unable to get realpath for the library \"%s\" by extinfo->library_fd. " 1825 PRINT("warning: soinfo for \"%s\"@%p has no version", si->get_realpath(), si); 1836 PRINT("warnin [all...] |
H A D | linker_soinfo.cpp | 407 PRINT("\"%s\": ignoring DT_PREINIT_ARRAY in shared library!", get_realpath());
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | vfprintf.c | 275 struct __siov *iovp; /* for PRINT macro */ 351 #define PRINT(ptr, len) do { \ macro 365 PRINT(with, PADSIZE); \ 368 PRINT(with, n); \ 376 PRINT((p), n2); \ 504 PRINT(cp, m); 1006 PRINT(&sign, 1); 1009 PRINT(ox, 2); 1022 PRINT(cp, size); 1028 PRINT(zeroe [all...] |
H A D | vfwprintf.c | 351 * BEWARE, these `goto error' on error, PRINT uses 'n3', 354 #define PRINT(ptr, len) do { \ macro 363 PRINT(with, PADSIZE); \ 366 PRINT(with, n); \ 374 PRINT((p), n2); \ 476 PRINT(cp, m); 966 PRINT(&sign, 1); 969 PRINT(ox, 2); 982 PRINT(cp, size); 988 PRINT(zeroe [all...] |
Completed in 73 milliseconds