OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offload_files
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c
174
static struct plugin_offload_file *
offload_files
;
variable in typeref:struct:plugin_offload_file
456
while (
offload_files
)
458
struct plugin_offload_file *ofld =
offload_files
;
459
offload_files
=
offload_files
->next;
818
ofld =
offload_files
->next;
1248
if (
offload_files
== NULL)
1251
offload_files
= xmalloc (sizeof (struct plugin_offload_file));
1252
offload_files
->name = NULL;
1253
offload_files
->next = NULL
[
all
...]
/src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c
194
static struct plugin_offload_file *
offload_files
;
variable in typeref:struct:plugin_offload_file
476
while (
offload_files
)
478
struct plugin_offload_file *ofld =
offload_files
;
479
offload_files
=
offload_files
->next;
862
ofld =
offload_files
->next;
1308
if (
offload_files
== NULL)
1311
offload_files
= xmalloc (sizeof (struct plugin_offload_file));
1312
offload_files
->name = NULL;
1313
offload_files
->next = NULL
[
all
...]
Completed in 44 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026