| /linux/arch/mips/tools/ |
| H A D | elf-entry.c | 66 case ELFDATA2LSB: in main() 83 case ELFDATA2LSB: in main()
|
| H A D | loongson3-llsc-check.c | 280 if (eh->e_ident[EI_DATA] != ELFDATA2LSB) { in main()
|
| /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/csky/include/asm/ |
| H A D | elf.h | 59 #define ELF_DATA ELFDATA2LSB
|
| /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/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/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/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
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_elf_helpers.h | 34 hdr->e_ident[EI_DATA] = ELFDATA2LSB; in elf_hdr_init_ident()
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | elf.h | 136 #define ELF_DATA ELFDATA2LSB
|
| /linux/arch/hexagon/include/asm/ |
| H A D | elf.h | 160 #define ELF_DATA ELFDATA2LSB
|
| /linux/scripts/ |
| H A D | elf-parse.c | 61 case ELFDATA2LSB: in elf_parse()
|