meson

dlsymdlopen

0.56.0

11 / 3471 files match, 4 filtered matches.

test cases/common/152 shared module resolving symbol in executable/prog.c



34 | #ifdef _WIN32
35 |   HMODULE h = LoadLibraryA(argv[1]);
36 | #else
37 |   void *h = dlopen(argv[1], RTLD_NOW);
38 | #endif
39 |   assert(h != NULL);


test cases/common/121 shared module/prog.c



70 |     if(argc==0) {};
71 | 
72 |     dlerror();
73 |     dl = dlopen(argv[1], RTLD_LAZY);
74 |     error = dlerror();
75 |     if(error) {


test cases/cmake/21 shared module/prog.c



75 |     if(argc==0) {};
76 | 
77 |     dlerror();
78 |     dl = dlopen(argv[1], RTLD_LAZY);
79 |     error = dlerror();
80 |     if(error) {


tools/ac_converter.py



200 |      'HAVE_CONFSTR': ('confstr', 'time.h'),
201 |      'HAVE_CTERMID': ('ctermid', 'stdio.h'),
202 |      'HAVE_DIRFD': ('dirfd', 'dirent.h'),
203 |      'HAVE_DLOPEN': ('dlopen', 'dlfcn.h'),
204 |      'HAVE_DUP2': ('dup2', 'unistd.h'),
205 |      'HAVE_DUP3': ('dup3', 'unistd.h'),