Searched refs:CFE_ERR_WRONGENDIAN (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sibyte/cfe/
H A Dcfe_error.h46 #define CFE_ERR_WRONGENDIAN -13 macro
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/api/
H A Dcfe_error.h62 #define CFE_ERR_WRONGENDIAN -13 macro
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dcfe_error.h64 #define CFE_ERR_WRONGENDIAN -13 macro
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_error.c80 {CFE_ERR_WRONGENDIAN ,"Executable is wrong-endian"},
H A Dcfe_ldr_elf.c228 if (ep->e_ident[EI_DATA] != ELFDATA2MSB) return CFE_ERR_WRONGENDIAN; /* big endian */
231 if (ep->e_ident[EI_DATA] != ELFDATA2LSB) return CFE_ERR_WRONGENDIAN; /* little endian */

Completed in 49 milliseconds