RTLD_GLOBAL 1267 dln.c #ifndef RTLD_GLOBAL RTLD_GLOBAL 1272 dln.c if ((handle = (void*)dlopen(file, RTLD_LAZY|RTLD_GLOBAL)) == NULL) { RTLD_GLOBAL 84 ext/dl/dl.c rb_define_const(rb_mDL, "RTLD_GLOBAL", INT2NUM(RTLD_GLOBAL)); RTLD_GLOBAL 19 ext/dl/dl.h #ifndef RTLD_GLOBAL RTLD_GLOBAL 56 ext/dl/handle.c cflag = RTLD_LAZY | RTLD_GLOBAL; RTLD_GLOBAL 60 ext/dl/handle.c cflag = RTLD_LAZY | RTLD_GLOBAL; RTLD_GLOBAL 64 ext/tk/stubs.c # define DL_OPEN(file) dlopen(file, RTLD_LAZY|RTLD_GLOBAL)