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

/freebsd-10.2-release/sys/sparc64/include/
H A Delf.h100 #define ELF_TARG_CLASS ELFCLASS32 macro
102 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-10.2-release/lib/libelf/
H A Dlibelf.c42 .libelf_class = ELF_TARG_CLASS,
/freebsd-10.2-release/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
/freebsd-10.2-release/sys/ia64/include/
H A Delf.h141 #define ELF_TARG_CLASS ELFCLASS32 macro
143 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-10.2-release/sys/powerpc/include/
H A Delf.h124 #define ELF_TARG_CLASS ELFCLASS64 macro
129 #define ELF_TARG_CLASS ELFCLASS32 macro
/freebsd-10.2-release/sys/arm/include/
H A Delf.h97 #define ELF_TARG_CLASS ELFCLASS32 macro
/freebsd-10.2-release/sys/mips/include/
H A Delf.h84 #define ELF_TARG_CLASS ELFCLASS32 macro
86 #define ELF_TARG_CLASS ELFCLASS64 macro
/freebsd-10.2-release/sys/boot/common/
H A Dload_elf_obj.c48 #undef ELF_TARG_CLASS macro
50 #define ELF_TARG_CLASS ELFCLASS64 macro
116 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
H A Dload_elf.c47 #undef ELF_TARG_CLASS macro
49 #define ELF_TARG_CLASS ELFCLASS64 macro
130 if (ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS || /* Layout ? */
/freebsd-10.2-release/usr.bin/ldd/
H A Dldd.c351 hdr.elf.e_ident[EI_CLASS] == ELF_TARG_CLASS) {
/freebsd-10.2-release/lib/libc/gen/
H A Dnlist.c222 ehdr->e_ident[EI_CLASS] == ELF_TARG_CLASS &&
/freebsd-10.2-release/libexec/rtld-elf/
H A Dmap_object.c325 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-10.2-release/sys/kern/
H A Dlink_elf_obj.c167 #if ELF_TARG_CLASS == ELFCLASS32
241 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
494 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS
H A Dlink_elf.c181 #if ELF_TARG_CLASS == ELFCLASS32
783 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
H A Dimgact_elf.c334 hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
/freebsd-10.2-release/usr.sbin/kldxref/
H A Def.c564 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||
H A Def_obj.c367 if (hdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||

Completed in 140 milliseconds