Home
last modified time | relevance | path

Searched refs:RTLD_NOW (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Ddlfcn.h41 RTLD_NOW = 0, enumerator
/bionic/libdl/
Ddltest.c128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; in main()