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

/bionic/libc/include/
H A Ddlfcn.h73 #define RTLD_NEXT ((void*) -1L) macro
76 #define RTLD_NEXT ((void*) 0xfffffffe) macro
/bionic/tests/libs/
H A Ddlsym_from_this_functions.cpp45 int* result = static_cast<int*>(dlsym(RTLD_NEXT, "test_dlsym_symbol"));
/bionic/tests/
H A Ddlfcn_test.cpp959 void* addr = dlsym(RTLD_NEXT, "ANY_UNKNOWN_SYMBOL_NAME");
964 void* addr = dlsym(RTLD_NEXT, "fopen");
/bionic/linker/
H A Dlinker.cpp1321 specified soinfo (for RTLD_NEXT).
1334 if (handle == RTLD_NEXT) {
1370 (handle == RTLD_NEXT) ? caller : nullptr, found, symbol_name, vi);
2447 if (handle == RTLD_DEFAULT || handle == RTLD_NEXT) {
3455 // with special values which are RTLD_DEFAULT and RTLD_NEXT.
3463 handle_ == reinterpret_cast<uintptr_t>(RTLD_NEXT) ||

Completed in 117 milliseconds