Home
last modified time | relevance | path

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

/arch/powerpc/boot/
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()
Daddnote.c102 #define EI_DATA 5 macro
145 e_data = buf[E_IDENT+EI_DATA]; in main()
Delf.h122 #define EI_DATA 5 macro
/arch/mips/tools/
Delf-entry.c65 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
82 switch (hdr.ehdr32.e_ident[EI_DATA]) { in main()
/arch/mips/boot/tools/
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/
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/arm/vdso/
Dvdsomunge.c159 swap = inhdr->e_ident[EI_DATA] != HOST_ORDER; in main()
/arch/powerpc/oprofile/cell/
Dvma_map.c100 [EI_DATA] = ELFDATA2MSB, in create_vma_map()
/arch/powerpc/platforms/powernv/
Dopal-core.c358 elf->e_ident[EI_DATA] = ELFDATA2MSB; in create_opalcore()
/arch/s390/kernel/
Dcrash_dump.c517 ehdr->e_ident[EI_DATA] = ELFDATA2MSB; in ehdr_init()
/arch/mips/boot/
Delf2ecoff.c315 if (ex.e_ident[EI_DATA] == ELFDATA2MSB) in main()
/arch/x86/tools/
Drelocs.c351 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) { in read_ehdr()
/arch/powerpc/kernel/
Dfadump.c934 elf->e_ident[EI_DATA] = ELF_DATA; in fadump_init_elfcore_header()