Home
last modified time | relevance | path

Searched refs:from_outside (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldemul.c187 char *from_outside = getenv (TARGET_ENVIRON); in ldemul_default_target() local
188 if (from_outside != (char *) NULL) in ldemul_default_target()
189 return from_outside; in ldemul_default_target()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dgld960.em63 char *from_outside = getenv(TARGET_ENVIRON);
66 if (from_outside != (char *)NULL)
67 return from_outside;
Dgld960c.em76 char *from_outside = getenv(TARGET_ENVIRON);
79 if (from_outside != (char *)NULL)
80 return from_outside;
Dlnk960.em198 char *from_outside = getenv (TARGET_ENVIRON);
199 if (from_outside != (char *) NULL)
200 return from_outside;
Daix.em976 static char *from_outside;
986 from_outside = getenv (TARGET_ENVIRON);
987 if (from_outside != (char *) NULL)
988 return from_outside;