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

/bionic/libc/arch-mips/bionic/
H A Dcacheflush.c31 #ifdef DEBUG
66 #ifdef DEBUG
/bionic/linker/
H A Dlinker_debug.h36 // INFO, TRACE, and DEBUG calls in the source). This will only
82 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x) macro
84 #define DEBUG(x...) do {} while (0) macro
H A Dlinker.cpp510 DEBUG("%s: looking up %s in executable %s",
541 DEBUG("%s: looking up %s in executable %s after local scope",
562 DEBUG("%s: looking up %s in %s",
864 DEBUG("Processing '%s' relocation at index %d", si->name, idx);
1313 DEBUG("si->base = 0x%08x si->flags = 0x%08x", si->base, si->flags);
1328 DEBUG("dynamic = %p", si->dynamic);
1340 DEBUG("d = %p, d[0](tag) = 0x%08x d[1](val) = 0x%08x", d, d->d_tag, d->d_un.d_val);
1388 DEBUG("%s constructors (DT_INIT) found at %p", si->name, si->init_func);
1392 DEBUG("%s destructors (DT_FINI) found at %p", si->name, si->fini_func);
1396 DEBUG("
[all...]
H A Dlinker.h45 DEBUG("%s\n", linker_get_error_buffer()); \
/bionic/libc/netbsd/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.c106 #ifndef DEBUG
107 #define DEBUG macro
143 #ifdef DEBUG
156 #ifdef DEBUG
175 #ifdef DEBUG
184 #ifdef DEBUG
388 #ifdef DEBUG
H A Dres_init.c121 #ifndef DEBUG
122 #define DEBUG macro
461 #ifdef DEBUG
487 #ifdef DEBUG
503 #ifdef DEBUG
513 #ifdef DEBUG
523 #ifdef DEBUG
528 #ifdef DEBUG
H A Dres_state.c42 #define DEBUG 0 macro
44 #if DEBUG
H A Dres_cache.c167 #define DEBUG 0 macro
173 #if DEBUG
360 #else /* !DEBUG */
664 #if DEBUG
1456 #if DEBUG
1516 #if DEBUG
1609 if (DEBUG) {
1781 #if DEBUG
2292 if (DEBUG) {
H A Dres_send.c130 #ifndef DEBUG
131 #define DEBUG macro
/bionic/libc/kernel/common/linux/mtd/
H A Dmtd.h150 #define DEBUG(n, args...) do { } while(0) macro
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h358 #ifdef DEBUG
378 #else /* !DEBUG */
386 #endif /* DEBUG */
531 #ifdef DEBUG
/bionic/libc/kernel/common/linux/
H A Ddevice.h210 #ifdef DEBUG
/bionic/libc/stdlib/
H A Dstrtod.c142 #ifdef DEBUG
894 #ifdef DEBUG
902 #ifdef DEBUG
1076 #ifdef DEBUG
1181 #ifdef DEBUG
1215 #ifdef DEBUG
1930 #ifdef DEBUG
1941 #ifdef DEBUG
/bionic/libc/bionic/
H A Dmalloc_debug_leak.cpp71 #define DEBUG 0 macro
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c2187 #ifdef DEBUG
2199 #ifdef DEBUG
2209 #ifdef DEBUG
2220 #ifdef DEBUG
2421 #ifdef DEBUG
/bionic/libc/netbsd/
H A Dgethnamaddr.c103 #ifdef DEBUG
138 #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 408 milliseconds