RTLD_LAZY 65 core/load.c void *handle = dlopen(filename, RTLD_LAZY); RTLD_LAZY 518 core/vm.c void *handle = dlopen(potion_find_file(P,"readline",0), RTLD_LAZY); RTLD_LAZY 387 front/p2.c void *handle = dlopen(potion_find_file(P, "libsyntax",9), RTLD_LAZY);