OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACHINE_ARCH
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
param.h
47
*
MACHINE_ARCH
may be defined by individual ports as a temporary
51
* If ELF, MACHINE and
MACHINE_ARCH
are forced to "arm/armeb".
55
#ifndef
MACHINE_ARCH
/* XXX For now */
58
#define
MACHINE_ARCH
"arm"
61
#define
MACHINE_ARCH
"armeb"
63
#endif /*
MACHINE_ARCH
*/
68
#undef
MACHINE_ARCH
73
#define
MACHINE_ARCH
"arm"
76
#define
MACHINE_ARCH
"armeb"
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
param.h
49
*
MACHINE_ARCH
may be defined by individual ports as a temporary
53
* If ELF, MACHINE and
MACHINE_ARCH
are forced to "arm/armeb".
60
#undef
MACHINE_ARCH
64
#define
MACHINE_ARCH
"aarch64"
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h
52
#define
MACHINE_ARCH
"i386"
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h
52
#define
MACHINE_ARCH
"ia64"
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h
21
#define
MACHINE_ARCH
"x86_64"
Completed in 250 milliseconds