/freebsd/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/contrib/elftoolchain/libelf/ |
H A D | _libelf_config.h | 39 #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 D | gelf_mips64el.c | 38 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()
|
/freebsd/lib/libkldelf/ |
H A D | ef_mips.c | 80 if (elf_encoding(ef) == ELFDATA2LSB) in ef_mips_reloc() 85 if (elf_encoding(ef) == ELFDATA2LSB) in ef_mips_reloc() 95 if (elf_encoding(ef) == ELFDATA2LSB) in ef_mips_reloc() 102 if (elf_encoding(ef) == ELFDATA2LSB) in ef_mips_reloc() 113 ELF_RELOC(ELFCLASS32, ELFDATA2LSB, EM_MIPS, ef_mips_reloc); 115 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_MIPS, ef_mips_reloc);
|
H A D | ef_powerpc.c | 71 if (elf_encoding(ef) == ELFDATA2LSB) in ef_ppc_reloc() 84 if (elf_encoding(ef) == ELFDATA2LSB) in ef_ppc_reloc() 96 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_PPC64, ef_ppc_reloc);
|
H A D | ef_riscv.c | 85 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_RISCV, ef_riscv_reloc);
|
H A D | ef_aarch64.c | 81 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_AARCH64, ef_aarch64_reloc);
|
H A D | ef_arm.c | 94 ELF_RELOC(ELFCLASS32, ELFDATA2LSB, EM_ARM, ef_arm_reloc);
|
H A D | ef_i386.c | 97 ELF_RELOC(ELFCLASS32, ELFDATA2LSB, EM_386, ef_i386_reloc);
|
H A D | ef_amd64.c | 113 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_X86_64, ef_amd64_reloc);
|
/freebsd/sys/x86/include/ |
H A D | elf.h | 83 #define ELF_TARG_DATA ELFDATA2LSB 143 #define ELF_TARG_DATA ELFDATA2LSB
|
/freebsd/lib/libkvm/ |
H A D | kvm_private.h | 137 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm16toh() 147 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm32toh() 157 if (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB) in _kvm64toh()
|
H A D | kvm_powerpc64.c | 61 eh->e_ident[EI_DATA] != ELFDATA2LSB) in valid_elf_header() 198 kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB); in _powerpc64le_probe()
|
/freebsd/sys/arm64/include/ |
H A D | elf.h | 80 #define ELF_TARG_DATA ELFDATA2LSB 85 #define ELF_TARG_DATA ELFDATA2LSB
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF.cpp | 38 if (Data[ELF::EI_DATA] == ELF::ELFDATA2LSB) { in readTargetMachineArch() 95 if (DataEncoding == ELF::ELFDATA2LSB) in createLinkGraphFromELFObject()
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | IFSStub.cpp | 75 return ELF::ELFDATA2LSB; in convertIFSEndiannessToELF() 111 case ELF::ELFDATA2LSB: in convertELFEndiannessToIFS()
|
/freebsd/sys/riscv/include/ |
H A D | elf.h | 68 #define ELF_TARG_DATA ELFDATA2LSB
|
/freebsd/sys/arm/include/ |
H A D | elf.h | 69 #define ELF_TARG_DATA ELFDATA2LSB
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 1132 case ELFDATA2LSB: in elf_get_quarter() 1145 case ELFDATA2LSB: in elf_get_quarter() 1173 case ELFDATA2LSB: 1186 case ELFDATA2LSB: 1214 case ELFDATA2LSB: in elf_get_word() 1227 case ELFDATA2LSB: in elf_get_word() 1254 case ELFDATA2LSB: in elf_get_quad() 1267 case ELFDATA2LSB: in elf_get_quad()
|
/freebsd/usr.sbin/kldxref/ |
H A D | kldxref.c | 89 if (byte_order == ELFDATA2LSB) in write_int() 149 if (byte_order == ELFDATA2LSB) in record_int() 432 if (byte_order == ELFDATA2LSB) in parse_16() 441 if (byte_order == ELFDATA2LSB) in parse_32()
|
/freebsd/sys/powerpc/include/ |
H A D | elf.h | 102 #define ELF_TARG_DATA ELFDATA2LSB
|
/freebsd/sys/sys/ |
H A D | elf_generic.h | 46 #define ELF_DATA ELFDATA2LSB
|
/freebsd/usr.sbin/btxld/ |
H A D | elfh.c | 44 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
|
/freebsd/usr.bin/elfctl/ |
H A D | elfctl.c | 79 #define HOST_ENDIAN ELFDATA2LSB 83 #define SWAP_ENDIAN ELFDATA2LSB
|