Searched refs:RTLD_LAZY (Results 1 – 2 of 2) sorted by relevance
16 handle = dlopen("./libkconfig.so", RTLD_LAZY); in kconfig_load()18 handle = dlopen("./scripts/kconfig/libkconfig.so", RTLD_LAZY); in kconfig_load()
26 #define RTLD_LAZY 0x0001 /* Lazy function call binding. */ macro