Searched refs:DLSYM (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/tools/scan-build-py/libear/ |
D | ear.c | 52 #define DLSYM(TYPE_, VAR_, SYMBOL_) \ macro 291 DLSYM(func, fp, "execve"); in call_execve() 305 DLSYM(func, fp, "execvpe"); in call_execvpe() 318 DLSYM(func, fp, "execvp"); in call_execvp() 336 DLSYM(func, fp, "execvP"); in call_execvP() 354 DLSYM(func, fp, "exect"); in call_exect() 374 DLSYM(func, fp, "posix_spawn"); in call_posix_spawn() 395 DLSYM(func, fp, "posix_spawnp"); in call_posix_spawnp()
|
/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()
|
/external/fastrpc/src/ |
D | mod_table.c | 50 #define DLSYM dlsym macro 431 dm->handle_invoke = (handle_invoke_fn) DLSYM(dm->dlhandle, tmp); in open_mod_table_open_dynamic() 433 dm->invoke = (invoke_fn) DLSYM(dm->dlhandle, tmp); in open_mod_table_open_dynamic()
|