OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMULATION_ENVIRON
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/ld/
ld.h
65
#define
EMULATION_ENVIRON
"LDEMULATION"
ldmain.c
596
emulation = getenv (
EMULATION_ENVIRON
);
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
as.c
136
#define
EMULATION_ENVIRON
"AS_EMULATION"
170
em = getenv (
EMULATION_ENVIRON
);
278
def_em = getenv (
EMULATION_ENVIRON
);
[
all
...]
Completed in 132 milliseconds