OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_compiler
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc
168
char *
target_compiler
;
local
177
target_compiler
= XDUPVEC (char, name, strlen (name) + 1);
182
target_compiler
= concat (gcc_path, "/", name, NULL);
183
if (access_check (
target_compiler
, X_OK) == 0)
193
target_compiler
= XRESIZEVEC (char,
target_compiler
, len);
194
sprintf (
target_compiler
, "%s/%s", paths[i], name);
195
if (access_check (
target_compiler
, X_OK) == 0)
204
return found ?
target_compiler
: NULL;
246
generate_target_descr_file (const char *
target_compiler
)
604
char *
target_compiler
= find_
target_compiler
(target_driver_name);
local
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026