Searched refs:EI_DATA (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-13-stable/lib/libkvm/
H A Dkvm_private.h140 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB)
150 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB)
160 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB)
H A Dkvm_powerpc64.c63 if (eh->e_ident[EI_DATA] != ELFDATA2MSB &&
64 eh->e_ident[EI_DATA] != ELFDATA2LSB)
193 kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB);
201 kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB);
H A Dkvm_arm.c263 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB);
265 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB);
H A Dkvm_powerpc.c63 if (eh->e_ident[EI_DATA] != ELFDATA2MSB)
188 kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB);
H A Dkvm_minidump_mips.c266 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB);
268 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB);
H A Dkvm.c105 switch (kd->nlehdr.e_ident[EI_DATA]) {
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_mips64el.c38 e->e_u.e_elf.e_ehdr.e_ehdr64->e_ident[EI_DATA] == ELFDATA2LSB);
H A Dlibelf_memory.c65 e_byteorder = image[EI_DATA];
H A Dlibelf_ehdr.c98 eh->e_ident[EI_DATA] = ELFDATANONE; \
/freebsd-13-stable/contrib/file/src/
H A Delfclass.h32 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];
H A Dreadelf.h147 #define ELFDATANONE 0 /* e_ident[EI_DATA] */
162 #define EI_DATA 5 macro
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c76 switch (e->eo_ehdr.e_ident[EI_DATA]) {
H A Dlibdwarf_elf_init.c181 rel, symtab_data, eh.e_ident[EI_DATA]);
185 rel, symtab_data, eh.e_ident[EI_DATA]);
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c100 offsetof(Elf32_Ehdr, e_ident[EI_DATA]),
141 offsetof(Elf32_Ehdr, e_ident[EI_DATA]),
1126 switch (e->e_ident[EI_DATA]) {
1139 switch (e->e_ident[EI_DATA]) {
1167 switch (e->e_ident[EI_DATA]) {
1180 switch (e->e_ident[EI_DATA]) {
1208 switch (e->e_ident[EI_DATA]) {
1221 switch (e->e_ident[EI_DATA]) {
1248 switch (e->e_ident[EI_DATA]) {
1261 switch (e->e_ident[EI_DATA]) {
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp74 if (e_ident[EI_DATA] == ELFDATA2MSB)
76 if (e_ident[EI_DATA] == ELFDATA2LSB)
/freebsd-13-stable/sys/kern/
H A Dkern_dump.c305 ehdr.e_ident[EI_DATA] = ELFDATA2LSB;
307 ehdr.e_ident[EI_DATA] = ELFDATA2MSB;
/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c296 if (gelf_xlatetom(elf, &dst, &src, ehdr->e_ident[EI_DATA]) == NULL) {
370 if (gelf_xlatetom(elf, &dst, &src, ehdr->e_ident[EI_DATA]) == NULL) {
/freebsd-13-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c178 data = eh.e_ident[EI_DATA];
247 data = ehdr.e_ident[EI_DATA];
/freebsd-13-stable/lib/libc/gen/
H A Dnlist.c113 ehdr->e_ident[EI_DATA] == ELF_TARG_DATA &&
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c181 oeh.e_ident[EI_DATA] = ecp->oed;
/freebsd-13-stable/sys/dev/sge/
H A Dif_sgereg.h257 #define EI_DATA 0xffff0000 macro
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c117 ehdr->e_ident[EI_DATA] != ELF_TARG_DATA ||
/freebsd-13-stable/usr.bin/elfctl/
H A Delfctl.c172 if (ehdr.e_ident[EI_DATA] != SUPPORTED_ENDIAN) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h52 EI_DATA = 5, // Data encoding. enumerator in enum:llvm::ELF::__anon3063
81 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
107 unsigned char getDataEncoding() const { return e_ident[EI_DATA]; }
/freebsd-13-stable/libexec/rtld-elf/
H A Dmap_object.c373 hdr->e_ident[EI_DATA] != ELF_TARG_DATA) {

Completed in 231 milliseconds

123