Home
last modified time | relevance | path

Searched refs:ELFCLASS64 (Results 1 – 6 of 6) sorted by relevance

/u-boot/tools/
A Dprelink-riscv.c106 bool is64 = e_ident[EI_CLASS] == ELFCLASS64; in main()
A Dmips-relocs.c251 case ELFCLASS64: in main()
A Dzynqmpbif.c666 case ELFCLASS64: in bif_add_elf()
/u-boot/lib/
A Delf.c145 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) in load_elf_image_phdr()
179 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) in load_elf_image_shdr()
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c123 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS64) {
270 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64)
294 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64)
528 if (ehdr->e_ident[EI_CLASS] == ELFCLASS64)
/u-boot/include/
A Delf.h58 #define ELFCLASS64 2 /* 64-bit objs */ macro

Completed in 12 milliseconds