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

  /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/libdl/
libdl.map.txt 33 dlvsym; # introduced=24
libdl.c 115 void* dlvsym(void* handle, const char* symbol, const char* version) { function
  /bionic/libc/include/
dlfcn.h 57 void* dlvsym(void* handle, const char* _Nonnull symbol, const char* _Nonnull version) __INTRODUCED_IN(24);
  /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/tests/
dlfcn_test.cpp     [all...]

Completed in 155 milliseconds