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

/freebsd-11-stable/sys/powerpc/include/
H A Delf.h128 #define ELF_TARG_DATA ELFDATA2MSB macro
133 #define ELF_TARG_DATA ELFDATA2MSB macro
/freebsd-11-stable/sys/riscv/include/
H A Delf.h101 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h107 #define ELF_TARG_DATA ELFDATA2MSB macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h101 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h117 #define ELF_TARG_DATA ELFDATA2LSB macro
209 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-11-stable/sys/arm/include/
H A Delf.h99 #define ELF_TARG_DATA ELFDATA2MSB macro
101 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h89 #define ELF_TARG_DATA ELFDATA2MSB macro
91 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h171 #define LIBELF_BYTEORDER ELF_TARG_DATA
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_vdso.c113 ehdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c222 ehdr->e_ident[EI_DATA] == ELF_TARG_DATA &&
/freebsd-11-stable/libexec/rtld-elf/
H A Dmap_object.c365 hdr->e_ident[EI_DATA] != ELF_TARG_DATA) {
/freebsd-11-stable/stand/common/
H A Dload_elf_obj.c117 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
H A Dload_elf.c232 ehdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.c590 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
H A Def_obj.c392 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
/freebsd-11-stable/sys/kern/
H A Dlink_elf_obj.c243 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
572 || hdr->e_ident[EI_DATA] != ELF_TARG_DATA) {
H A Dlink_elf.c845 hdr->e_ident[EI_DATA] != ELF_TARG_DATA) {
H A Dimgact_elf.c407 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||

Completed in 110 milliseconds