Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Delf.c53 && (ident[EI_DATA] == ELFDATA2LSB)) in elfhdr_get()
55 && (ident[EI_DATA] == ELFDATA2MSB)), "Current " in elfhdr_get()
66 ident[EI_DATA], ELFDATA2LSB, ELFDATA2MSB); in elfhdr_get()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py14 EI_DATA = 5 variable in ELFFile
83 self.endian = self.data[ELFFile.EI_DATA]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmk_elfconfig.c31 switch (ei[EI_DATA]) { in main()
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_elf_loader.c80 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
82 if (ehdr->e_ident[EI_DATA] != ELFDATA2MSB) {
H A Dremoteproc_elf_helpers.h34 hdr->e_ident[EI_DATA] = ELFDATA2LSB; in elf_hdr_init_ident()
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.c303 switch (ehdr->e_ident[EI_DATA]) { in do_file()
322 ehdr->e_ident[EI_DATA], fname); in do_file()
H A Drecordmcount.c490 switch (ehdr->e_ident[EI_DATA]) { in do_file()
494 ehdr->e_ident[EI_DATA], fname); in do_file()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling.patch48 + be = (elf_header->e_ident[EI_DATA] == ELFDATA2MSB);
194 + be = (elf_header->e_ident[EI_DATA] == ELFDATA2MSB);
343 + else if ((elf_header->e_ident[EI_DATA] == ELFDATA2MSB && be16toh(elf_header->e_type) != ET_DYN) …
344 + (elf_header->e_ident[EI_DATA] == ELFDATA2LSB && le16toh(elf_header->e_type) != ET_DYN))
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A Dvdsomunge.c159 swap = inhdr->e_ident[EI_DATA] != HOST_ORDER; in main()
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/
H A Dvma_map.c100 [EI_DATA] = ELFDATA2MSB, in create_vma_map()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h335 #define EI_DATA 5 macro
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c287 assert_eq(elf.ehdr->e_ident[EI_DATA], ELFENDIAN, "%u"); in init_elf()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h334 #define EI_DATA 5 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h334 #define EI_DATA 5 macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h48 #define EI_DATA 5 /* data encoding */ macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A DCVE-2022-4415-2.patch263 + !IN_SET(elf[EI_DATA], ELFDATA2LSB, ELFDATA2MSB))
267 + if ((elf[EI_DATA] == ELFDATA2LSB) != (__BYTE_ORDER == __LITTLE_ENDIAN))
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.c281 ehdr->e_ident[EI_DATA] = GEN_ELF_ENDIAN; in jit_write_elf()

12