Home
last modified time | relevance | path

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

/arch/powerpc/boot/
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()
A Daddnote.c102 #define EI_DATA 5 macro
145 e_data = buf[E_IDENT+EI_DATA]; in main()
A Delf.h122 #define EI_DATA 5 macro
/arch/mips/tools/
A Delf-entry.c65 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
82 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
A Dloongson3-llsc-check.c280 if (eh->e_ident[EI_DATA] != ELFDATA2LSB) { in main()
/arch/mips/boot/tools/
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()
/arch/mips/vdso/
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()
/arch/s390/tools/
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()
/arch/arm64/kernel/pi/
A Drelacheck.c72 swap = ehdr->e_ident[EI_DATA] != HOST_ORDER; in main()
/arch/arm/vdso/
A Dvdsomunge.c159 swap = inhdr->e_ident[EI_DATA] != HOST_ORDER; in main()
/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c290 assert_eq(elf.ehdr->e_ident[EI_DATA], ELFENDIAN, "%u"); in init_elf()
/arch/powerpc/platforms/powernv/
A Dopal-core.c361 elf->e_ident[EI_DATA] = ELFDATA2MSB; in create_opalcore()
/arch/mips/boot/
A Delf2ecoff.c315 if (ex.e_ident[EI_DATA] == ELFDATA2MSB) in main()
/arch/s390/kernel/
A Dcrash_dump.c453 ehdr->e_ident[EI_DATA] = ELFDATA2MSB; in ehdr_init()
/arch/x86/tools/
A Drelocs.c354 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) in read_ehdr()
/arch/powerpc/kernel/
A Dfadump.c932 elf->e_ident[EI_DATA] = ELF_DATA; in fadump_init_elfcore_header()

Completed in 45 milliseconds