Home
last modified time | relevance | path

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

/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c65 if (elf_hdr->e_ident[EI_DATA] != ELFDATA2MSB) { in pfe_load_elf()
67 elf_hdr->e_ident[EI_DATA]); in pfe_load_elf()
/u-boot/tools/
A Dprelink-riscv.c107 bool isbe = e_ident[EI_DATA] == ELFDATA2MSB; in main()
A Dmips-relocs.c260 switch (ehdr32->e_ident[EI_DATA]) { in main()
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c74 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
76 if (ehdr->e_ident[EI_DATA] != ELFDATA2MSB) {
130 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
132 if (ehdr->e_ident[EI_DATA] != ELFDATA2MSB) {
/u-boot/include/
A Delf.h40 #define EI_DATA 5 /* data encoding */ macro

Completed in 18 milliseconds