OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crtoffloadtable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc
1071
/* Find the
crtoffloadtable
.o file in LIBRARY_PATH, make copy and pass name of
1081
unsigned n_paths = parse_env_var (library_path, &paths, "/
crtoffloadtable
.o");
1088
char *
crtoffloadtable
;
local
1090
crtoffloadtable
= make_temp_file (".
crtoffloadtable
.o");
1092
crtoffloadtable
= concat (dumppfx, "
crtoffloadtable
.o", NULL);
1093
copy_file (
crtoffloadtable
, paths[i]);
1094
printf ("%s\n",
crtoffloadtable
);
1095
XDELETEVEC (
crtoffloadtable
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc
1082
/* Find the
crtoffloadtable
.o file in LIBRARY_PATH, make copy and pass name of
1095
: "/
crtoffloadtable
.o");
1102
char *
crtoffloadtable
;
local
1104
crtoffloadtable
= make_temp_file (".
crtoffloadtable
.o");
1106
crtoffloadtable
= concat (dumppfx, "
crtoffloadtable
.o", NULL);
1107
copy_file (
crtoffloadtable
, paths[i]);
1108
printf ("%s\n",
crtoffloadtable
);
1109
XDELETEVEC (
crtoffloadtable
);
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026