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

/bionic/linker/
H A Dlinker_debug.h96 #define DEBUG(x...) _PRINTVF(2, TRUE, "DEBUG: " x) macro
98 #define DEBUG(x...) do {} while (0) macro
145 DEBUG("%5d %s (phdr = 0x%08x)\n", (pid), (name), (unsigned)(phdr)); \
146 DEBUG("\t\tphdr->offset = 0x%08x\n", (unsigned)((phdr)->p_offset)); \
147 DEBUG("\t\tphdr->p_vaddr = 0x%08x\n", (unsigned)((phdr)->p_vaddr)); \
148 DEBUG("\t\tphdr->p_paddr = 0x%08x\n", (unsigned)((phdr)->p_paddr)); \
149 DEBUG("\t\tphdr->p_filesz = 0x%08x\n", (unsigned)((phdr)->p_filesz)); \
150 DEBUG("\t\tphdr->p_memsz = 0x%08x\n", (unsigned)((phdr)->p_memsz)); \
151 DEBUG("\
[all...]
H A Dlinker.c486 DEBUG("%5d %s: looking up %s in %s\n",
501 DEBUG("%5d %s: looking up %s in executable %s\n",
1301 DEBUG("%5d Processing '%s' relocation at index %d\n", pid,
1504 DEBUG("%5d Processing '%s' relocation at index %d\n", pid,
1745 DEBUG("%5d si->base = 0x%08x si->flags = 0x%08x\n", pid,
1815 DEBUG("%5d dynamic = %p\n", pid, si->dynamic);
1819 DEBUG("%5d d = %p, d[0] = 0x%08x d[1] = 0x%08x\n", pid, d, d[0], d[1]);
1886 DEBUG("%5d %s constructors (init func) found at %p\n",
1891 DEBUG("%5d %s destructors (fini func) found at %p\n",
1896 DEBUG("
[all...]
/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
379 #ifdef DEBUG
H A Dres_init.c126 #ifndef DEBUG
127 #define DEBUG macro
573 #ifdef DEBUG
599 #ifdef DEBUG
615 #ifdef DEBUG
625 #ifdef DEBUG
635 #ifdef DEBUG
640 #ifdef DEBUG
H A Dres_cache.c139 #define DEBUG 0 macro
144 #if DEBUG
332 #else /* !DEBUG */
638 #if DEBUG
1162 #if DEBUG
1188 #if DEBUG
1408 #if DEBUG
H A Dres_send.c126 #ifndef DEBUG
127 #define DEBUG macro
/bionic/libc/kernel/common/linux/mtd/
H A Dmtd.h152 #define DEBUG(n, args...) do { } while(0) macro
/bionic/libc/kernel/common/linux/
H A Ddevice.h209 #ifdef DEBUG
/bionic/libc/stdlib/
H A Dstrtod.c142 #ifdef DEBUG
889 #ifdef DEBUG
897 #ifdef DEBUG
1071 #ifdef DEBUG
1176 #ifdef DEBUG
1210 #ifdef DEBUG
1925 #ifdef DEBUG
1936 #ifdef DEBUG
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c1958 #ifdef DEBUG
1970 #ifdef DEBUG
1980 #ifdef DEBUG
1991 #ifdef DEBUG
2186 #ifdef DEBUG
/bionic/libc/bionic/
H A Dmalloc_debug_leak.c82 #define DEBUG 0 macro
H A Ddlmalloc.c293 DEBUG default: NOT defined
294 The DEBUG setting is mainly intended for people trying to modify
300 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
1271 #ifdef DEBUG
1277 #else /* DEBUG */
1279 #endif /* DEBUG */
2280 #if ! DEBUG
2289 #else /* DEBUG */
2309 #endif /* DEBUG */
2636 #if DEBUG
[all...]
/bionic/libc/netbsd/
H A Dgethnamaddr.c97 #ifdef DEBUG
132 #ifdef DEBUG

Completed in 315 milliseconds