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

/freebsd-13-stable/sys/x86/include/
H A Delf.h87 #define ELF_TARG_CLASS ELFCLASS32 macro
144 #define ELF_TARG_CLASS ELFCLASS32 macro
146 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-13-stable/sys/powerpc/include/
H A Delf.h109 #define ELF_TARG_CLASS ELFCLASS64 macro
113 #define ELF_TARG_CLASS ELFCLASS32 macro
/freebsd-13-stable/sys/riscv/include/
H A Delf.h69 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-13-stable/sys/mips/include/
H A Delf.h86 #define ELF_TARG_CLASS ELFCLASS32 macro
88 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-13-stable/sys/arm64/include/
H A Delf.h77 #define ELF_TARG_CLASS ELFCLASS64 macro
82 #define ELF_TARG_CLASS ELFCLASS32 macro
/freebsd-13-stable/sys/arm/include/
H A Delf.h67 #define ELF_TARG_CLASS ELFCLASS32 macro
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h158 #define LIBELF_CLASS ELF_TARG_CLASS
/freebsd-13-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.c49 #undef ELF_TARG_CLASS macro
51 #define ELF_TARG_CLASS ELFCLASS64 macro
256 if (ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
/freebsd-13-stable/lib/libc/gen/
H A Dnlist.c112 ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS &&
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c116 ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-13-stable/libexec/rtld-elf/
H A Dmap_object.c372 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-13-stable/sys/kern/
H A Dlink_elf_obj.c172 #if ELF_TARG_CLASS == ELFCLASS32
368 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
726 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS
H A Dlink_elf.c183 #if ELF_TARG_CLASS == ELFCLASS32
1011 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
H A Dimgact_elf.c470 hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-13-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 ||
/freebsd-13-stable/sys/x86/xen/
H A Dpv.c485 ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||

Completed in 95 milliseconds