pythia8
dlsymdlopen8235
2 / 661 files match, 2 filtered matches.
src/PartonDistributions.cc
2616 | map<string, pair<void*, int> >::iterator plugin =
2617 | infoPtr->plugins.find(libName);
2618 | if (plugin == infoPtr->plugins.end()) {
2619 | lib = dlopen(libName.c_str(), RTLD_LAZY);
2620 | error = dlerror();
2621 | }
include/Pythia8Plugins/PowhegProcs.h
105 | const char* error(0);
106 |
107 | // Load the library.
108 | lib = dlopen(("libpythia8powheg" + proc + ".so").c_str(), RTLD_LAZY);
109 | error = dlerror();
110 | if (error) {