OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DLSYM
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
ear.c
52
#define
DLSYM
(TYPE_, VAR_, SYMBOL_) \
57
if (0 == (cast.from =
dlsym
(RTLD_NEXT, SYMBOL_))) { \
58
perror("bear:
dlsym
"); \
291
DLSYM
(func, fp, "execve");
305
DLSYM
(func, fp, "execvpe");
318
DLSYM
(func, fp, "execvp");
336
DLSYM
(func, fp, "execvP");
354
DLSYM
(func, fp, "exect");
374
DLSYM
(func, fp, "posix_spawn");
395
DLSYM
(func, fp, "posix_spawnp")
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/
target.c
3726
#define
DLSYM
(f) \
3727
if (!(device->f##_func =
dlsym
(plugin_handle, "GOMP_OFFLOAD_" #f))) \
3732
((device->f##_func =
dlsym
(plugin_handle, "GOMP_OFFLOAD_" #n)) \
3735
DLSYM
(version);
3742
DLSYM
(get_name);
3743
DLSYM
(get_caps);
3744
DLSYM
(get_type);
3745
DLSYM
(get_num_devices);
3746
DLSYM
(init_device);
3747
DLSYM
(fini_device)
[
all
...]
/src/external/gpl3/gcc/dist/libgomp/
target.c
5119
#define
DLSYM
(f) \
5120
if (!(device->f##_func =
dlsym
(plugin_handle, "GOMP_OFFLOAD_" #f))) \
5125
((device->f##_func =
dlsym
(plugin_handle, "GOMP_OFFLOAD_" #n)) \
5128
DLSYM
(version);
5135
DLSYM
(get_name);
5136
DLSYM
(get_caps);
5137
DLSYM
(get_type);
5138
DLSYM
(get_num_devices);
5139
DLSYM
(init_device);
5140
DLSYM
(fini_device)
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026