Searched refs:EI_DATA (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELF.cpp144 if (e_ident[EI_DATA] != ELFDATA2LSB)
146 Log(("RTLdrELF: %s: ELF endian %x is unsupported\n", e_ident[EI_DATA]));
H A DldrELFRelocatable.cpp.h1475 if (pEhdr->e_ident[EI_DATA] != ELFDATA2LSB)
1477 Log(("RTLdrELF: %s: ELF endian %x is unsupported\n", pEhdr->e_ident[EI_DATA]));
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Delfboot.c90 [EI_DATA] = ELFDATA2LSB,
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Delf.h133 #define EI_DATA 5 /* Data encodeing byte index */ macro
/vbox/src/VBox/Runtime/include/internal/
H A DldrELFCommon.h58 #define EI_DATA 5 /* Data format. */ macro
83 /* Values for e_ident[EI_DATA]. */
/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h98 if (pEhdr->e_ident[EI_DATA] != ELFDATA2LSB)
H A DDBGPlugInSolaris.cpp475 || Module.hdr.e_ident[EI_DATA] != ELFDATA2LSB
622 || Module.hdr.e_ident[EI_DATA] != ELFDATA2LSB
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c484 elf_file.ehdr.e_ident[EI_DATA] = ELFDATA2MSB;
486 elf_file.ehdr.e_ident[EI_DATA] = ELFDATA2LSB;
621 elf_file.ehdr.e_ident[EI_DATA] = ELFDATA2MSB;
623 elf_file.ehdr.e_ident[EI_DATA] = ELFDATA2LSB;
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp125 ElfHdr.e_ident[EI_DATA] = ELFDATA2LSB;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h672 #define EI_DATA 5 macro
691 #define ELFDATANONE 0 /* e_ident[EI_DATA] */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h672 #define EI_DATA 5 macro
691 #define ELFDATANONE 0 /* e_ident[EI_DATA] */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c138 Error (NULL, 0, 3000, "Unsupported", "ELF EI_DATA not ELFCLASS64");
141 if (mEhdr->e_ident[EI_DATA] != ELFDATA2LSB) {
142 Error (NULL, 0, 3000, "Unsupported", "ELF EI_DATA not ELFDATA2LSB");
H A Delf_common.h72 #define EI_DATA 5 /* Data format. */ macro
97 /* Values for e_ident[EI_DATA]. */
H A DElf32Convert.c135 Error (NULL, 0, 3000, "Unsupported", "ELF EI_DATA not ELFCLASS32");
138 if (mEhdr->e_ident[EI_DATA] != ELFDATA2LSB) {
139 Error (NULL, 0, 3000, "Unsupported", "ELF EI_DATA not ELFDATA2LSB");
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c383 if (hdr.e32.e_ident[EI_DATA] != order)
/vbox/src/recompiler/
H A Delf.h1087 #define EI_DATA 5 macro
1119 #define ELFDATANONE 0 /* e_ident[EI_DATA] */
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp1737 ElfHdr.e_ident[EI_DATA] = IsBigEndian() ? ELFDATA2MSB : ELFDATA2LSB;

Completed in 963 milliseconds