Searched refs:ELFCLASS32 (Results 1 – 5 of 5) sorted by relevance
59 if (elf_hdr->e_ident[EI_CLASS] != ELFCLASS32) { in pfe_load_elf()
248 case ELFCLASS32: in main()
661 case ELFCLASS32: in bif_add_elf()
57 #define ELFCLASS32 1 /* 32-bit objs */ macro
67 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS32) {
Completed in 10 milliseconds