Home
last modified time | relevance | path

Searched refs:ELF_TARG_CLASS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A Delf.h113 #define ELF_TARG_CLASS ELFCLASS32 macro
199 #define ELF_TARG_CLASS ELFCLASS32 macro
201 #define ELF_TARG_CLASS ELFCLASS64 macro
/illumos-gate/usr/src/boot/common/
H A Dload_elf_obj.c48 #undef ELF_TARG_CLASS
50 #define ELF_TARG_CLASS ELFCLASS64 macro
116 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */ in __elfN()
H A Dload_elf.c46 #undef ELF_TARG_CLASS
48 #define ELF_TARG_CLASS ELFCLASS64 macro
121 if (ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */ in __elfN()