| /freebsd-12-stable/contrib/elftoolchain/libelftc/ |
| D | libelftc_bfdtarget.c | 45 .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.h | 33 #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 …]
|
| D | gelf_mips64el.c | 38 e->e_u.e_elf.e_ehdr.e_ehdr64->e_ident[EI_DATA] == ELFDATA2LSB); in _libelf_is_mips64el()
|
| D | libelf_memory.c | 73 else if ((e_byteorder != ELFDATA2LSB && e_byteorder != in _libelf_memory()
|
| D | libelf_xlate.c | 58 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) || in _libelf_xlate()
|
| /freebsd-12-stable/sys/arm64/include/ |
| D | elf.h | 105 #define ELF_TARG_DATA ELFDATA2LSB 110 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12-stable/sys/x86/include/ |
| D | elf.h | 119 #define ELF_TARG_DATA ELFDATA2LSB 211 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12-stable/lib/libkvm/ |
| D | kvm_private.h | 138 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm32toh() 148 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm64toh()
|
| D | kvm_arm.c | 263 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _arm_native()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| D | IFSStub.cpp | 75 return ELF::ELFDATA2LSB; in convertIFSEndiannessToELF() 110 case ELF::ELFDATA2LSB: in convertELFEndiannessToIFS()
|
| /freebsd-12-stable/usr.bin/elfdump/ |
| D | elfdump.c | 1130 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/ |
| D | elf.h | 101 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12-stable/sys/arm/include/ |
| D | elf.h | 103 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12-stable/usr.bin/elfctl/ |
| D | elfctl.c | 86 #define HOST_ENDIAN ELFDATA2LSB 90 #define SWAP_ENDIAN ELFDATA2LSB
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_generic.h | 48 #define ELF_DATA ELFDATA2LSB
|
| /freebsd-12-stable/usr.sbin/btxld/ |
| D | elfh.c | 46 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELF.cpp | 35 if (Data[ELF::EI_DATA] == ELF::ELFDATA2LSB) { in readTargetMachineArch()
|
| /freebsd-12-stable/sys/mips/include/ |
| D | elf.h | 93 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12-stable/contrib/elftoolchain/libdwarf/ |
| D | libdwarf_elf_access.c | 80 case ELFDATA2LSB: in _dwarf_elf_get_byte_order()
|
| /freebsd-12-stable/usr.bin/elf2aout/ |
| D | elf2aout.c | 117 if (data != ELFDATA2MSB && data != ELFDATA2LSB) in main()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | ELFObjectFile.cpp | 83 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile() 90 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elfcore.h | 111 case ELFDATA2LSB: /* Little-endian. */ in elf_core_file_p()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 260 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/ |
| D | DebugObjectManagerPlugin.cpp | 301 if (Endian == ELF::ELFDATA2LSB) in Create() 308 if (Endian == ELF::ELFDATA2LSB) in Create()
|
| /freebsd-12-stable/contrib/file/src/ |
| D | readelf.h | 148 #define ELFDATA2LSB 1 macro
|