rivet

dlsymdlopen

1.1.2

3 / 451 files match, 1 filtered matches.

src/AnalysisLoader.cc



61 |     _handles.insert(handle);
62 | 
63 |     // Perform dodgy cast to factory function     
64 |     void* fnptr = dlsym(handle, "getAnalysisBuilders");
65 |     anabuilders_fn getBuilders = evil_cast<anabuilders_fn>(fnptr);
66 |     if (!getBuilders) {