Searched refs:DEBUG (Results 1 - 16 of 16) 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.c465 DEBUG("%5d %s: looking up %s in %s\n",
480 DEBUG("%5d %s: looking up %s in executable %s\n",
1296 DEBUG("%5d Processing '%s' relocation at index %d\n", pid,
1676 DEBUG("%5d si->base = 0x%08x si->flags = 0x%08x\n", pid,
1766 DEBUG("%5d dynamic = %p\n", pid, si->dynamic);
1770 DEBUG("%5d d = %p, d[0] = 0x%08x d[1] = 0x%08x\n", pid, d, d[0], d[1]);
1815 DEBUG("%5d %s constructors (init func) found at %p\n",
1820 DEBUG("%5d %s destructors (fini func) found at %p\n",
1825 DEBUG("%5d %s constructors (init_array) found at %p\n",
1833 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_state.c42 #define DEBUG 0 macro
44 #if DEBUG
H A Dres_init.c128 #ifndef DEBUG
129 #define DEBUG macro
575 #ifdef DEBUG
601 #ifdef DEBUG
617 #ifdef DEBUG
627 #ifdef DEBUG
637 #ifdef DEBUG
642 #ifdef DEBUG
H A Dres_cache.c166 #define DEBUG 0 macro
172 #if DEBUG
360 #else /* !DEBUG */
666 #if DEBUG
1277 #if DEBUG
1336 #if DEBUG
1429 if (DEBUG) {
1569 #if DEBUG
1979 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/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.c71 #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
1287 #ifdef DEBUG
1293 #else /* DEBUG */
1295 #endif /* DEBUG */
2361 #if ! DEBUG
2370 #else /* DEBUG */
2390 #endif /* DEBUG */
2717 #if DEBUG
[all...]
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c2182 #ifdef DEBUG
2194 #ifdef DEBUG
2204 #ifdef DEBUG
2215 #ifdef DEBUG
2410 #ifdef DEBUG
/bionic/libc/netbsd/
H A Dgethnamaddr.c98 #ifdef DEBUG
133 #ifdef DEBUG

Completed in 136 milliseconds