Home
last modified time | relevance | path

Searched refs:DLSYM (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A Dear.c52 #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()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c3032 #define DLSYM(f) \ in ialias() macro
3041 DLSYM (version); in ialias()
3048 DLSYM (get_name); in ialias()
3049 DLSYM (get_caps); in ialias()
3050 DLSYM (get_type); in ialias()
3051 DLSYM (get_num_devices); in ialias()
3052 DLSYM (init_device); in ialias()
3053 DLSYM (fini_device); in ialias()
3054 DLSYM (load_image); in ialias()
3055 DLSYM (unload_image); in ialias()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c3726 #define DLSYM(f) \ in ialias() macro
3735 DLSYM (version); in ialias()
3742 DLSYM (get_name); in ialias()
3743 DLSYM (get_caps); in ialias()
3744 DLSYM (get_type); in ialias()
3745 DLSYM (get_num_devices); in ialias()
3746 DLSYM (init_device); in ialias()
3747 DLSYM (fini_device); in ialias()
3748 DLSYM (load_image); in ialias()
3749 DLSYM (unload_image); in ialias()
[all …]
H A DChangeLog11480 (gomp_load_plugin_for_device): Reimplement DLSYM & DLSYM_OPT
12471 with load_image and unload_image in DLSYM ().