Searched refs:EI_DATA (Results 1 - 17 of 17) sorted by relevance
/vbox/src/VBox/Runtime/common/ldr/ |
H A D | ldrELF.cpp | 144 if (e_ident[EI_DATA] != ELFDATA2LSB) 146 Log(("RTLdrELF: %s: ELF endian %x is unsupported\n", e_ident[EI_DATA]));
|
H A D | ldrELFRelocatable.cpp.h | 1475 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 D | elfboot.c | 90 [EI_DATA] = ELFDATA2LSB,
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | elf.h | 133 #define EI_DATA 5 /* Data encodeing byte index */ macro
|
/vbox/src/VBox/Runtime/include/internal/ |
H A D | ldrELFCommon.h | 58 #define EI_DATA 5 /* Data format. */ macro 83 /* Values for e_ident[EI_DATA]. */
|
/vbox/src/VBox/Debugger/ |
H A D | DBGPlugInCommonELFTmpl.cpp.h | 98 if (pEhdr->e_ident[EI_DATA] != ELFDATA2LSB)
|
H A D | DBGPlugInSolaris.cpp | 475 || 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 D | dt_link.c | 484 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 D | DBGFCoreWrite.cpp | 125 ElfHdr.e_ident[EI_DATA] = ELFDATA2LSB;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | elf.h | 672 #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 D | elf.h | 672 #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 D | Elf64Convert.c | 138 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 D | elf_common.h | 72 #define EI_DATA 5 /* Data format. */ macro 97 /* Values for e_ident[EI_DATA]. */
|
H A D | Elf32Convert.c | 135 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 D | ctf_lib.c | 383 if (hdr.e32.e_ident[EI_DATA] != order)
|
/vbox/src/recompiler/ |
H A D | elf.h | 1087 #define EI_DATA 5 macro 1119 #define ELFDATANONE 0 /* e_ident[EI_DATA] */
|
/vbox/src/VBox/Runtime/r3/solaris/ |
H A D | coredumper-solaris.cpp | 1737 ElfHdr.e_ident[EI_DATA] = IsBigEndian() ? ELFDATA2MSB : ELFDATA2LSB;
|
Completed in 633 milliseconds