Searched refs:DEBUG (Results 1 – 18 of 18) sorted by relevance
/bionic/linker/ |
D | linker_debug.h | 102 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x) macro 104 #define DEBUG(x...) do {} while (0) macro 119 DEBUG("%5d %s (phdr = 0x%08x)\n", (pid), (name), (unsigned)(phdr)); \ 120 DEBUG("\t\tphdr->offset = 0x%08x\n", (unsigned)((phdr)->p_offset)); \ 121 DEBUG("\t\tphdr->p_vaddr = 0x%08x\n", (unsigned)((phdr)->p_vaddr)); \ 122 DEBUG("\t\tphdr->p_paddr = 0x%08x\n", (unsigned)((phdr)->p_paddr)); \ 123 DEBUG("\t\tphdr->p_filesz = 0x%08x\n", (unsigned)((phdr)->p_filesz)); \ 124 DEBUG("\t\tphdr->p_memsz = 0x%08x\n", (unsigned)((phdr)->p_memsz)); \ 125 DEBUG("\t\tphdr->p_flags = 0x%08x\n", (unsigned)((phdr)->p_flags)); \ 126 DEBUG("\t\tphdr->p_align = 0x%08x\n", (unsigned)((phdr)->p_align)); \
|
D | linker.cpp | 470 DEBUG("%5d %s: looking up %s in %s\n", in soinfo_do_lookup() 484 DEBUG("%5d %s: looking up %s in executable %s\n", in soinfo_do_lookup() 958 DEBUG("%5d Processing '%s' relocation at index %d\n", pid, in soinfo_relocate() 1446 DEBUG("%5d si->base = 0x%08x si->flags = 0x%08x\n", pid, in soinfo_link_image() 1460 DEBUG("%5d dynamic = %p\n", pid, si->dynamic); in soinfo_link_image() 1471 DEBUG("%5d d = %p, d[0] = 0x%08x d[1] = 0x%08x\n", pid, d, d[0], d[1]); in soinfo_link_image() 1518 DEBUG("%5d %s constructors (init func) found at %p\n", in soinfo_link_image() 1523 DEBUG("%5d %s destructors (fini func) found at %p\n", in soinfo_link_image() 1528 DEBUG("%5d %s constructors (init_array) found at %p\n", in soinfo_link_image() 1536 DEBUG("%5d %s destructors (fini_array) found at %p\n", in soinfo_link_image() [all …]
|
D | README.TXT | 100 You can increase the verbosity of debug traces by defining the DEBUG
|
/bionic/libc/arch-mips/bionic/ |
D | cacheflush.c | 31 #ifdef DEBUG 67 #ifdef DEBUG in cacheflush()
|
/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 1391 #if DEBUG 1450 #if DEBUG 1543 if (DEBUG) { in _cache_remove_oldest() 1717 #if DEBUG in _resolv_cache_add() 2128 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/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.cpp | 73 #define DEBUG 0 macro
|
/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
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 1443 #ifdef DEBUG 1454 #define DEBUG 0 macro 2791 #if ! DEBUG 3229 #if DEBUG 5092 #if DEBUG in ialloc()
|