Home
last modified time | relevance | path

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

123

/freebsd/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/contrib/elftoolchain/libelf/
H A D_libelf_config.h39 #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 Dgelf_mips64el.c38 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()
/freebsd/lib/libkldelf/
H A Def_mips.c80 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 Def_powerpc.c71 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 Def_riscv.c85 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_RISCV, ef_riscv_reloc);
H A Def_aarch64.c81 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_AARCH64, ef_aarch64_reloc);
H A Def_arm.c94 ELF_RELOC(ELFCLASS32, ELFDATA2LSB, EM_ARM, ef_arm_reloc);
H A Def_i386.c97 ELF_RELOC(ELFCLASS32, ELFDATA2LSB, EM_386, ef_i386_reloc);
H A Def_amd64.c113 ELF_RELOC(ELFCLASS64, ELFDATA2LSB, EM_X86_64, ef_amd64_reloc);
/freebsd/sys/x86/include/
H A Delf.h83 #define ELF_TARG_DATA ELFDATA2LSB
143 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd/lib/libkvm/
H A Dkvm_private.h137 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 Dkvm_powerpc64.c61 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 Delf.h80 #define ELF_TARG_DATA ELFDATA2LSB
85 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp38 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 DIFSStub.cpp75 return ELF::ELFDATA2LSB; in convertIFSEndiannessToELF()
111 case ELF::ELFDATA2LSB: in convertELFEndiannessToIFS()
/freebsd/sys/riscv/include/
H A Delf.h68 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd/sys/arm/include/
H A Delf.h69 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd/usr.bin/elfdump/
H A Delfdump.c1132 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 Dkldxref.c89 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 Delf.h102 #define ELF_TARG_DATA ELFDATA2LSB
/freebsd/sys/sys/
H A Delf_generic.h46 #define ELF_DATA ELFDATA2LSB
/freebsd/usr.sbin/btxld/
H A Delfh.c44 ELFCLASS32, ELFDATA2LSB, EV_CURRENT, 0,
/freebsd/usr.bin/elfctl/
H A Delfctl.c79 #define HOST_ENDIAN ELFDATA2LSB
83 #define SWAP_ENDIAN ELFDATA2LSB

123