Searched refs:DEBUG (Results 1 - 19 of 19) sorted by relevance

/bionic/linker/
H A Dlinker_debug.h34 // INFO, TRACE, and DEBUG calls in the source). This will only
77 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x) macro
79 #define DEBUG(x...) do {} while (0) macro
H A Dlinker.cpp517 DEBUG("%s: looking up %s in executable %s",
557 DEBUG("%s: looking up %s in executable %s after local scope",
578 DEBUG("%s: looking up %s in %s",
946 DEBUG("Processing '%s' relocation at index %zd", si->name, idx);
1211 DEBUG("Processing '%s' relocation at index %zd", si->name, idx);
1683 DEBUG("si->base = %p si->flags = 0x%08x", reinterpret_cast<void*>(si->base), si->flags);
1698 DEBUG("dynamic = %p", si->dynamic);
1710 DEBUG("d = %p, d[0](tag) = %p d[1](val) = %p",
1792 DEBUG("%s constructors (DT_INIT) found at %p", si->name, si->init_func);
1796 DEBUG("
[all...]
H A Dlinker.h45 DEBUG("%s\n", linker_get_error_buffer()); \
/bionic/libc/dns/resolv/
H A Dres_debug.h23 #ifndef DEBUG
H A Dres_mkquery.c100 #ifndef DEBUG
101 #define DEBUG macro
134 #ifdef DEBUG
241 #ifdef DEBUG
262 #ifdef DEBUG
H A Dres_query.c107 #ifndef DEBUG
108 #define DEBUG macro
144 #ifdef DEBUG
157 #ifdef DEBUG
176 #ifdef DEBUG
185 #ifdef DEBUG
389 #ifdef DEBUG
H A Dres_init.c118 #ifndef DEBUG
119 #define DEBUG macro
472 #ifdef DEBUG
498 #ifdef DEBUG
514 #ifdef DEBUG
524 #ifdef DEBUG
534 #ifdef DEBUG
539 #ifdef DEBUG
H A Dres_state.c42 #define DEBUG 0 macro
44 #if DEBUG
H A Dres_cache.c150 #define DEBUG 0 macro
156 #if DEBUG
343 #else /* !DEBUG */
647 #if DEBUG
1423 #if DEBUG
1483 #if DEBUG
1576 if (DEBUG) {
1762 #if DEBUG
H A Dres_send.c131 #ifndef DEBUG
132 #define DEBUG macro
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddmisc.c128 #ifdef DEBUG
139 #ifdef DEBUG
H A Dmisc.c526 #ifdef DEBUG
666 #ifdef DEBUG
808 #ifdef DEBUG
H A Dgdtoaimp.h187 #ifdef DEBUG
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h358 #ifdef DEBUG
378 #else /* !DEBUG */
386 #endif /* DEBUG */
531 #ifdef DEBUG
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_logl.c77 #ifdef DEBUG
554 #ifdef DEBUG
663 #ifdef DEBUG
/bionic/libc/dns/net/
H A Dgetaddrinfo.c2174 #ifdef DEBUG
2186 #ifdef DEBUG
2196 #ifdef DEBUG
2207 #ifdef DEBUG
2408 #ifdef DEBUG
/bionic/libc/bionic/
H A Dmalloc_debug_leak.cpp74 #define DEBUG 0 macro
/bionic/libc/dns/
H A Dgethnamaddr.c108 #ifdef DEBUG
143 #ifdef DEBUG
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c328 DEBUG default: NOT defined
329 The DEBUG setting is mainly intended for people trying to modify
335 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
1443 #ifdef DEBUG
1450 #else /* DEBUG */
1454 #define DEBUG 0 macro
1455 #endif /* DEBUG */
2791 #if ! DEBUG
2800 #else /* DEBUG */
2820 #endif /* DEBUG */
[all...]

Completed in 4073 milliseconds