Home
last modified time | relevance | path

Searched refs:ELFDATA2MSB (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-14-stable/contrib/elftoolchain/libelftc/
HDlibelftc_bfdtarget.c53 .bt_byteorder = ELFDATA2MSB,
60 .bt_byteorder = ELFDATA2MSB,
68 .bt_byteorder = ELFDATA2MSB,
93 .bt_byteorder = ELFDATA2MSB,
124 .bt_byteorder = ELFDATA2MSB,
132 .bt_byteorder = ELFDATA2MSB,
149 .bt_byteorder = ELFDATA2MSB,
165 .bt_byteorder = ELFDATA2MSB,
183 .bt_byteorder = ELFDATA2MSB,
201 .bt_byteorder = ELFDATA2MSB,
[all …]
/freebsd-14-stable/contrib/elftoolchain/libelf/
HD_libelf_config.h52 #define LIBELF_BYTEORDER ELFDATA2MSB
74 #define LIBELF_BYTEORDER ELFDATA2MSB
86 #define LIBELF_BYTEORDER ELFDATA2MSB
93 #define LIBELF_BYTEORDER ELFDATA2MSB
111 #define LIBELF_BYTEORDER ELFDATA2MSB
HDlibelf_memory.c74 ELFDATA2MSB) || (e_class != ELFCLASS32 && e_class != in _libelf_memory()
HDlibelf_xlate.c58 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) || in _libelf_xlate()
/freebsd-14-stable/usr.sbin/crunch/crunchide/
HDexec_elf32.c63 #define xewtoh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x))
64 #define htoxew(x) ((data == ELFDATA2MSB) ? htobe32(x) : htole32(x))
65 #define wewtoh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x))
66 #define htowew(x) ((data == ELFDATA2MSB) ? htobe32(x) : htole32(x))
69 #define xewtoh(x) ((data == ELFDATA2MSB) ? be64toh(x) : le64toh(x))
70 #define htoxew(x) ((data == ELFDATA2MSB) ? htobe64(x) : htole64(x))
72 #define wewtoh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x))
73 #define htowew(x) ((data == ELFDATA2MSB) ? htobe32(x) : htole32(x))
86 #define xe16toh(x) ((data == ELFDATA2MSB) ? be16toh(x) : le16toh(x))
87 #define xe32toh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x))
[all …]
/freebsd-14-stable/usr.sbin/kldxref/
HDef_powerpc.c95 ELF_RELOC(ELFCLASS32, ELFDATA2MSB, EM_PPC, ef_ppc_reloc);
97 ELF_RELOC(ELFCLASS64, ELFDATA2MSB, EM_PPC64, ef_ppc_reloc);
HDef_mips.c114 ELF_RELOC(ELFCLASS32, ELFDATA2MSB, EM_MIPS, ef_mips_reloc);
116 ELF_RELOC(ELFCLASS64, ELFDATA2MSB, EM_MIPS, ef_mips_reloc);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/InterfaceStub/
HDIFSStub.cpp77 return ELF::ELFDATA2MSB; in convertIFSEndiannessToELF()
113 case ELF::ELFDATA2MSB: in convertELFEndiannessToIFS()
/freebsd-14-stable/lib/libkvm/
HDkvm_powerpc.c61 if (eh->e_ident[EI_DATA] != ELFDATA2MSB) in valid_elf_header()
186 kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB); in _powerpc_probe()
HDkvm_powerpc64.c61 if (eh->e_ident[EI_DATA] != ELFDATA2MSB && in valid_elf_header()
191 kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB); in _powerpc64_probe()
HDkvm_arm.c263 return (kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB); in _arm_native()
HDkvm.c106 case ELFDATA2MSB: in _kvm_read_kernel_ehdr()
/freebsd-14-stable/sys/arm/include/
HDelf.h67 #define ELF_TARG_DATA ELFDATA2MSB
/freebsd-14-stable/usr.bin/elfdump/
HDelfdump.c1130 case ELFDATA2MSB: in elf_get_quarter()
1143 case ELFDATA2MSB: in elf_get_quarter()
1171 case ELFDATA2MSB:
1184 case ELFDATA2MSB:
1212 case ELFDATA2MSB: in elf_get_word()
1225 case ELFDATA2MSB: in elf_get_word()
1252 case ELFDATA2MSB: in elf_get_quad()
1265 case ELFDATA2MSB: in elf_get_quad()
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDlibdwarf_elf_init.c81 if (endian == ELFDATA2MSB) in _dwarf_elf_apply_rel_reloc()
87 if (endian == ELFDATA2MSB) in _dwarf_elf_apply_rel_reloc()
122 if (endian == ELFDATA2MSB) in _dwarf_elf_apply_rela_reloc()
HDlibdwarf_elf_access.c77 case ELFDATA2MSB: in _dwarf_elf_get_byte_order()
/freebsd-14-stable/sys/powerpc/include/
HDelf.h104 #define ELF_TARG_DATA ELFDATA2MSB
/freebsd-14-stable/sys/sys/
HDelf_generic.h48 #define ELF_DATA ELFDATA2MSB
/freebsd-14-stable/usr.bin/elfctl/
HDelfctl.c83 #define SWAP_ENDIAN ELFDATA2MSB
85 #define HOST_ENDIAN ELFDATA2MSB
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF.cpp54 if (Data[ELF::EI_DATA] == ELF::ELFDATA2MSB) { in readTargetMachineArch()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDDebugObjectManagerPlugin.cpp306 if (Endian == ELF::ELFDATA2MSB) in Create()
315 if (Endian == ELF::ELFDATA2MSB) in Create()
/freebsd-14-stable/contrib/file/src/
HDreadelf.h149 #define ELFDATA2MSB 2 macro
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDELFObjectFile.cpp86 else if (Ident.second == ELF::ELFDATA2MSB) in createELFObjectFile()
93 else if (Ident.second == ELF::ELFDATA2MSB) in createELFObjectFile()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.cpp74 if (e_ident[EI_DATA] == ELFDATA2MSB) in GetByteOrder()
/freebsd-14-stable/sys/kern/
HDkern_dump.c310 ehdr.e_ident[EI_DATA] = ELFDATA2MSB; in dumpsys_generic()

12