Home
last modified time | relevance | path

Searched refs:e_flags (Results 1 – 38 of 38) sorted by relevance

/linux-4.4.14/arch/arm/vdso/
Dvdsomunge.c134 Elf32_Word e_flags; in main() local
180 e_flags = read_elf_word(inhdr->e_flags, swap); in main()
182 if (EF_ARM_EABI_VERSION(e_flags) != EF_ARM_EABI_VER5) { in main()
184 EF_ARM_EABI_VERSION(e_flags)); in main()
187 if (e_flags & EF_ARM_ABI_FLOAT_HARD) in main()
190 clear_soft_float = !!(e_flags & EF_ARM_ABI_FLOAT_SOFT); in main()
212 e_flags &= ~EF_ARM_ABI_FLOAT_SOFT; in main()
213 write_elf_word(e_flags, &outhdr->e_flags, swap); in main()
/linux-4.4.14/arch/blackfin/kernel/
Dmodule.c42 (hdr->e_flags & EF_BFIN_CODE_IN_L1))) { in module_frob_arch_sections()
54 (hdr->e_flags & EF_BFIN_DATA_IN_L1))) { in module_frob_arch_sections()
66 (hdr->e_flags & EF_BFIN_DATA_IN_L1))) { in module_frob_arch_sections()
97 (hdr->e_flags & EF_BFIN_CODE_IN_L2))) { in module_frob_arch_sections()
109 (hdr->e_flags & EF_BFIN_DATA_IN_L2))) { in module_frob_arch_sections()
121 (hdr->e_flags & EF_BFIN_DATA_IN_L2))) { in module_frob_arch_sections()
267 (hdr->e_flags & (EF_BFIN_CODE_IN_L1 | EF_BFIN_CODE_IN_L2)))) { in module_finalize()
/linux-4.4.14/arch/mips/kernel/
Dbinfmt_elfo32.c54 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
56 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
57 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
59 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
Dbinfmt_elfn32.c42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
43 ((__h->e_flags & EF_MIPS_ABI) != 0)) \
Delf.c79 if (ehdr32->e_flags & EF_MIPS_FP64) { in arch_elf_pt_proc()
146 (ehdr->e_flags & EF_MIPS_ABI2); in arch_check_elf()
/linux-4.4.14/arch/frv/include/asm/
Delf.h74 #define elf_check_fdpic(x) ((x)->e_flags & EF_FRV_FDPIC && !((x)->e_flags & EF_FRV_NON_PIC_RELOCS))
75 #define elf_check_const_displacement(x) ((x)->e_flags & EF_FRV_PIC)
/linux-4.4.14/arch/frv/kernel/
Dprocess.c215 switch (hdr->e_flags & EF_FRV_GPR_MASK) { in elf_check_arch()
226 switch (hdr->e_flags & EF_FRV_FPR_MASK) { in elf_check_arch()
238 if ((hdr->e_flags & EF_FRV_MULADD) == EF_FRV_MULADD) in elf_check_arch()
243 switch (hdr->e_flags & EF_FRV_CPU_MASK) { in elf_check_arch()
/linux-4.4.14/arch/mips/include/asm/
Delf.h234 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
236 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
237 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
239 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
346 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
347 ((ex).e_flags & EF_MIPS_ABI) == 0) \
/linux-4.4.14/arch/arm/kernel/
Delf.c23 eflags = x->e_flags; in elf_check_arch()
43 unsigned int eflags = x->e_flags; in elf_set_personality()
/linux-4.4.14/arch/blackfin/include/asm/
Delf.h39 #define elf_check_fdpic(x) ((x)->e_flags & EF_BFIN_FDPIC /* && !((x)->e_flags & EF_FRV_NON_PIC_RELO…
40 #define elf_check_const_displacement(x) ((x)->e_flags & EF_BFIN_PIC)
/linux-4.4.14/arch/cris/include/uapi/asm/
Delf_v10.h14 && ((((x)->e_flags & EF_CRIS_VARIANT_MASK) == EF_CRIS_VARIANT_ANY_V0_V10 \
15 || (((x)->e_flags & EF_CRIS_VARIANT_MASK) == EF_CRIS_VARIANT_COMMON_V10_V32))))
Delf_v32.h14 && ((((x)->e_flags & EF_CRIS_VARIANT_MASK) == EF_CRIS_VARIANT_V32 \
15 || (((x)->e_flags & EF_CRIS_VARIANT_MASK) == EF_CRIS_VARIANT_COMMON_V10_V32))))
/linux-4.4.14/arch/powerpc/boot/
Delf.h62 Elf32_Word e_flags; member
79 Elf64_Word e_flags; member
/linux-4.4.14/fs/ocfs2/
Dextent_map.c239 ins.ei_flags = rec->e_flags; in ocfs2_extent_map_insert_rec()
602 *extent_flags = rec->e_flags; in ocfs2_xattr_get_clusters()
656 flags = rec.e_flags; in ocfs2_get_clusters()
803 if (rec.e_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_fiemap()
805 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_fiemap()
888 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset()
Dmove_extents.c110 BUG_ON(ext_flags != rec->e_flags); in __ocfs2_move_extent()
115 replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; in __ocfs2_move_extent()
Drefcounttree.c2694 BUG_ON(!(rec->e_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_refcount_cal_cow_clusters()
2702 if ((!(rec->e_flags & OCFS2_EXT_REFCOUNTED)) || in ocfs2_refcount_cal_cow_clusters()
3077 replace_rec.e_flags = ext_flags; in ocfs2_clear_ext_refcount()
3078 replace_rec.e_flags &= ~OCFS2_EXT_REFCOUNTED; in ocfs2_clear_ext_refcount()
3207 u32 num_clusters, unsigned int e_flags) in ocfs2_make_clusters_writable() argument
3219 num_clusters, e_flags); in ocfs2_make_clusters_writable()
3271 set_len, e_flags, in ocfs2_make_clusters_writable()
3292 new_len, e_flags); in ocfs2_make_clusters_writable()
Dalloc.c836 if (ext->e_flags != insert_rec->e_flags) in ocfs2_extent_rec_contig()
4703 rec.e_flags = flags; in ocfs2_insert_extent()
4880 split_rec->e_flags = rec->e_flags; in ocfs2_make_right_split_rec()
5178 if (new_flags && (rec->e_flags & new_flags)) { in ocfs2_change_extent_flag()
5186 if (clear_flags && !(rec->e_flags & clear_flags)) { in ocfs2_change_extent_flag()
5198 split_rec.e_flags = rec->e_flags; in ocfs2_change_extent_flag()
5200 split_rec.e_flags |= new_flags; in ocfs2_change_extent_flag()
5202 split_rec.e_flags &= ~clear_flags; in ocfs2_change_extent_flag()
7105 flags = rec->e_flags; in ocfs2_commit_truncate()
Docfs2_fs.h476 __u8 e_flags; /* Extent flags */ member
Dfile.c1822 flags = rec->e_flags; in ocfs2_remove_inode_range()
/linux-4.4.14/arch/sh/include/asm/
Delf.h97 #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-4.4.14/include/uapi/linux/
Delf.h211 Elf32_Word e_flags; member
228 Elf64_Word e_flags; member
/linux-4.4.14/arch/powerpc/include/asm/
Delf.h90 if (((ex).e_flags & 0x3) == 2) \
/linux-4.4.14/arch/arc/kernel/
Dprocess.c208 eflags = x->e_flags; in elf_check_arch()
/linux-4.4.14/arch/alpha/include/asm/
Delf.h148 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
/linux-4.4.14/arch/arm64/include/asm/
Delf.h177 ((x)->e_flags & EF_ARM_EABI_MASK))
/linux-4.4.14/arch/ia64/include/asm/
Delf.h205 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
/linux-4.4.14/arch/hexagon/kernel/
Dptrace.c186 .e_flags = ELF_CORE_EFLAGS,
/linux-4.4.14/include/linux/
Dregset.h188 u32 e_flags; member
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.h142 flags = swap_uint32(ehdr->e_flags); in FUNC()
/linux-4.4.14/arch/mips/boot/
Delf2ecoff.c175 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
/linux-4.4.14/arch/x86/tools/
Drelocs.c358 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
/linux-4.4.14/sound/pci/mixart/
Dmixart_hwdep.c82 u32 e_flags; member
/linux-4.4.14/fs/proc/
Dkcore.c345 elf->e_flags = ELF_CORE_EFLAGS; in elf_kcore_store_hdr()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c1319 ehdr->e_flags = kehdr->e_flags; in kcore__copy_hdr()
/linux-4.4.14/arch/powerpc/kernel/
Dfadump.c781 elf->e_flags = ELF_CORE_EFLAGS; in fadump_init_elfcore_header()
/linux-4.4.14/scripts/mod/
Dmodpost.c445 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()
/linux-4.4.14/fs/
Dbinfmt_elf.c1368 elf->e_flags = flags; in fill_elf_header()
1739 view->e_machine, view->e_flags); in fill_note_info()
Dbinfmt_elf_fdpic.c1329 elf->e_flags = ELF_FDPIC_CORE_EFLAGS; in fill_elf_fdpic_header()