Searched refs:EI_DATA (Results 1 - 25 of 38) sorted by last modified time

12

/linux-master/arch/s390/tools/
H A Drelocs.c82 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
90 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
126 if (ehdr.e_ident[EI_DATA] != ELF_ENDIAN)
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c459 ehdr->e_ident[EI_DATA] = ELFDATA2MSB;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c1548 if (obj->efile.ehdr->e_ident[EI_DATA] == ELFDATA2LSB)
1551 if (obj->efile.ehdr->e_ident[EI_DATA] == ELFDATA2MSB)
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]) {
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c1241 elf->e_ident[EI_DATA] = ELF_DATA;
H A Dbinfmt_elf.c1432 elf->e_ident[EI_DATA] = ELF_DATA;
/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) {
H A Dsymbol-minimal.c110 need_swap = check_need_swap(e_ident[EI_DATA]);
H A Dgenelf.c283 ehdr->e_ident[EI_DATA] = GEN_ELF_ENDIAN;
/linux-master/kernel/
H A Dcrash_core.c194 ehdr->e_ident[EI_DATA] = ELFDATA2LSB;
/linux-master/include/uapi/linux/
H A Delf.h339 #define EI_DATA 5 macro
356 #define ELFDATANONE 0 /* e_ident[EI_DATA] */
/linux-master/fs/proc/
H A Dkcore.c346 [EI_DATA] = ELF_DATA,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c361 elf->e_ident[EI_DATA] = ELFDATA2MSB;
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c72 swap = ehdr->e_ident[EI_DATA] != HOST_ORDER;
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c369 obj->efile.encoding = ehdr.e_ident[EI_DATA];
/linux-master/arch/x86/tools/
H A Drelocs.c378 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) {
/linux-master/tools/testing/selftests/kvm/lib/
H A Delf.c52 && (ident[EI_DATA] == ELFDATA2LSB))
54 && (ident[EI_DATA] == ELFDATA2MSB)), "Current "
61 " ident[EI_DATA]: %u\n"
65 ident[EI_DATA], ELFDATA2LSB, ELFDATA2MSB);
/linux-master/scripts/
H A Drecordmcount.c524 switch (ehdr->e_ident[EI_DATA]) {
528 ehdr->e_ident[EI_DATA], fname);
/linux-master/arch/mips/boot/
H A Delf2ecoff.c315 if (ex.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/powerpc/kernel/
H A Dfadump.c972 elf->e_ident[EI_DATA] = ELF_DATA;
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_loader.c82 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
84 if (ehdr->e_ident[EI_DATA] != ELFDATA2MSB) {
/linux-master/arch/mips/boot/tools/
H A Drelocs.c163 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
171 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
179 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
191 if (ehdr.e_ident[EI_DATA] == ELFDATA2LSB)
216 if ((ehdr.e_ident[EI_DATA] != ELFDATA2LSB) &&
217 (ehdr.e_ident[EI_DATA] != ELFDATA2MSB))
/linux-master/tools/objtool/include/objtool/
H A Dendianness.h18 (elf->ehdr.e_ident[EI_DATA] == ELFDATA2LSB);

Completed in 320 milliseconds

12