Home
last modified time | relevance | path

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

/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c59 if (elf_hdr->e_ident[EI_CLASS] != ELFCLASS32) { in pfe_load_elf()
/u-boot/tools/
A Dmips-relocs.c248 case ELFCLASS32: in main()
A Dzynqmpbif.c661 case ELFCLASS32: in bif_add_elf()
/u-boot/include/
A Delf.h57 #define ELFCLASS32 1 /* 32-bit objs */ macro
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c67 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS32) {

Completed in 10 milliseconds