|
plastimatch
|
#include "plmsys_config.h"#include "delayload.h"#include <stdio.h>#include <string.h>#include <dlfcn.h>#include <unistd.h>Macros | |
| #define | get_cwd getcwd |
Functions | |
| static int | find_lib (const char *lib) |
| void * | dlopen_ex (const char *lib) |
| static int | delayload_cuda_internal (const char *windows_name, const char *unix_name) |
| int | delayload_libplmcuda (void) |
| int | delayload_libplmreconstructcuda (void) |
| int | delayload_libplmregistercuda (void) |
| int | delayload_libplmopencl (void) |
| #define get_cwd getcwd |
|
static |
| int delayload_libplmcuda | ( | void | ) |
| int delayload_libplmopencl | ( | void | ) |
| int delayload_libplmreconstructcuda | ( | void | ) |
| int delayload_libplmregistercuda | ( | void | ) |
| void * dlopen_ex | ( | const char * | lib | ) |
|
static |