Searched refs:PRINT (Results 1 – 6 of 6) sorted by relevance
/bionic/linker/ |
D | linker_utils.cpp | 23 PRINT("normalize_path - invalid input: \"%s\", the input path should be absolute", path); in normalize_path() 105 PRINT("Warning: ignoring very long library path: %s", path); in parse_zip_path()
|
D | linker_debug.h | 81 #define PRINT(x...) _PRINTVF(-1, x) macro
|
D | linker.cpp | 556 PRINT("readlink(\"%s\") failed: %s [fd=%d]", &proc_self_fd[0], strerror(errno), fd); in realpath_fd() 1502 PRINT("Warning: ignoring very long library path: %s", path); in open_library_in_zipfile() 1541 PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", in open_library_in_zipfile() 1552 PRINT("Warning: ignoring very long library path: %s/%s", path, name); in format_path() 1579 … PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", buf); in open_library_on_paths() 1612 … PRINT("warning: unable to get realpath for the library \"%s\". Will use given path.", name); in open_library() 1767 PRINT("library \"%s\" (\"%s\") needed or dlopened by \"%s\" is not accessible for the" in load_library() 1833 PRINT("warning: unable to get realpath for the library \"%s\" by extinfo->library_fd. " in load_library() 2251 PRINT("warning: soinfo for \"%s\"@%p has no version", si->get_realpath(), si); in soinfo_unload() 2262 PRINT("warning: couldn't find %s needed by %s on unload.", in soinfo_unload() [all …]
|
D | linker_phdr.cpp | 342 PRINT("\"%s\" has invalid offset/size of .dynamic section", name_.c_str()); in ReadDynamicSection()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfprintf.c | 351 #define PRINT(ptr, len) do { \ in __vfprintf() macro 365 PRINT(with, PADSIZE); \ in __vfprintf() 368 PRINT(with, n); \ in __vfprintf() 376 PRINT((p), n2); \ in __vfprintf() 504 PRINT(cp, m); in __vfprintf() 1006 PRINT(&sign, 1); in __vfprintf() 1009 PRINT(ox, 2); in __vfprintf() 1022 PRINT(cp, size); in __vfprintf() 1028 PRINT(zeroes, 1); in __vfprintf() 1030 PRINT(decimal_point, 1); in __vfprintf() [all …]
|
D | vfwprintf.c | 354 #define PRINT(ptr, len) do { \ in __vfwprintf() macro 363 PRINT(with, PADSIZE); \ in __vfwprintf() 366 PRINT(with, n); \ in __vfwprintf() 374 PRINT((p), n2); \ in __vfwprintf() 476 PRINT(cp, m); in __vfwprintf() 966 PRINT(&sign, 1); in __vfwprintf() 969 PRINT(ox, 2); in __vfwprintf() 982 PRINT(cp, size); in __vfwprintf() 988 PRINT(zeroes, 1); in __vfwprintf() 990 PRINT(decimal_point, 1); in __vfwprintf() [all …]
|