Home
last modified time | relevance | path

Searched refs:relocate_now (Results 1 – 1 of 1) sorted by relevance

/dports/lang/librep/librep_0.92.7/src/
H A Dunix_dl.c339 rep_bool relocate_now = rep_FALSE; in rep_intern_dl_library() local
344 relocate_now = rep_TRUE; in rep_intern_dl_library()
348 handle = dlopen(dlname, (relocate_now ? RTLD_NOW : RTLD_LAZY) in rep_intern_dl_library()
353 (relocate_now ? BIND_IMMEDIATE : BIND_DEFERRED) in rep_intern_dl_library()