Home
last modified time | relevance | path

Searched refs:ELFDATA2LSB (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-13.1/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.1/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
H A Dgelf_mips64el.c38 e->e_u.e_elf.e_ehdr.e_ehdr64->e_ident[EI_DATA] == ELFDATA2LSB); in _libelf_is_mips64el()
H A Dlibelf_memory.c73 else if ((e_byteorder != ELFDATA2LSB && e_byteorder != in _libelf_memory()
H A Dlibelf_xlate.c58 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) || in _libelf_xlate()
/freebsd-13.1/sys/x86/include/
H A Delf.h88 #define ELF_TARG_DATA ELFDATA2LSB
148 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13.1/lib/libkvm/
H A Dkvm_private.h140 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm16toh()
150 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm32toh()
160 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm64toh()
H A Dkvm_powerpc64.c64 eh->e_ident[EI_DATA] != ELFDATA2LSB) in valid_elf_header()
201 kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _powerpc64le_probe()
H A Dkvm_arm.c263 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _arm_native()
/freebsd-13.1/sys/arm64/include/
H A Delf.h78 #define ELF_TARG_DATA ELFDATA2LSB
83 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSStub.cpp75 return ELF::ELFDATA2LSB; in convertIFSEndiannessToELF()
110 case ELF::ELFDATA2LSB: in convertELFEndiannessToIFS()
/freebsd-13.1/sys/riscv/include/
H A Delf.h70 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13.1/sys/arm/include/
H A Delf.h71 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13.1/usr.bin/elfdump/
H A Delfdump.c1135 case ELFDATA2LSB: in elf_get_quarter()
1148 case ELFDATA2LSB: in elf_get_quarter()
1176 case ELFDATA2LSB:
1189 case ELFDATA2LSB:
1217 case ELFDATA2LSB: in elf_get_word()
1230 case ELFDATA2LSB: in elf_get_word()
1257 case ELFDATA2LSB: in elf_get_quad()
1270 case ELFDATA2LSB: in elf_get_quad()
/freebsd-13.1/sys/powerpc/include/
H A Delf.h104 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13.1/sys/mips/include/
H A Delf.h93 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-13.1/usr.sbin/btxld/
H A Delfh.c46 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
/freebsd-13.1/sys/sys/
H A Delf_generic.h48 #define ELF_DATA ELFDATA2LSB
/freebsd-13.1/usr.bin/elfctl/
H A Delfctl.c82 #define HOST_ENDIAN ELFDATA2LSB
86 #define SWAP_ENDIAN ELFDATA2LSB
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp35 if (Data[ELF::EI_DATA] == ELF::ELFDATA2LSB) { in readTargetMachineArch()
/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c80 case ELFDATA2LSB: in _dwarf_elf_get_byte_order()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp83 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
90 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp260 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32el in mipsVariantFromElfFlags()
263 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64el in mipsVariantFromElfFlags()
274 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32el in mipsVariantFromElfFlags()
277 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32r2el in mipsVariantFromElfFlags()
280 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32r6el in mipsVariantFromElfFlags()
286 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64el in mipsVariantFromElfFlags()
289 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64r2el in mipsVariantFromElfFlags()
292 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64r6el in mipsVariantFromElfFlags()
713 if (m_header.e_ident[EI_DATA] == ELFDATA2LSB) in GetByteOrder()
3067 case ELFDATA2LSB: in DumpELFHeader_e_ident_EI_DATA()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp301 if (Endian == ELF::ELFDATA2LSB) in Create()
308 if (Endian == ELF::ELFDATA2LSB) in Create()
/freebsd-13.1/contrib/file/src/
H A Dreadelf.h148 #define ELFDATA2LSB 1 macro

123