Searched refs:ELFDATA2LSB (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c45 .bt_byteorder = ELFDATA2LSB,
76 .bt_byteorder = ELFDATA2LSB,
84 .bt_byteorder = ELFDATA2LSB,
101 .bt_byteorder = ELFDATA2LSB,
108 .bt_byteorder = ELFDATA2LSB,
116 .bt_byteorder = ELFDATA2LSB,
141 .bt_byteorder = ELFDATA2LSB,
157 .bt_byteorder = ELFDATA2LSB,
174 .bt_byteorder = ELFDATA2LSB,
192 .bt_byteorder = ELFDATA2LSB,
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h39 #define LIBELF_BYTEORDER ELFDATA2LSB
45 #define LIBELF_BYTEORDER ELFDATA2LSB
54 #define LIBELF_BYTEORDER ELFDATA2LSB
61 #define LIBELF_BYTEORDER ELFDATA2LSB
67 #define LIBELF_BYTEORDER ELFDATA2LSB
76 #define LIBELF_BYTEORDER ELFDATA2LSB
84 #define LIBELF_BYTEORDER ELFDATA2LSB
99 #define LIBELF_BYTEORDER ELFDATA2LSB
105 #define LIBELF_BYTEORDER ELFDATA2LSB
125 #define LIBELF_BYTEORDER ELFDATA2LSB
[all...]
H A Dgelf_mips64el.c38 e->e_u.e_elf.e_ehdr.e_ehdr64->e_ident[EI_DATA] == ELFDATA2LSB);
H A Dlibelf_memory.c73 else if ((e_byteorder != ELFDATA2LSB && e_byteorder !=
H A Dlibelf_xlate.c58 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) ||
/freebsd-13-stable/sys/x86/include/
H A Delf.h88 #define ELF_TARG_DATA ELFDATA2LSB
148 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13-stable/sys/riscv/include/
H A Delf.h70 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13-stable/sys/arm64/include/
H A Delf.h78 #define ELF_TARG_DATA ELFDATA2LSB
83 #define ELF_TARG_DATA ELFDATA2LSB
/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.c64 eh->e_ident[EI_DATA] != ELFDATA2LSB)
201 kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB);
H A Dkvm_arm.c263 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB);
H A Dkvm_minidump_mips.c266 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB);
/freebsd-13-stable/sys/sys/
H A Delf_generic.h48 #define ELF_DATA ELFDATA2LSB
/freebsd-13-stable/sys/arm/include/
H A Delf.h71 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13-stable/sys/powerpc/include/
H A Delf.h104 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13-stable/sys/mips/include/
H A Delf.h93 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13-stable/usr.sbin/btxld/
H A Delfh.c46 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c80 case ELFDATA2LSB:
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c299 "ELFDATANONE", "ELFDATA2LSB", "ELFDATA2MSB"
1130 case ELFDATA2LSB:
1143 case ELFDATA2LSB:
1171 case ELFDATA2LSB:
1184 case ELFDATA2LSB:
1212 case ELFDATA2LSB:
1225 case ELFDATA2LSB:
1252 case ELFDATA2LSB:
1265 case ELFDATA2LSB:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp82 if (Ident.second == ELF::ELFDATA2LSB)
89 if (Ident.second == ELF::ELFDATA2LSB)
/freebsd-13-stable/usr.bin/elfctl/
H A Delfctl.c84 #define SUPPORTED_ENDIAN ELFDATA2LSB
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp76 if (e_ident[EI_DATA] == ELFDATA2LSB)
H A DObjectFileELF.cpp258 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32el
261 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64el
272 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32el
275 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32r2el
278 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32r6el
284 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64el
287 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64r2el
290 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64r6el
699 if (m_header.e_ident[EI_DATA] == ELFDATA2LSB)
3040 case ELFDATA2LSB
[all...]
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h148 #define ELFDATA2LSB 1 macro
/freebsd-13-stable/sys/kern/
H A Dkern_dump.c305 ehdr.e_ident[EI_DATA] = ELFDATA2LSB;

Completed in 310 milliseconds

12