Home
last modified time | relevance | path

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

/arch/xtensa/boot/
DMakefile15 BIG_ENDIAN := $(shell echo -e __XTENSA_EB__ | $(CC) -E - | grep -v "\#") macro
18 export BIG_ENDIAN
/arch/xtensa/boot/ramdisk/
DMakefile5 BIG_ENDIAN := $(shell echo -e "\#ifdef __XTENSA_EL__\nint little;\n\#else\nint big;\n\#endif" | $(C… macro
7 ifeq ($(BIG_ENDIAN),1)
/arch/xtensa/boot/boot-redboot/
DMakefile9 ifeq ($(BIG_ENDIAN),1)
/arch/xtensa/boot/boot-elf/
DMakefile10 ifeq ($(BIG_ENDIAN),1)
/arch/x86/tools/
Drelocs.c255 #if BYTE_ORDER == BIG_ENDIAN