Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dkconfig_load.c16 handle = dlopen("./libkconfig.so", RTLD_LAZY); in kconfig_load()
18 handle = dlopen("./scripts/kconfig/libkconfig.so", RTLD_LAZY); in kconfig_load()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Ddlfcn.h26 #define RTLD_LAZY 0x0001 /* Lazy function call binding. */ macro