HomeSort by relevance Sort by last modified time
    Searched refs:dlvsym (Results 1 - 8 of 8) sorted by null

  /bionic/libdl/
libdl.map.txt 33 dlvsym;
libdl.c 32 void* dlvsym(void* handle __unused, const char* symbol __unused, const char* version __unused) { function
  /external/compiler-rt/lib/interception/
interception_linux.cc 18 #include <dlfcn.h> // for dlsym() and dlvsym()
27 #if !defined(__ANDROID__) // android does not have dlvsym
29 return dlvsym(RTLD_NEXT, func_name, ver);
  /bionic/libc/include/
dlfcn.h 50 extern void* dlvsym(void* handle, const char* symbol, const char* version) __nonnull((2, 3));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dlfcn.h 32 /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
38 /* If the first argument to `dlsym' or `dlvsym' is set to RTLD_DEFAULT
74 extern void *dlvsym (void *__restrict __handle,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h 32 /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
38 /* If the first argument to `dlsym' or `dlvsym' is set to RTLD_DEFAULT
74 extern void *dlvsym (void *__restrict __handle,
  /bionic/linker/
dlfcn.cpp 106 void* dlvsym(void* handle, const char* symbol, const char* version) { function
208 "get_sdk_version\0android_init_namespaces\0android_create_namespace\0dlvsym\0android_dlwarning\0"
234 ELFW(SYM_INITIALIZER)(265, &dlvsym, 1),
  /bionic/tests/
dlfcn_test.cpp     [all...]

Completed in 1485 milliseconds