Searched refs:CLASS (Results 1 – 4 of 4) sorted by relevance
18 #define E(name) E_(name, CLASS)21 #define EW(type) EW_(Elf, CLASS, type)36 #if CLASS == __ELF_NATIVE_CLASS51 #if CLASS == __ELF_NATIVE_CLASS61 #if CLASS == 64 in E()66 #if CLASS == __ELF_NATIVE_CLASS216 #undef CLASS
271 #define CLASS 32 macro273 #define CLASS 64 macro
60 if (elf_header->e_ident [EI_CLASS] != ElfW (CLASS)) in process_elf_file()
1581 [EI_CLASS] = ELFW(CLASS), in open_verify()1691 else if (ehdr->e_ident[EI_CLASS] != ELFW(CLASS)) in open_verify()2278 ELFW(CLASS) == ELFCLASS32 in _dl_map_object()
Completed in 9 milliseconds