Searched refs:ELF_TARG_CLASS (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/sys/sparc64/include/
H A Delf.h105 #define ELF_TARG_CLASS ELFCLASS32 macro
107 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h118 #define ELF_TARG_CLASS ELFCLASS32 macro
207 #define ELF_TARG_CLASS ELFCLASS32 macro
209 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h133 #define ELF_TARG_CLASS ELFCLASS64 macro
138 #define ELF_TARG_CLASS ELFCLASS32 macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h86 #define ELF_TARG_CLASS ELFCLASS32 macro
88 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h104 #define ELF_TARG_CLASS ELFCLASS64 macro
109 #define ELF_TARG_CLASS ELFCLASS32 macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h100 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h99 #define ELF_TARG_CLASS ELFCLASS32 macro
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h172 #define LIBELF_CLASS ELF_TARG_CLASS
/freebsd-12-stable/stand/common/
H A Dload_elf_obj.c48 #undef ELF_TARG_CLASS macro
50 #define ELF_TARG_CLASS ELFCLASS64 macro
138 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
H A Dload_elf.c48 #undef ELF_TARG_CLASS macro
50 #define ELF_TARG_CLASS ELFCLASS64 macro
253 if (ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_vdso.c112 ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-12-stable/lib/libc/gen/
H A Dnlist.c221 ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS &&
/freebsd-12-stable/usr.bin/ldd/
H A Dldd.c396 hdr.elf.e_ident[EI_CLASS] == ELF_TARG_CLASS) {
/freebsd-12-stable/sys/x86/xen/
H A Dpv.c486 ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-12-stable/libexec/rtld-elf/
H A Dmap_object.c367 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-12-stable/sys/kern/
H A Dlink_elf_obj.c173 #if ELF_TARG_CLASS == ELFCLASS32
360 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
693 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS
H A Dlink_elf.c186 #if ELF_TARG_CLASS == ELFCLASS32
900 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
H A Dimgact_elf.c455 hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-12-stable/usr.sbin/kldxref/
H A Def.c599 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
H A Def_obj.c395 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||

Completed in 299 milliseconds