Searched refs:TRACE (Results 1 – 7 of 7) sorted by relevance
/bionic/linker/ |
D | linker_debug.h | 78 #define TRACE(x...) _PRINTVF(LINKER_VERBOSITY_TRACE, x) macro 86 #define TRACE_TYPE(t, x...) do { if (DO_TRACE_##t) { TRACE(x); } } while (0)
|
D | linker_note_gnu_property.cpp | 65 TRACE("\"%s\" PT_GNU_PROPERTY: found at segment index %zu", name, i); in ElfW() 93 TRACE("\"%s\" PT_GNU_PROPERTY: not found", name); in ElfW()
|
D | linker_soinfo.cpp | 467 TRACE("[ Calling c-tor %s @ %p for '%s' ]", function_name, function, realpath); in call_function() 469 TRACE("[ Done calling c-tor %s @ %p for '%s' ]", function_name, function, realpath); in call_function() 479 TRACE("[ Calling d-tor %s @ %p for '%s' ]", function_name, function, realpath); in call_function() 481 TRACE("[ Done calling d-tor %s @ %p for '%s' ]", function_name, function, realpath); in call_function() 491 TRACE("[ Calling %s (size %zd) @ %p for '%s' ]", array_name, count, functions, realpath); in call_array() 498 TRACE("[ %s[%d] == %p ]", array_name, i, functions[i]); in call_array() 502 TRACE("[ Done calling %s for '%s' ]", array_name, realpath); in call_array()
|
D | linker_utils.cpp | 147 TRACE("Trying zip file open from path \"%s\" -> normalized \"%s\"", input_path, path); in parse_zip_path()
|
D | linker.cpp | 319 TRACE("name %s: allocating soinfo for ns=%p", name, ns); in soinfo_alloc() 329 TRACE("name %s: allocated soinfo @ %p", name, si); in soinfo_alloc() 352 TRACE("name %s: freeing soinfo @ %p", si->get_realpath(), si); in soinfo_free() 926 TRACE("Trying zip file open from path \"%s\" -> normalized \"%s\"", input_path, path); in open_library_in_zipfile() 1046 TRACE("[ opening %s from namespace %s ]", name, ns->get_name()); in open_library() 1477 TRACE("[ \"%s\" find_loaded_library_by_soname failed (*candidate=%s@%p). Trying harder... ]", in find_library_internal() 1909 TRACE("%s@%p needs to unload %s@%p", si->get_realpath(), si, in soinfo_unload_impl()
|
D | linker_main.cpp | 529 TRACE("[ Ready to execute \"%s\" @ %p ]", si->get_realpath(), reinterpret_cast<void*>(entry)); in linker_main()
|
/bionic/libc/bionic/ |
D | time64.c | 171 # define TRACE(format) (fprintf(stderr, format)) macro 176 # define TRACE(format) ((void)0) macro
|