Searched refs:ELFCLASS32 (Results 1 – 3 of 3) sorted by relevance
493 … if ((elf_module->e_ident[EI_CLASS] != ELFCLASS32)&&(elf_module->e_ident[EI_CLASS] != ELFCLASS64)) in dlmodule_load()660 if (elf_module->e_ident[EI_CLASS] != ELFCLASS32) in dlmodule_load_custom()
47 #define ELFCLASS32 1 /* 32-bit objs */ macro
141 #define ELFCLASS32 1 /* 32-bit objects */ macro
Completed in 24 milliseconds