dlopen            567 addr2line.c    		h = dlopen(NULL, RTLD_NOW|RTLD_LOCAL);
dlopen           1327 dln.c          	if ((handle = (void*)dlopen(file, RTLD_LAZY|RTLD_GLOBAL)) == NULL) {
dlopen            171 ext/fiddle/handle.c 	ptr = dlopen("coredll.dll", cflag);
dlopen            179 ext/fiddle/handle.c 	ptr = dlopen(clib, cflag);
dlopen             93 ext/tk/stubs.c # define DL_OPEN(file) dlopen(file, RTLD_LAZY|RTLD_GLOBAL)