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