Searched refs:CFE_ERR_WRONGENDIAN (Results 1 - 5 of 5) sorted by last modified time

/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_ldr_elf.c411 if (ep->e_ident[EI_DATA] != ELFDATA2MSB) return CFE_ERR_WRONGENDIAN; /* big endian */
414 if (ep->e_ident[EI_DATA] != ELFDATA2LSB) return CFE_ERR_WRONGENDIAN; /* little endian */
H A Dcfe_error.c82 {CFE_ERR_WRONGENDIAN ,"Executable is wrong-endian"},
H A Dzipstart_load.c247 if (ep->e_ident[EI_DATA] != ELFDATA2MSB) return CFE_ERR_WRONGENDIAN; /* big endian */
250 if (ep->e_ident[EI_DATA] != ELFDATA2LSB) return CFE_ERR_WRONGENDIAN; /* little endian */
/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_error.h64 #define CFE_ERR_WRONGENDIAN -13 macro
/broadcom-cfe-1.4.2/cfe/api/
H A Dcfe_error.h62 #define CFE_ERR_WRONGENDIAN -13 macro

Completed in 41 milliseconds