Symbol: ELFDATA2LSB
arch/alpha/include/asm/elf.h
83
#define ELF_DATA ELFDATA2LSB
arch/arc/include/asm/elf.h
28
#define ELF_DATA ELFDATA2LSB
arch/arm/include/asm/elf.h
81
#define ELF_DATA ELFDATA2LSB
arch/arm/vdso/vdsomunge.c
59
#define HOST_ORDER ELFDATA2LSB
arch/arm64/include/asm/elf.h
78
#define ELF_DATA ELFDATA2LSB
arch/arm64/kernel/pi/relacheck.c
19
#define HOST_ORDER ELFDATA2LSB
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
148
#define ELFENDIAN ELFDATA2LSB
arch/csky/include/asm/elf.h
59
#define ELF_DATA ELFDATA2LSB
arch/hexagon/include/asm/elf.h
160
#define ELF_DATA ELFDATA2LSB
arch/loongarch/include/asm/elf.h
227
#define ELF_DATA ELFDATA2LSB
arch/microblaze/include/uapi/asm/elf.h
79
#define ELF_DATA ELFDATA2LSB
arch/mips/boot/tools/relocs.c
164
if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
arch/mips/boot/tools/relocs.c
172
if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
arch/mips/boot/tools/relocs.c
180
if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
arch/mips/boot/tools/relocs.c
192
if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
arch/mips/boot/tools/relocs.c
217
if ((ehdr.e_ident[EI_DATA] != ELFDATA2LSB) &&
arch/mips/include/asm/elf.h
258
#define ELF_DATA ELFDATA2LSB
arch/mips/tools/elf-entry.c
66
case ELFDATA2LSB:
arch/mips/tools/elf-entry.c
83
case ELFDATA2LSB:
arch/mips/tools/loongson3-llsc-check.c
280
if (eh->e_ident[EI_DATA] != ELFDATA2LSB) {
arch/mips/vdso/genvdso.c
161
case ELFDATA2LSB:
arch/mips/vdso/genvdso.c
72
# define HOST_ORDER ELFDATA2LSB
arch/nios2/include/uapi/asm/elf.h
63
#define ELF_DATA ELFDATA2LSB
arch/powerpc/boot/addnote.c
147
if (e_data != ELFDATA2MSB && e_data != ELFDATA2LSB)
arch/powerpc/boot/elf_util.c
26
elf64->e_ident[EI_DATA] == ELFDATA2LSB &&
arch/powerpc/include/uapi/asm/elf.h
136
#define ELF_DATA ELFDATA2LSB
arch/riscv/include/asm/elf.h
32
#define ELF_DATA ELFDATA2LSB
arch/s390/tools/relocs.c
82
if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
arch/s390/tools/relocs.c
90
if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
arch/sh/include/asm/elf.h
87
#define ELF_DATA ELFDATA2LSB
arch/x86/include/asm/elf.h
42
#define ELF_DATA ELFDATA2LSB
arch/x86/include/asm/elf.h
72
#define ELF_DATA ELFDATA2LSB
arch/x86/tools/relocs.c
354
if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB)
arch/x86/um/asm/elf.h
102
#define ELF_DATA ELFDATA2LSB
arch/x86/um/asm/elf.h
35
#define ELF_DATA ELFDATA2LSB
arch/xtensa/include/asm/elf.h
105
# define ELF_DATA ELFDATA2LSB
drivers/remoteproc/remoteproc_elf_helpers.h
34
hdr->e_ident[EI_DATA] = ELFDATA2LSB;
drivers/remoteproc/remoteproc_elf_loader.c
82
if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
kernel/crash_core.c
211
ehdr->e_ident[EI_DATA] = ELFDATA2LSB;
kernel/kexec_elf.c
138
} else if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB &&
kernel/kexec_elf.c
31
if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB)
kernel/kexec_elf.c
41
if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB)
kernel/kexec_elf.c
51
if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB)
scripts/elf-parse.c
61
case ELFDATA2LSB:
scripts/insert-sys-cert.c
57
return ELFDATA2LSB;
scripts/mod/modpost.c
439
case ELFDATA2LSB:
scripts/recordmcount.c
530
case ELFDATA2LSB:
tools/bpf/resolve_btfids/main.c
96
# define ELFDATANATIVE ELFDATA2LSB
tools/lib/bpf/libbpf.c
1629
if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB &&
tools/lib/bpf/libbpf.c
1669
return obj->byteorder == ELFDATA2LSB;
tools/lib/bpf/linker.c
676
const unsigned char host_byteorder = ELFDATA2LSB;
tools/lib/bpf/linker.c
700
if (obj_byteorder != ELFDATA2LSB && obj_byteorder != ELFDATA2MSB) {
tools/lib/bpf/usdt.c
354
endianness = ELFDATA2LSB;
tools/objtool/include/objtool/endianness.h
17
(ehdr->e_ident[EI_DATA] == ELFDATA2LSB);
tools/perf/util/dso.c
1211
case ELFDATA2LSB:
tools/perf/util/genelf.h
59
#define GEN_ELF_ENDIAN ELFDATA2LSB
tools/perf/util/symbol-minimal.c
22
host_endian = ELFDATA2LSB;
tools/testing/selftests/kvm/lib/elf.c
52
&& (ident[EI_DATA] == ELFDATA2LSB))
tools/testing/selftests/kvm/lib/elf.c
65
ident[EI_DATA], ELFDATA2LSB, ELFDATA2MSB);