Searched refs:DEBUG (Results 1 – 18 of 18) sorted by relevance
/bionic/linker/ |
D | linker_debug.h | 96 #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("\t\tphdr->p_flags = 0x%08x\n", (unsigned)((phdr)->p_flags)); \ 152 DEBUG("\t\tphdr->p_align = 0x%08x\n", (unsigned)((phdr)->p_align)); \
|
D | linker.c | 465 DEBUG("%5d %s: looking up %s in %s\n", in _do_lookup() 480 DEBUG("%5d %s: looking up %s in executable %s\n", in _do_lookup() 1296 DEBUG("%5d Processing '%s' relocation at index %d\n", pid, in reloc_library() 1676 DEBUG("%5d si->base = 0x%08x si->flags = 0x%08x\n", pid, in link_image() 1766 DEBUG("%5d dynamic = %p\n", pid, si->dynamic); in link_image() 1770 DEBUG("%5d d = %p, d[0] = 0x%08x d[1] = 0x%08x\n", pid, d, d[0], d[1]); in link_image() 1815 DEBUG("%5d %s constructors (init func) found at %p\n", in link_image() 1820 DEBUG("%5d %s destructors (fini func) found at %p\n", in link_image() 1825 DEBUG("%5d %s constructors (init_array) found at %p\n", in link_image() 1833 DEBUG("%5d %s destructors (fini_array) found at %p\n", in link_image() [all …]
|
D | README.TXT | 138 You can increase the verbosity of debug traces by defining the DEBUG
|
/bionic/libc/netbsd/resolv/ |
D | res_query.c | 106 #ifndef DEBUG 107 #define DEBUG macro 143 #ifdef DEBUG in res_nquery() 156 #ifdef DEBUG in res_nquery() 175 #ifdef DEBUG in res_nquery() 184 #ifdef DEBUG in res_nquery() 379 #ifdef DEBUG in res_nquerydomain()
|
D | res_mkquery.c | 100 #ifndef DEBUG 101 #define DEBUG macro 134 #ifdef DEBUG in res_nmkquery() 241 #ifdef DEBUG in res_nopt() 262 #ifdef DEBUG in res_nopt()
|
D | res_debug.h | 23 #ifndef DEBUG
|
D | res_state.c | 42 #define DEBUG 0 macro 44 #if DEBUG
|
D | res_init.c | 128 #ifndef DEBUG 129 #define DEBUG macro 575 #ifdef DEBUG in __res_vinit() 601 #ifdef DEBUG in res_setoptions() 617 #ifdef DEBUG in res_setoptions() 627 #ifdef DEBUG in res_setoptions() 637 #ifdef DEBUG in res_setoptions() 642 #ifdef DEBUG in res_setoptions()
|
D | res_cache.c | 166 #define DEBUG 0 macro 172 #if DEBUG 666 #if DEBUG 1277 #if DEBUG 1336 #if DEBUG 1429 if (DEBUG) { in _cache_remove_oldest() 1569 #if DEBUG in _resolv_cache_add() 1979 if (DEBUG) { in _resolv_set_addr_of_iface()
|
D | res_send.c | 130 #ifndef DEBUG 131 #define DEBUG macro
|
/bionic/libc/kernel/common/linux/mtd/ |
D | mtd.h | 150 #define DEBUG(n, args...) do { } while(0) macro
|
/bionic/libc/ |
D | Jamfile | 7 DEBUG = 1 ; 13 # debugging support, simply define the DEBUG variable to activate verbose output 16 if $(DEBUG) {
|
/bionic/libc/stdlib/ |
D | strtod.c | 142 #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/kernel/common/linux/ |
D | device.h | 210 #ifdef DEBUG
|
/bionic/libc/bionic/ |
D | malloc_debug_leak.c | 71 #define DEBUG 0 macro
|
D | dlmalloc.c | 1287 #ifdef DEBUG 2361 #if ! DEBUG 2717 #if DEBUG 4255 #if DEBUG in ialloc()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 2182 #ifdef DEBUG in res_queryN() 2194 #ifdef DEBUG in res_queryN() 2204 #ifdef DEBUG in res_queryN() 2215 #ifdef DEBUG in res_queryN() 2410 #ifdef DEBUG in res_querydomainN()
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 98 #ifdef DEBUG 133 #ifdef DEBUG
|