Home
last modified time | relevance | path

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

123

/freebsd-12.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-12.1/contrib/elftoolchain/libelf/
H A 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
103 #define LIBELF_BYTEORDER ELFDATA2LSB
123 #define LIBELF_BYTEORDER ELFDATA2LSB
H A Dgelf_mips64el.c39 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-12.1/sys/arm64/include/
H A Delf.h105 #define ELF_TARG_DATA ELFDATA2LSB
110 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12.1/sys/x86/include/
H A Delf.h119 #define ELF_TARG_DATA ELFDATA2LSB
211 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12.1/lib/libkvm/
H A Dkvm_private.h138 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm32toh()
148 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm64toh()
H A Dkvm_arm.c263 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _arm_native()
H A Dkvm_minidump_mips.c261 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _mips_native()
/freebsd-12.1/usr.bin/elfdump/
H A Delfdump.c1105 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 Delf.h101 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12.1/sys/arm/include/
H A Delf.h103 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12.1/sys/sys/
H A Delf_generic.h48 #define ELF_DATA ELFDATA2LSB
/freebsd-12.1/usr.sbin/btxld/
H A Delfh.c46 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
/freebsd-12.1/usr.sbin/kgzip/
H A Delfhdr.c45 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELFObjectFile.cpp62 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
69 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
/freebsd-12.1/sys/mips/include/
H A Delf.h93 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c80 case ELFDATA2LSB: in _dwarf_elf_get_byte_order()
/freebsd-12.1/usr.bin/elf2aout/
H A Delf2aout.c117 if (data != ELFDATA2MSB && data != ELFDATA2LSB) in main()
/freebsd-12.1/contrib/binutils/bfd/
H A Delfcore.h111 case ELFDATA2LSB: /* Little-endian. */ in elf_core_file_p()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp308 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 Dreadelf.h148 #define ELFDATA2LSB 1 macro
/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h56 #define ELFDATA2LSB 1 /* 2's complement, little endian */ macro
/freebsd-12.1/sys/kern/
H A Dkern_dump.c305 ehdr.e_ident[EI_DATA] = ELFDATA2LSB; in dumpsys_generic()

123