Home
last modified time | relevance | path

Searched refs:RTLD_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Ddlfcn.h60 #define RTLD_DEFAULT ((void*) 0xffffffff) macro
/bionic/libdl/
Ddltest.c128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; in main()
/bionic/linker/
Ddlfcn.cpp87 if (handle == RTLD_DEFAULT) { in dlsym()