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

/freebsd-12-stable/sys/powerpc/include/
H A Delf.h134 #define ELF_TARG_DATA ELFDATA2MSB macro
139 #define ELF_TARG_DATA ELFDATA2MSB macro
/freebsd-12-stable/sys/sparc64/include/
H A Delf.h109 #define ELF_TARG_DATA ELFDATA2MSB macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h91 #define ELF_TARG_DATA ELFDATA2MSB macro
93 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h119 #define ELF_TARG_DATA ELFDATA2LSB macro
211 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h101 #define ELF_TARG_DATA ELFDATA2MSB macro
103 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h105 #define ELF_TARG_DATA ELFDATA2LSB macro
110 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h101 #define ELF_TARG_DATA ELFDATA2LSB macro
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h171 #define LIBELF_BYTEORDER ELF_TARG_DATA
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_vdso.c113 ehdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
/freebsd-12-stable/lib/libc/gen/
H A Dnlist.c222 ehdr->e_ident[EI_DATA] == ELF_TARG_DATA &&
/freebsd-12-stable/libexec/rtld-elf/
H A Dmap_object.c368 hdr->e_ident[EI_DATA] != ELF_TARG_DATA) {
/freebsd-12-stable/stand/common/
H A Dload_elf_obj.c139 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
H A Dload_elf.c254 ehdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
/freebsd-12-stable/usr.sbin/kldxref/
H A Def.c600 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
H A Def_obj.c396 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
/freebsd-12-stable/sys/kern/
H A Dlink_elf_obj.c361 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
694 || hdr->e_ident[EI_DATA] != ELF_TARG_DATA) {
H A Dlink_elf.c901 hdr->e_ident[EI_DATA] != ELF_TARG_DATA) {
H A Dimgact_elf.c456 hdr->e_ident[EI_DATA] != ELF_TARG_DATA ||

Completed in 223 milliseconds