Searched refs:EI_DATA (Results 1 - 25 of 38) sorted by path

12

/linux-master/arch/arm/vdso/
H A Dvdsomunge.c159 swap = inhdr->e_ident[EI_DATA] != HOST_ORDER;
/linux-master/arch/powerpc/boot/
H A Daddnote.c102 #define EI_DATA 5 macro
145 e_data = buf[E_IDENT+EI_DATA];
H A Delf.h122 #define EI_DATA 5 macro
139 #define ELFDATANONE 0 /* e_ident[EI_DATA] */
H A Delf_util.c26 elf64->e_ident[EI_DATA] == ELFDATA2LSB &&
28 elf64->e_ident[EI_DATA] == ELFDATA2MSB &&
61 elf32->e_ident[EI_DATA] == ELFDATA2MSB &&
/linux-master/scripts/
H A Dinsert-sys-cert.c336 if (hdr->e_ident[EI_DATA] != endianness()) {
/linux-master/scripts/mod/
H A Dmk_elfconfig.c31 switch (ei[EI_DATA]) {
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c72 swap = ehdr->e_ident[EI_DATA] != HOST_ORDER;
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c287 assert_eq(elf.ehdr->e_ident[EI_DATA], ELFENDIAN, "%u");
/linux-master/arch/mips/boot/
H A Delf2ecoff.c315 if (ex.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/arch/mips/tools/
H A Delf-entry.c65 switch (hdr.ehdr32.e_ident[EI_DATA]) {
82 switch (hdr.ehdr32.e_ident[EI_DATA]) {
H A Dloongson3-llsc-check.c280 if (eh->e_ident[EI_DATA] != ELFDATA2LSB) {
/linux-master/arch/mips/vdso/
H A Dgenvdso.c160 switch (ehdr->e_ident[EI_DATA]) {
163 need_swap = ehdr->e_ident[EI_DATA] != HOST_ORDER;
/linux-master/arch/powerpc/kernel/
H A Dfadump.c972 elf->e_ident[EI_DATA] = ELF_DATA;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c361 elf->e_ident[EI_DATA] = ELFDATA2MSB;
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c459 ehdr->e_ident[EI_DATA] = ELFDATA2MSB;
/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/x86/tools/
H A Drelocs.c378 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) {
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c951 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h34 hdr->e_ident[EI_DATA] = ELFDATA2LSB;
H A Dremoteproc_elf_loader.c82 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB) {
84 if (ehdr->e_ident[EI_DATA] != ELFDATA2MSB) {
/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;
/linux-master/fs/proc/
H A Dkcore.c346 [EI_DATA] = ELF_DATA,
/linux-master/include/uapi/linux/
H A Delf.h339 #define EI_DATA 5 macro
356 #define ELFDATANONE 0 /* e_ident[EI_DATA] */

Completed in 323 milliseconds

12