Searched refs:EI_DATA (Results 26 - 38 of 38) sorted by relevance

12

/linux-master/arch/s390/kernel/
H A Dcrash_dump.c459 ehdr->e_ident[EI_DATA] = ELFDATA2MSB;
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c369 obj->efile.encoding = ehdr.e_ident[EI_DATA];
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c361 elf->e_ident[EI_DATA] = ELFDATA2MSB;
/linux-master/fs/proc/
H A Dkcore.c346 [EI_DATA] = ELF_DATA,
/linux-master/tools/lib/bpf/
H A Dlinker.c328 linker->elf_hdr->e_ident[EI_DATA] = ELFDATA2LSB;
330 linker->elf_hdr->e_ident[EI_DATA] = ELFDATA2MSB;
580 if (ehdr->e_ident[EI_DATA] != host_endianness) {
H A Dusdt.c349 if (endianness != ehdr.e_ident[EI_DATA]) {
H A Dlibbpf.c1548 if (obj->efile.ehdr->e_ident[EI_DATA] == ELFDATA2LSB)
1551 if (obj->efile.ehdr->e_ident[EI_DATA] == ELFDATA2MSB)
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c951 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
/linux-master/arch/x86/tools/
H A Drelocs.c378 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) {
/linux-master/tools/perf/util/
H A Dsymbol-elf.c1263 if (dso__swap_init(dso, ehdr.e_ident[EI_DATA])) {
2765 elf_getident(*elf, NULL)[EI_DATA]) == NULL) {
/linux-master/arch/powerpc/kernel/
H A Dfadump.c972 elf->e_ident[EI_DATA] = ELF_DATA;
/linux-master/fs/
H A Dbinfmt_elf.c1432 elf->e_ident[EI_DATA] = ELF_DATA;
H A Dbinfmt_elf_fdpic.c1241 elf->e_ident[EI_DATA] = ELF_DATA;

Completed in 291 milliseconds

12