Home
last modified time | relevance | path

Searched refs:RTLD_NEXT (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/libc/
Ddlfcn.h27 #ifndef RTLD_NEXT
28 #define RTLD_NEXT ((void *)-1L) macro
/system/chre/platform/shared/
Ddlfcn.cc31 if (handle == RTLD_NEXT) { in dlsym()
/system/chre/platform/slpi/qsh/
Dqsh_shim.cc113 dlsym(RTLD_NEXT, STRINGIFY(chreSensorFlushAsync))); in openQsh()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc175 dlsym(RTLD_NEXT, STRINGIFY(functionName))); \