Searched refs:dlsym (Results 1 - 6 of 6) sorted by relevance

/bionic/tests/
H A Ddlopen_test.cpp30 void* sym = dlsym(self, "DlSymTestFunction");
/bionic/libc/include/
H A Ddlfcn.h49 extern void* dlsym(void* handle, const char* symbol);
/bionic/libdl/
H A Dlibdl.c23 void *dlsym(void *handle, const char *symbol) { return 0; } function
H A Ddltest.c133 symbol = dlsym(handle, symname);
135 if (dlerr != NULL) fprintf(stderr, "dlsym() error: %s\n", dlerr);
/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp303 table->malloc = reinterpret_cast<MallocDebugMalloc>(dlsym(libc_malloc_impl_handle, symbol));
305 error_log("%s: dlsym(\"%s\") failed", __progname, symbol);
309 table->free = reinterpret_cast<MallocDebugFree>(dlsym(libc_malloc_impl_handle, symbol));
311 error_log("%s: dlsym(\"%s\") failed", __progname, symbol);
315 table->calloc = reinterpret_cast<MallocDebugCalloc>(dlsym(libc_malloc_impl_handle, symbol));
317 error_log("%s: dlsym(\"%s\") failed", __progname, symbol);
321 table->realloc = reinterpret_cast<MallocDebugRealloc>(dlsym(libc_malloc_impl_handle, symbol));
323 error_log("%s: dlsym(\"%s\") failed", __progname, symbol);
327 table->memalign = reinterpret_cast<MallocDebugMemalign>(dlsym(libc_malloc_impl_handle, symbol));
329 error_log("%s: dlsym(\"
[all...]
/bionic/linker/
H A Ddlfcn.c77 void *dlsym(void *handle, const char *symbol) function
170 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_unwind_find_exidx\0"
176 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
200 st_value: (Elf32_Addr) &dlsym,

Completed in 110 milliseconds