/openbmc/qemu/scripts/ |
H A D | dump-guest-memory.py | 39 ELFDATA2LSB = 1 variable 77 self.endianness = ELFDATA2LSB 88 self.endianness = ELFDATA2LSB 93 self.endianness = ELFDATA2LSB 104 self.endianness = ELFDATA2LSB 198 if endianness == ELFDATA2LSB: 243 if endianness == ELFDATA2LSB: 315 if endianness == ELFDATA2LSB:
|
/openbmc/linux/arch/mips/tools/ |
H A D | elf-entry.c | 66 case ELFDATA2LSB: in main() 83 case ELFDATA2LSB: in main()
|
/openbmc/linux/kernel/ |
H A D | kexec_elf.c | 31 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf64_to_cpu() 41 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu() 51 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu() 138 } else if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB && in elf_read_ehdr()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 52 && (ident[EI_DATA] == ELFDATA2LSB)) in elfhdr_get() 65 ident[EI_DATA], ELFDATA2LSB, ELFDATA2MSB); in elfhdr_get()
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_elf.h | 29 #define ELF_DATA ELFDATA2LSB
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_elf.h | 29 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | elf.h | 33 #define ELF_DATA ELFDATA2LSB 128 #define ELF_DATA ELFDATA2LSB
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_elf.h | 28 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/arch/nios2/include/uapi/asm/ |
H A D | elf.h | 63 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | elf.h | 28 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | endianness.h | 18 (elf->ehdr.e_ident[EI_DATA] == ELFDATA2LSB); in need_bswap()
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 163 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu() 171 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu() 179 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in cpu_to_elf32() 191 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf64_to_cpu() 216 if ((ehdr.e_ident[EI_DATA] != ELFDATA2LSB) && in read_ehdr()
|
/openbmc/linux/scripts/mod/ |
H A D | mk_elfconfig.c | 32 case ELFDATA2LSB: in main()
|
/openbmc/linux/arch/mips/vdso/ |
H A D | genvdso.c | 72 # define HOST_ORDER ELFDATA2LSB 161 case ELFDATA2LSB: in map_vdso()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | elf.h | 59 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | addnote.c | 57 #define ELFDATA2LSB 1 macro 146 if (e_data != ELFDATA2MSB && e_data != ELFDATA2LSB) in main()
|
H A D | elf_util.c | 26 elf64->e_ident[EI_DATA] == ELFDATA2LSB && in parse_elf64()
|
H A D | elf.h | 140 #define ELFDATA2LSB 1 macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | elf.h | 41 #define ELF_DATA ELFDATA2LSB 70 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/arch/microblaze/include/uapi/asm/ |
H A D | elf.h | 79 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | elf.h | 83 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | elf.h | 82 #define ELF_DATA ELFDATA2LSB
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_elf.h | 28 #define ELF_DATA ELFDATA2LSB
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf.h | 56 #define GEN_ELF_ENDIAN ELFDATA2LSB
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 32 #define ELF_DATA ELFDATA2LSB
|