Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldemul.c190 char *from_outside = getenv (TARGET_ENVIRON); in ldemul_default_target() local
191 if (from_outside != (char *) NULL) in ldemul_default_target()
192 return from_outside; in ldemul_default_target()
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldemul.c189 char *from_outside = getenv (TARGET_ENVIRON); in ldemul_default_target() local
190 if (from_outside != (char *) NULL) in ldemul_default_target()
191 return from_outside; in ldemul_default_target()
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/
Dgld960.em64 char *from_outside = getenv(TARGET_ENVIRON);
67 if (from_outside != (char *)NULL)
68 return from_outside;
Dgld960c.em79 char *from_outside = getenv(TARGET_ENVIRON);
82 if (from_outside != (char *)NULL)
83 return from_outside;
Dlnk960.em198 char *from_outside = getenv (TARGET_ENVIRON);
199 if (from_outside != (char *) NULL)
200 return from_outside;
Daix.em798 static char *from_outside;
808 from_outside = getenv (TARGET_ENVIRON);
809 if (from_outside != (char *) NULL)
810 return from_outside;
/openbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dgld960.em97 char *from_outside = getenv(TARGET_ENVIRON);
100 if (from_outside != (char *)NULL)
101 return from_outside;
Dgld960c.em112 char *from_outside = getenv(TARGET_ENVIRON);
115 if (from_outside != (char *)NULL)
116 return from_outside;
Dlnk960.em239 char *from_outside = getenv (TARGET_ENVIRON);
240 if (from_outside != (char *) NULL)
241 return from_outside;
Daix.em795 static char *from_outside;
805 from_outside = getenv (TARGET_ENVIRON);
806 if (from_outside != (char *) NULL)
807 return from_outside;