Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.c367 dlsym(libc_malloc_impl_handle, "malloc_debug_initialize"); in malloc_init_impl()
382 dlsym(libc_malloc_impl_handle, "memcheck_initialize"); in malloc_init_impl()
402 dlsym(libc_malloc_impl_handle, "leak_malloc"); in malloc_init_impl()
404 dlsym(libc_malloc_impl_handle, "leak_free"); in malloc_init_impl()
406 dlsym(libc_malloc_impl_handle, "leak_calloc"); in malloc_init_impl()
408 dlsym(libc_malloc_impl_handle, "leak_realloc"); in malloc_init_impl()
410 dlsym(libc_malloc_impl_handle, "leak_memalign"); in malloc_init_impl()
417 dlsym(libc_malloc_impl_handle, "fill_malloc"); in malloc_init_impl()
419 dlsym(libc_malloc_impl_handle, "fill_free"); in malloc_init_impl()
422 dlsym(libc_malloc_impl_handle, "fill_realloc"); in malloc_init_impl()
[all …]
/bionic/libc/include/
Ddlfcn.h49 extern void* dlsym(void* handle, const char* symbol);
/bionic/libdl/
Dlibdl.c23 void *dlsym(void *handle, const char *symbol) { return 0; } in dlsym() function
Ddltest.c133 symbol = dlsym(handle, symname); in main()
/bionic/linker/
Ddlfcn.c76 void *dlsym(void *handle, const char *symbol) in dlsym() function
207 st_value: (Elf32_Addr) &dlsym,
/bionic/libc/docs/
DOVERVIEW.TXT348 executable should be able to run (if it doesn't use dlopen()/dlsym())