Searched refs:DLSYM (Results 1 – 1 of 1) sorted by relevance
/external/clang/tools/scan-build-py/libear/ |
D | ear.c | 53 #define DLSYM(TYPE_, VAR_, SYMBOL_) \ macro 292 DLSYM(func, fp, "execve"); in call_execve() 306 DLSYM(func, fp, "execvpe"); in call_execvpe() 319 DLSYM(func, fp, "execvp"); in call_execvp() 337 DLSYM(func, fp, "execvP"); in call_execvP() 355 DLSYM(func, fp, "exect"); in call_exect() 375 DLSYM(func, fp, "posix_spawn"); in call_posix_spawn() 396 DLSYM(func, fp, "posix_spawnp"); in call_posix_spawnp()
|