/bionic/libc/bionic/ |
D | dlmalloc.c | 24 static void __bionic_heap_usage_error(const char* function, void* address); 41 static void __bionic_heap_usage_error(const char* function, void* address) { in __bionic_heap_usage_error() argument 43 address, function); in __bionic_heap_usage_error() 46 *((int**) 0xdeadbaad) = (int*) address; in __bionic_heap_usage_error()
|
/bionic/libc/dns/resolv/ |
D | res_debug.h | 26 # define Aerror(statp, file, string, error, address) /*empty*/ argument
|
D | res_send.c | 1269 const struct sockaddr *address, int alen) in Aerror() argument 1276 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf), in Aerror()
|
/bionic/libc/arch-mips/bionic/ |
D | __bionic_clone.S | 57 # Clear return address in child so we don't unwind further.
|
D | setjmp.S | 65 REG_S ra, SC_PC(a0) # sc_pc = return address
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 113 addu t0,a0,a2 # t0 is the "past the end" address 116 # the "t0-32" address 117 # This means: for x=128 the last "safe" a0 address is "t0-160" 118 # Alternatively, for x=64 the last "safe" a0 address is "t0-96" 120 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address 390 addu a3,a0,a3 # now a3 is the dst address past the 1w chunks 404 addu a3,a0,a2 # a3 is the last dst address
|
D | memset.S | 103 addu t0,a0,a2 # t0 is the "past the end" address 143 addu t0,a0,a2 # t0 is the "past the end" address 155 addu t0,a0,a2 # t0 is the "past the end" address 176 andi v1,v1,0x3 # word-unaligned address?
|
/bionic/libc/arch-mips64/string/ |
D | memcpy.S | 113 addu t0,a0,a2 # t0 is the "past the end" address 116 # the "t0-32" address 117 # This means: for x=128 the last "safe" a0 address is "t0-160" 118 # Alternatively, for x=64 the last "safe" a0 address is "t0-96" 120 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address 390 addu a3,a0,a3 # now a3 is the dst address past the 1w chunks 404 addu a3,a0,a2 # a3 is the last dst address
|
D | memset.S | 103 addu t0,a0,a2 # t0 is the "past the end" address 143 addu t0,a0,a2 # t0 is the "past the end" address 155 addu t0,a0,a2 # t0 is the "past the end" address 176 andi v1,v1,0x3 # word-unaligned address?
|
/bionic/libc/kernel/uapi/linux/ |
D | fdreg.h | 22 #define FD_IOPORT fdc_state[fdc].address
|
D | x25.h | 76 struct x25_address address; member
|
D | rose.h | 80 rose_address address; member
|
D | mic_common.h | 62 __le64 address; member
|
D | fd.h | 181 unsigned long address; member
|
D | kvm.h | 82 __u64 address; member
|
/bionic/libc/arch-mips64/bionic/ |
D | __bionic_clone.S | 78 # Clear return address in child so we don't unwind further.
|
D | setjmp.S | 65 REG_S ra, SC_PC(a0) # sc_pc = return address
|
/bionic/libc/kernel/uapi/drm/ |
D | i810_drm.h | 226 void *address; member
|
D | radeon_drm.h | 726 unsigned int address; member 732 unsigned int address; member
|
D | drm.h | 257 void __user *address; member
|
/bionic/libc/kernel/uapi/sound/ |
D | emu10k1.h | 336 unsigned int address; member
|
/bionic/linker/ |
D | linker.cpp | 676 ElfW(Addr) address = reinterpret_cast<ElfW(Addr)>(p); in find_containing_library() 678 if (address >= si->base && address - si->base < si->size) { in find_containing_library()
|