Searched refs:e_flags (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/arch/arm/vdso/
H A Dvdsomunge.c121 Elf32_Word e_flags; local
167 e_flags = read_elf_word(inhdr->e_flags, swap);
169 if (EF_ARM_EABI_VERSION(e_flags) != EF_ARM_EABI_VER5) {
171 EF_ARM_EABI_VERSION(e_flags));
174 if (e_flags & EF_ARM_ABI_FLOAT_HARD)
175 fail("Unexpected hard-float flag set in e_flags\n");
177 clear_soft_float = !!(e_flags & EF_ARM_ABI_FLOAT_SOFT);
199 e_flags &= ~EF_ARM_ABI_FLOAT_SOFT;
200 write_elf_word(e_flags,
[all...]
/linux-master/arch/arm/kernel/
H A Delf.c25 eflags = x->e_flags;
45 unsigned int eflags = x->e_flags;
/linux-master/arch/mips/kernel/
H A Delf.c92 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
152 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
174 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags;
/linux-master/arch/mips/include/asm/
H A Delf.h19 /* ELF header e_flags defines. */
40 /* Flags in the e_flags field of the header */
289 if ((__h->e_flags & EF_MIPS_ABI2) != 0) { \
291 (__h->e_flags & EF_MIPS_ABI)) \
296 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
297 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
299 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
379 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
380 ((ex).e_flags & EF_MIPS_ABI) == 0) \
/linux-master/fs/
H A Dmbcache.c103 entry->e_flags = 0;
105 set_bit(MBE_REUSABLE_B, &entry->e_flags);
170 test_bit(MBE_REUSABLE_B, &entry->e_flags) &&
289 set_bit(MBE_REFERENCED_B, &entry->e_flags);
313 if (test_bit(MBE_REFERENCED_B, &entry->e_flags) ||
315 clear_bit(MBE_REFERENCED_B, &entry->e_flags);
/linux-master/arch/powerpc/boot/
H A Delf.h63 Elf32_Word e_flags; member in struct:elf32_hdr
80 Elf64_Word e_flags; member in struct:elf64_hdr
/linux-master/include/linux/
H A Dmbcache.h35 unsigned long e_flags; member in struct:mb_cache_entry
H A Dregset.h218 * @e_flags: ELF header @e_flags value written in core dumps.
234 u32 e_flags; member in struct:user_regset_view
/linux-master/arch/sh/include/asm/
H A Delf.h10 /* ELF header e_flags defines */
97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC)
98 #define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC)
/linux-master/arch/alpha/include/asm/
H A Delf.h52 /* Legal values for e_flags field of Elf64_Ehdr. */
143 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
/linux-master/arch/arm/include/asm/
H A Delf.h113 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC)
/linux-master/fs/ocfs2/
H A Dextent_map.c225 ins.ei_flags = rec->e_flags;
588 *extent_flags = rec->e_flags;
641 flags = rec.e_flags;
786 if (rec.e_flags & OCFS2_EXT_UNWRITTEN)
788 if (rec.e_flags & OCFS2_EXT_REFCOUNTED)
849 if (rec.e_flags & OCFS2_EXT_REFCOUNTED)
915 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1;
/linux-master/arch/mips/vdso/
H A Dgenvdso.h87 flags = swap_uint32(ehdr->e_flags);
/linux-master/arch/powerpc/include/asm/
H A Delf.h85 if (((ex).e_flags & 0x3) == 2) \
/linux-master/arch/arc/kernel/
H A Dprocess.c287 eflags = x->e_flags;
/linux-master/arch/hexagon/kernel/
H A Dptrace.c154 .e_flags = ELF_CORE_EFLAGS,
/linux-master/include/uapi/linux/
H A Delf.h217 Elf32_Word e_flags; member in struct:elf32_hdr
234 Elf64_Word e_flags; member in struct:elf64_hdr
/linux-master/kernel/
H A Dkexec_elf.c153 ehdr->e_flags = elf32_to_cpu(ehdr, buf_ehdr->e_flags);
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c88 uint32_t e_flags; member in struct:elf64_hdr
178 h.e_flags = 0;
/linux-master/arch/s390/tools/
H A Drelocs.c138 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags);
/linux-master/arch/mips/boot/tools/
H A Drelocs.c230 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags);
/linux-master/arch/mips/boot/
H A Delf2ecoff.c177 e->e_flags = swab32(e->e_flags);
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.c212 u8 e_flags = 0; local
231 e_flags |= ENETC_TXBD_E_FLAGS_VLAN_INS;
246 e_flags |= ENETC_TXBD_E_FLAGS_ONE_STEP_PTP;
269 e_flags |= ENETC_TXBD_E_FLAGS_TWO_STEP_PTP;
272 temp_bd.ext.e_flags = e_flags;
345 u8 flags = 0, e_flags = 0; local
384 e_flags |= ENETC_TXBD_E_FLAGS_VLAN_INS;
387 txbd_tmp.ext.e_flags = e_flags;
[all...]
/linux-master/arch/powerpc/kernel/
H A Dfadump.c984 elf->e_flags = 2;
986 elf->e_flags = 1;
988 elf->e_flags = 0;
/linux-master/sound/pci/mixart/
H A Dmixart_hwdep.c70 __be32 e_flags; member in struct:snd_mixart_elf32_ehdr

Completed in 431 milliseconds

12