Searched refs:DLSYM (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/ |
| H A D | ear.c | 53 #define DLSYM(TYPE_, VAR_, SYMBOL_) \ macro 286 DLSYM(func, fp, "execve"); in call_execve() 300 DLSYM(func, fp, "execvpe"); in call_execvpe() 313 DLSYM(func, fp, "execvp"); in call_execvp() 331 DLSYM(func, fp, "execvP"); in call_execvP() 349 DLSYM(func, fp, "exect"); in call_exect() 369 DLSYM(func, fp, "posix_spawn"); in call_posix_spawn() 390 DLSYM(func, fp, "posix_spawnp"); in call_posix_spawnp()
|