Searched defs:address (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/bionic/
H A Ddlmalloc.c24 static void __bionic_heap_usage_error(const char* function, void* address);
44 static void __bionic_heap_usage_error(const char* function, void* address) { argument
45 __libc_fatal_no_abort("invalid address or address of corrupt block %p passed to %s",
46 address, function);
47 // So that debuggerd gives us a memory dump around the specific address.
48 // TODO: improve the debuggerd protocol so we can tell it to dump an address when we abort.
49 *((int**) 0xdeadbaad) = (int*) address;
/bionic/libc/kernel/arch-x86/asm/
H A Ddesc_32.h32 unsigned long address __attribute__((packed)); member in struct:Xgt_desc_struct
H A Ddesc_defs.h72 unsigned long address; member in struct:desc_ptr
/bionic/libthread_db/
H A Dlibthread_db.c89 /* FIXME - pc is a non-decremented breakpoint address, hence the
250 psaddr_t map_address, size_t offset, psaddr_t * address)
249 td_thr_tls_get_addr(const td_thrhandle_t * th, psaddr_t map_address, size_t offset, psaddr_t * address) argument
/bionic/libc/kernel/common/linux/
H A Dfd.h176 unsigned long address; member in struct:floppy_fdc_state
/bionic/libc/netbsd/resolv/
H A Dres_send.c179 /* clear all, this also sets the IP4/6 address to 'any' */
546 (stdout, ";; Querying server (# %d) address = %s\n",
704 * - EXT(statp).ext->nsaddrs[n] holds an address that is larger
1273 const struct sockaddr *address, int alen)
1282 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf),
1272 Aerror(const res_state statp, FILE *file, const char *string, int error, const struct sockaddr *address, int alen) argument
/bionic/libc/kernel/common/video/
H A Ddsscomp.h249 void *address; member in struct:dss2_ovl_info::__anon631::__anon632
/bionic/linker/
H A Dlinker.cpp394 * Returns the base address of the .ARM.exidx section
627 Elf32_Addr address = reinterpret_cast<Elf32_Addr>(p); local
629 if (address >= si->base && address - si->base < si->size) {
640 // contains this address.
888 - The address of the place if the relocation is pc-relative
889 - The address of nominal base address if the relocation
1099 * got[0] is address of lazy resolver function
1101 * set it to a recognizable address i
[all...]
/bionic/libc/kernel/arch-mips/asm/sn/sn0/
H A Dhubmd.h420 address: 29, member in struct:mem_error_reg
444 address: 29, member in struct:proto_error_reg

Completed in 272 milliseconds