Searched refs:PRINT (Results 1 - 8 of 8) sorted by relevance

/bionic/linker/
H A Dlinker_debug.h75 #define PRINT(x...) _PRINTVF(-1, x) macro
H A Dlinker_globals.h56 PRINT(fmt, x); \
H A Dlinker_main.cpp84 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 Dlinker_utils.cpp78 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 Dlinker.cpp351 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 Dlinker_soinfo.cpp407 PRINT("\"%s\": ignoring DT_PREINIT_ARRAY in shared library!", get_realpath());
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c275 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 Dvfwprintf.c351 * 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