Searched refs:TRACE (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_debug.h | 75 #define TRACE(x...) _PRINTVF(1, x) macro 83 #define TRACE_TYPE(t, x...) do { if (DO_TRACE_##t) { TRACE(x); } } while (0)
|
D | linker.cpp | 240 TRACE("name %s: allocated soinfo @ %p", name, si); in soinfo_alloc() 255 TRACE("name %s: freeing soinfo @ %p", si->get_realpath(), si); in soinfo_free() 1083 TRACE("Trying zip file open from path '%s'", path); in open_library_in_zipfile() 1194 TRACE("[ opening %s ]", name); in open_library() 1277 TRACE("library \"%s\" is already loaded under different name/path \"%s\" - " in load_library() 1393 TRACE("[ '%s' find_loaded_library_by_soname returned false (*candidate=%s@%p). Trying harder...]", in find_library_internal() 1562 TRACE("not unloading '%s' - the binary is flagged with NODELETE", root->get_realpath()); in soinfo_unload() 1585 TRACE("%s@%p needs to unload %s@%p", si->get_realpath(), si, in soinfo_unload() 1602 TRACE("deprecated (old format of soinfo): %s needs to unload %s", in soinfo_unload() 1640 TRACE("not unloading '%s' group, decrementing ref_count to %zd", in soinfo_unload() [all …]
|
/bionic/libc/bionic/ |
D | time64.c | 171 # define TRACE(format) (fprintf(stderr, format)) macro 176 # define TRACE(format) ((void)0) macro
|