• Home
  • Raw
  • Download

Lines Matching refs:RTLD_LOCAL

45 	do_dlopen(SO_FOR_DLOPEN, RTLD_LOCAL);  in dlopen_local()
50 void* handle1 = dlopen(SO_LOAD_BY_LOCAL, RTLD_LOCAL); in dlopen_so_used_by_dlsym()
52 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_LOCAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym()
66 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_GLOBAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym()
100 void* handle = dlopen(SO_FOR_DLOPEN, RTLD_LOCAL); in dlopen_dlclose()
102 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_FOR_DLOPEN, RTLD_LOCAL, dlerror()); in dlopen_dlclose()
104 handle = dlopen(SO_FOR_DLOPEN, RTLD_LOCAL); in dlopen_dlclose()
106 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_FOR_DLOPEN, RTLD_LOCAL, dlerror()); in dlopen_dlclose()
114 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_FOR_DLOPEN, RTLD_LOCAL, dlerror()); in dlopen_dlclose()
126 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_FOR_DLOPEN, RTLD_LOCAL, dlerror()); in dlopen_dlclose()
150 void *handle = dlopen(SO_CLOSE_RECURSIVE_OPEN_SO, RTLD_LAZY | RTLD_LOCAL); in dlclose_recursive()
152 …en(name=%s, mode=%d) failed: %s\n", SO_CLOSE_RECURSIVE_OPEN_SO, RTLD_LAZY | RTLD_LOCAL, dlerror()); in dlclose_recursive()
194 void *local_handler = dlopen(DLOPEN_LOCAL, RTLD_LOCAL); in dlopen_global_test()
196 t_error("dlopen(name=%s, mode=%d) failed: %s\n", DLOPEN_LOCAL, RTLD_LOCAL, dlerror()); in dlopen_global_test()
262 h = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
277 g = dlopen(0, RTLD_LAZY|RTLD_LOCAL); in main()