Home
last modified time | relevance | path

Searched refs:address (Results 1 – 22 of 22) sorted by relevance

/bionic/libc/bionic/
Ddlmalloc.c24 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/
Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/ argument
Dres_send.c1269 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.S57 # Clear return address in child so we don't unwind further.
Dsetjmp.S65 REG_S ra, SC_PC(a0) # sc_pc = return address
/bionic/libc/arch-mips/string/
Dmemcpy.S113 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
Dmemset.S103 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/
Dmemcpy.S113 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
Dmemset.S103 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/
Dfdreg.h22 #define FD_IOPORT fdc_state[fdc].address
Dx25.h76 struct x25_address address; member
Drose.h80 rose_address address; member
Dmic_common.h62 __le64 address; member
Dfd.h181 unsigned long address; member
Dkvm.h82 __u64 address; member
/bionic/libc/arch-mips64/bionic/
D__bionic_clone.S78 # Clear return address in child so we don't unwind further.
Dsetjmp.S65 REG_S ra, SC_PC(a0) # sc_pc = return address
/bionic/libc/kernel/uapi/drm/
Di810_drm.h226 void *address; member
Dradeon_drm.h726 unsigned int address; member
732 unsigned int address; member
Ddrm.h257 void __user *address; member
/bionic/libc/kernel/uapi/sound/
Demu10k1.h336 unsigned int address; member
/bionic/linker/
Dlinker.cpp676 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()