nbdkit

dlsymdlopen

1.23.7

6 / 763 files match, 2 filtered matches.

server/debug-flags.c



134 |       int *sym;
135 | 
136 |       /* Find the symbol. */
137 |       sym = dlsym (dl, flag->symbol);
138 |       if (sym) {
139 |         /* Set the flag. */


plugins/vddk/vddk.c



347 |   /* Load symbols. */
348 | #define STUB(fn,ret,args)                                         \
349 |   do {                                                            \
350 |     fn = dlsym (dl, #fn);                                         \
351 |     if (fn == NULL) {                                             \
352 |       nbdkit_error ("required VDDK symbol \"%s\" is missing: %s", \