OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plugin_handle
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c
36
static void *
plugin_handle
;
variable
140
plugin_handle
= dlopen (name, RTLD_LAZY);
142
assert (
plugin_handle
!= NULL);
143
onload = dlsym (
plugin_handle
, "onload");
288
unsigned err = dlclose (
plugin_handle
);
/src/external/gpl3/binutils/dist/bfd/
plugin.c
531
void *
plugin_handle
;
local
547
plugin_handle
= dlopen (pname, RTLD_NOW);
548
if (!
plugin_handle
)
585
onload = dlsym (
plugin_handle
, "onload");
635
dlclose (
plugin_handle
);
/src/external/gpl3/binutils.old/dist/bfd/
plugin.c
513
void *
plugin_handle
;
local
529
plugin_handle
= dlopen (pname, RTLD_NOW);
530
if (!
plugin_handle
)
567
onload = dlsym (
plugin_handle
, "onload");
613
dlclose (
plugin_handle
);
/src/external/gpl3/gdb.old/dist/bfd/
plugin.c
360
void *
plugin_handle
;
local
376
plugin_handle
= dlopen (pname, RTLD_NOW);
377
if (!
plugin_handle
)
414
onload = dlsym (
plugin_handle
, "onload");
460
dlclose (
plugin_handle
);
/src/external/gpl3/gdb/dist/bfd/
plugin.c
530
void *
plugin_handle
;
local
546
plugin_handle
= dlopen (pname, RTLD_NOW);
547
if (!
plugin_handle
)
584
onload = dlsym (
plugin_handle
, "onload");
634
dlclose (
plugin_handle
);
/src/external/gpl3/gcc.old/dist/libgomp/
target.c
3715
void *
plugin_handle
= dlopen (plugin_name, RTLD_LAZY);
local
3716
if (!
plugin_handle
)
3727
if (!(device->f##_func = dlsym (
plugin_handle
, "GOMP_OFFLOAD_" #f))) \
3732
((device->f##_func = dlsym (
plugin_handle
, "GOMP_OFFLOAD_" #n)) \
3812
if (
plugin_handle
)
3813
dlclose (
plugin_handle
);
/src/external/gpl3/gcc/dist/libgomp/
target.c
5108
void *
plugin_handle
= dlopen (plugin_name, RTLD_LAZY);
local
5109
if (!
plugin_handle
)
5120
if (!(device->f##_func = dlsym (
plugin_handle
, "GOMP_OFFLOAD_" #f))) \
5125
((device->f##_func = dlsym (
plugin_handle
, "GOMP_OFFLOAD_" #n)) \
5207
if (
plugin_handle
)
5208
dlclose (
plugin_handle
);
Completed in 23 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026