| /linux/arch/mips/tools/ |
| H A D | elf-entry.c | 66 case ELFDATA2LSB: in main() 83 case ELFDATA2LSB: in main()
|
| /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()
|
| /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()
|
| /linux/arch/x86/um/asm/ |
| H A D | elf.h | 35 #define ELF_DATA ELFDATA2LSB 102 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/mips/boot/tools/ |
| H A D | relocs.c | 164 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu() 172 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu() 180 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in cpu_to_elf32() 192 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf64_to_cpu() 217 if ((ehdr.e_ident[EI_DATA] != ELFDATA2LSB) && in read_ehdr()
|
| /linux/arch/nios2/include/uapi/asm/ |
| H A D | elf.h | 63 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/arc/include/asm/ |
| H A D | elf.h | 28 #define ELF_DATA ELFDATA2LSB
|
| /linux/tools/objtool/include/objtool/ |
| H A D | endianness.h | 17 (ehdr->e_ident[EI_DATA] == ELFDATA2LSB); in need_bswap()
|
| /linux/arch/mips/vdso/ |
| H A D | genvdso.c | 72 # define HOST_ORDER ELFDATA2LSB 161 case ELFDATA2LSB: in map_vdso()
|
| /linux/arch/powerpc/boot/ |
| H A D | addnote.c | 57 #define ELFDATA2LSB 1 macro 147 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
|
| /linux/arch/csky/include/asm/ |
| H A D | elf.h | 59 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/x86/include/asm/ |
| H A D | elf.h | 42 #define ELF_DATA ELFDATA2LSB 72 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/microblaze/include/uapi/asm/ |
| H A D | elf.h | 79 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/alpha/include/asm/ |
| H A D | elf.h | 83 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/arm/include/asm/ |
| H A D | elf.h | 81 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/riscv/include/asm/ |
| H A D | elf.h | 32 #define ELF_DATA ELFDATA2LSB
|
| /linux/tools/perf/util/ |
| H A D | genelf.h | 59 #define GEN_ELF_ENDIAN ELFDATA2LSB
|
| /linux/arch/xtensa/include/asm/ |
| H A D | elf.h | 105 # define ELF_DATA ELFDATA2LSB
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | relacheck.c | 19 #define HOST_ORDER ELFDATA2LSB
|
| /linux/arch/arm64/include/asm/ |
| H A D | elf.h | 78 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/s390/tools/ |
| H A D | relocs.c | 82 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu() 90 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu()
|
| /linux/arch/sh/include/asm/ |
| H A D | elf.h | 87 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/arm/vdso/ |
| H A D | vdsomunge.c | 59 #define HOST_ORDER ELFDATA2LSB
|