/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/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()
|
/linux/arch/x86/um/asm/ |
H A D | elf.h | 35 #define ELF_DATA ELFDATA2LSB 130 #define ELF_DATA ELFDATA2LSB
|
/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 | 18 (elf->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 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
|
/linux/arch/x86/include/asm/ |
H A D | elf.h | 42 #define ELF_DATA ELFDATA2LSB 71 #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/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
|
/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
|