| /freebsd-12.1/contrib/elftoolchain/libelftc/ |
| H A 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.1/contrib/elftoolchain/libelf/ |
| H A 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 103 #define LIBELF_BYTEORDER ELFDATA2LSB 123 #define LIBELF_BYTEORDER ELFDATA2LSB
|
| H A D | gelf_mips64el.c | 39 e->e_u.e_elf.e_ehdr.e_ehdr64->e_ident[EI_DATA] == ELFDATA2LSB); in _libelf_is_mips64el()
|
| H A D | libelf_memory.c | 73 else if ((e_byteorder != ELFDATA2LSB && e_byteorder != in _libelf_memory()
|
| H A D | libelf_xlate.c | 58 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) || in _libelf_xlate()
|
| /freebsd-12.1/sys/arm64/include/ |
| H A D | elf.h | 105 #define ELF_TARG_DATA ELFDATA2LSB 110 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | elf.h | 119 #define ELF_TARG_DATA ELFDATA2LSB 211 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12.1/lib/libkvm/ |
| H A 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()
|
| H A D | kvm_arm.c | 263 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _arm_native()
|
| H A D | kvm_minidump_mips.c | 261 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _mips_native()
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 1105 case ELFDATA2LSB: in elf_get_quarter() 1118 case ELFDATA2LSB: in elf_get_quarter() 1146 case ELFDATA2LSB: 1159 case ELFDATA2LSB: 1187 case ELFDATA2LSB: in elf_get_word() 1200 case ELFDATA2LSB: in elf_get_word() 1227 case ELFDATA2LSB: in elf_get_quad() 1240 case ELFDATA2LSB: in elf_get_quad()
|
| /freebsd-12.1/sys/riscv/include/ |
| H A D | elf.h | 101 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12.1/sys/arm/include/ |
| H A D | elf.h | 103 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_generic.h | 48 #define ELF_DATA ELFDATA2LSB
|
| /freebsd-12.1/usr.sbin/btxld/ |
| H A D | elfh.c | 46 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
|
| /freebsd-12.1/usr.sbin/kgzip/ |
| H A D | elfhdr.c | 45 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 62 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile() 69 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
|
| /freebsd-12.1/sys/mips/include/ |
| H A D | elf.h | 93 #define ELF_TARG_DATA ELFDATA2LSB
|
| /freebsd-12.1/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_elf_access.c | 80 case ELFDATA2LSB: in _dwarf_elf_get_byte_order()
|
| /freebsd-12.1/usr.bin/elf2aout/ |
| H A D | elf2aout.c | 117 if (data != ELFDATA2MSB && data != ELFDATA2LSB) in main()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elfcore.h | 111 case ELFDATA2LSB: /* Little-endian. */ in elf_core_file_p()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 308 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32el in mipsVariantFromElfFlags() 311 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64el in mipsVariantFromElfFlags() 322 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32el in mipsVariantFromElfFlags() 325 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32r2el in mipsVariantFromElfFlags() 328 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32r6el in mipsVariantFromElfFlags() 334 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64el in mipsVariantFromElfFlags() 337 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64r2el in mipsVariantFromElfFlags() 340 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64r6el in mipsVariantFromElfFlags() 850 if (m_header.e_ident[EI_DATA] == ELFDATA2LSB) in GetByteOrder() 3103 case ELFDATA2LSB: in DumpELFHeader_e_ident_EI_DATA()
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | readelf.h | 148 #define ELFDATA2LSB 1 macro
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 56 #define ELFDATA2LSB 1 /* 2's complement, little endian */ macro
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_dump.c | 305 ehdr.e_ident[EI_DATA] = ELFDATA2LSB; in dumpsys_generic()
|