Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/elftoolchain/libelftc/
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-12-stable/contrib/elftoolchain/libelf/
D_libelf_config.h33 #define LIBELF_BYTEORDER ELFDATA2LSB
37 #define LIBELF_BYTEORDER ELFDATA2LSB
53 #define LIBELF_BYTEORDER ELFDATA2LSB
59 #define LIBELF_BYTEORDER ELFDATA2LSB
68 #define LIBELF_BYTEORDER ELFDATA2LSB
75 #define LIBELF_BYTEORDER ELFDATA2LSB
81 #define LIBELF_BYTEORDER ELFDATA2LSB
90 #define LIBELF_BYTEORDER ELFDATA2LSB
98 #define LIBELF_BYTEORDER ELFDATA2LSB
113 #define LIBELF_BYTEORDER ELFDATA2LSB
[all …]
Dgelf_mips64el.c38 e->e_u.e_elf.e_ehdr.e_ehdr64->e_ident[EI_DATA] == ELFDATA2LSB); in _libelf_is_mips64el()
Dlibelf_memory.c73 else if ((e_byteorder != ELFDATA2LSB && e_byteorder != in _libelf_memory()
Dlibelf_xlate.c58 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) || in _libelf_xlate()
/freebsd-12-stable/sys/arm64/include/
Delf.h105 #define ELF_TARG_DATA ELFDATA2LSB
110 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12-stable/sys/x86/include/
Delf.h119 #define ELF_TARG_DATA ELFDATA2LSB
211 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12-stable/lib/libkvm/
Dkvm_private.h138 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm32toh()
148 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm64toh()
Dkvm_arm.c263 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _arm_native()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/InterfaceStub/
DIFSStub.cpp75 return ELF::ELFDATA2LSB; in convertIFSEndiannessToELF()
110 case ELF::ELFDATA2LSB: in convertELFEndiannessToIFS()
/freebsd-12-stable/usr.bin/elfdump/
Delfdump.c1130 case ELFDATA2LSB: in elf_get_quarter()
1143 case ELFDATA2LSB: in elf_get_quarter()
1171 case ELFDATA2LSB:
1184 case ELFDATA2LSB:
1212 case ELFDATA2LSB: in elf_get_word()
1225 case ELFDATA2LSB: in elf_get_word()
1252 case ELFDATA2LSB: in elf_get_quad()
1265 case ELFDATA2LSB: in elf_get_quad()
/freebsd-12-stable/sys/riscv/include/
Delf.h101 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12-stable/sys/arm/include/
Delf.h103 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12-stable/usr.bin/elfctl/
Delfctl.c86 #define HOST_ENDIAN ELFDATA2LSB
90 #define SWAP_ENDIAN ELFDATA2LSB
/freebsd-12-stable/sys/sys/
Delf_generic.h48 #define ELF_DATA ELFDATA2LSB
/freebsd-12-stable/usr.sbin/btxld/
Delfh.c46 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF.cpp35 if (Data[ELF::EI_DATA] == ELF::ELFDATA2LSB) { in readTargetMachineArch()
/freebsd-12-stable/sys/mips/include/
Delf.h93 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
Dlibdwarf_elf_access.c80 case ELFDATA2LSB: in _dwarf_elf_get_byte_order()
/freebsd-12-stable/usr.bin/elf2aout/
Delf2aout.c117 if (data != ELFDATA2MSB && data != ELFDATA2LSB) in main()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DELFObjectFile.cpp83 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
90 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
/freebsd-12-stable/contrib/binutils/bfd/
Delfcore.h111 case ELFDATA2LSB: /* Little-endian. */ in elf_core_file_p()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
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-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.cpp301 if (Endian == ELF::ELFDATA2LSB) in Create()
308 if (Endian == ELF::ELFDATA2LSB) in Create()
/freebsd-12-stable/contrib/file/src/
Dreadelf.h148 #define ELFDATA2LSB 1 macro

123