Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 18 of 18) sorted by relevance

/bionic/linker/
Dlinker_debug.h102 #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)); \
Dlinker.cpp470 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 …]
DREADME.TXT100 You can increase the verbosity of debug traces by defining the DEBUG
/bionic/libc/arch-mips/bionic/
Dcacheflush.c31 #ifdef DEBUG
67 #ifdef DEBUG in cacheflush()
/bionic/libc/netbsd/resolv/
Dres_query.c106 #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()
Dres_mkquery.c100 #ifndef DEBUG
101 #define DEBUG macro
134 #ifdef DEBUG in res_nmkquery()
241 #ifdef DEBUG in res_nopt()
262 #ifdef DEBUG in res_nopt()
Dres_debug.h23 #ifndef DEBUG
Dres_state.c42 #define DEBUG 0 macro
44 #if DEBUG
Dres_init.c128 #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()
Dres_cache.c166 #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()
Dres_send.c130 #ifndef DEBUG
131 #define DEBUG macro
/bionic/libc/kernel/common/linux/mtd/
Dmtd.h150 #define DEBUG(n, args...) do { } while(0) macro
/bionic/libc/stdlib/
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/kernel/common/linux/
Ddevice.h210 #ifdef DEBUG
/bionic/libc/bionic/
Dmalloc_debug_leak.cpp73 #define DEBUG 0 macro
/bionic/libc/netbsd/net/
Dgetaddrinfo.c2182 #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/
Dgethnamaddr.c98 #ifdef DEBUG
133 #ifdef DEBUG
/bionic/libc/upstream-dlmalloc/
Dmalloc.c1443 #ifdef DEBUG
1454 #define DEBUG 0 macro
2791 #if ! DEBUG
3229 #if DEBUG
5092 #if DEBUG in ialloc()