yasm

dlsymdlopen

1.3.0

1 / 1400 files match, 1 filtered matches.

frontends/yasm/yasm-plugin.c



95 |     init_plugin =
96 |         (void (*)(void))GetProcAddress((HINSTANCE)lib, "yasm_init_plugin");
97 | #elif defined(__GNUC__)
98 |     init_plugin = (void (*)(void))(uintptr_t)dlsym(lib, "yasm_init_plugin");
99 | #endif
100 |