Home
last modified time | relevance | path

Searched refs:EI_DATA (Results 1 – 25 of 36) sorted by relevance

12

/linux/kernel/
H A Dkexec_elf.c31 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf64_to_cpu()
33 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf64_to_cpu()
41 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu()
43 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf32_to_cpu()
51 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu()
53 else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) in elf16_to_cpu()
138 } else if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB && in elf_read_ehdr()
139 ehdr->e_ident[EI_DATA] != ELFDATA2MSB) { in elf_read_ehdr()
H A Dcrash_core.c196 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in crash_prepare_elf64_headers()
/linux/arch/powerpc/boot/
H A Delf_util.c26 elf64->e_ident[EI_DATA] == ELFDATA2LSB && in parse_elf64()
28 elf64->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf64()
61 elf32->e_ident[EI_DATA] == ELFDATA2MSB && in parse_elf32()
H A Daddnote.c102 #define EI_DATA 5 macro
145 e_data = buf[E_IDENT+EI_DATA]; in main()
H A Delf.h122 #define EI_DATA 5 macro
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c52 && (ident[EI_DATA] == ELFDATA2LSB)) in elfhdr_get()
54 && (ident[EI_DATA] == ELFDATA2MSB)), "Current " in elfhdr_get()
65 ident[EI_DATA], ELFDATA2LSB, ELFDATA2MSB); in elfhdr_get()
/linux/arch/mips/tools/
H A Delf-entry.c65 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
82 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
H A Dloongson3-llsc-check.c280 if (eh->e_ident[EI_DATA] != ELFDATA2LSB) { in main()
/linux/arch/mips/boot/tools/
H A Drelocs.c163 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()
217 (ehdr.e_ident[EI_DATA] != ELFDATA2MSB)) in read_ehdr()
/linux/tools/objtool/include/objtool/
H A Dendianness.h18 (elf->ehdr.e_ident[EI_DATA] == ELFDATA2LSB); in need_bswap()
/linux/arch/mips/vdso/
H A Dgenvdso.c160 switch (ehdr->e_ident[EI_DATA]) { in map_vdso()
163 need_swap = ehdr->e_ident[EI_DATA] != HOST_ORDER; in map_vdso()
/linux/arch/s390/tools/
H A Drelocs.c82 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf16_to_cpu()
90 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB) in elf32_to_cpu()
126 if (ehdr.e_ident[EI_DATA] != ELF_ENDIAN) in read_ehdr()
/linux/scripts/
H A Dsorttable.c274 switch (ehdr->e_ident[EI_DATA]) { in do_file()
293 ehdr->e_ident[EI_DATA], fname); in do_file()
H A Drecordmcount.c524 switch (ehdr->e_ident[EI_DATA]) { in do_file()
528 ehdr->e_ident[EI_DATA], fname); in do_file()
H A Dinsert-sys-cert.c336 if (hdr->e_ident[EI_DATA] != endianness()) { in main()
/linux/drivers/remoteproc/
H A Dremoteproc_elf_loader.c82 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
84 if (ehdr->e_ident[EI_DATA] != ELFDATA2MSB) {
H A Dremoteproc_elf_helpers.h34 hdr->e_ident[EI_DATA] = ELFDATA2LSB; in elf_hdr_init_ident()
/linux/arch/arm64/kernel/pi/
H A Drelacheck.c72 swap = ehdr->e_ident[EI_DATA] != HOST_ORDER; in main()
/linux/arch/arm/vdso/
H A Dvdsomunge.c159 swap = inhdr->e_ident[EI_DATA] != HOST_ORDER; in main()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c290 assert_eq(elf.ehdr->e_ident[EI_DATA], ELFENDIAN, "%u"); in init_elf()
/linux/include/uapi/linux/
H A Delf.h339 #define EI_DATA 5 macro
/linux/tools/perf/util/
H A Dsymbol-minimal.c110 need_swap = check_need_swap(e_ident[EI_DATA]); in filename__read_build_id()
H A Dgenelf.c278 ehdr->e_ident[EI_DATA] = GEN_ELF_ENDIAN; in jit_write_elf()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c361 elf->e_ident[EI_DATA] = ELFDATA2MSB; in create_opalcore()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c369 obj->efile.encoding = ehdr.e_ident[EI_DATA]; in elf_collect()

12