Home
last modified time | relevance | path

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

12

/Linux-v4.19/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-v4.19/arch/mips/include/asm/
Delf.h291 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
293 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
294 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
296 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
330 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
331 ((__h->e_flags & EF_MIPS_ABI) != 0)) \
395 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
396 ((ex).e_flags & EF_MIPS_ABI) == 0) \
/Linux-v4.19/arch/mips/kernel/
Delf.c93 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc()
153 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf()
175 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()
/Linux-v4.19/arch/arm/kernel/
Delf.c25 eflags = x->e_flags; in elf_check_arch()
45 unsigned int eflags = x->e_flags; in elf_set_personality()
/Linux-v4.19/arch/powerpc/boot/
Delf.h63 Elf32_Word e_flags; member
80 Elf64_Word e_flags; member
/Linux-v4.19/fs/ocfs2/
Dextent_map.c240 ins.ei_flags = rec->e_flags; in ocfs2_extent_map_insert_rec()
603 *extent_flags = rec->e_flags; in ocfs2_xattr_get_clusters()
657 flags = rec.e_flags; in ocfs2_get_clusters()
804 if (rec.e_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_fiemap()
806 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_fiemap()
867 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_overwrite_io()
933 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()
Dalloc.c845 if (ext->e_flags != insert_rec->e_flags) in ocfs2_extent_rec_contig()
4738 rec.e_flags = flags; in ocfs2_insert_extent()
4915 split_rec->e_flags = rec->e_flags; in ocfs2_make_right_split_rec()
5210 if (new_flags && (rec->e_flags & new_flags)) { in ocfs2_change_extent_flag()
5218 if (clear_flags && !(rec->e_flags & clear_flags)) { in ocfs2_change_extent_flag()
5230 split_rec.e_flags = rec->e_flags; in ocfs2_change_extent_flag()
5232 split_rec.e_flags |= new_flags; in ocfs2_change_extent_flag()
5234 split_rec.e_flags &= ~clear_flags; in ocfs2_change_extent_flag()
7302 flags = rec->e_flags; in ocfs2_commit_truncate()
Drefcounttree.c2692 BUG_ON(!(rec->e_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_refcount_cal_cow_clusters()
2700 if ((!(rec->e_flags & OCFS2_EXT_REFCOUNTED)) || in ocfs2_refcount_cal_cow_clusters()
3083 replace_rec.e_flags = ext_flags; in ocfs2_clear_ext_refcount()
3084 replace_rec.e_flags &= ~OCFS2_EXT_REFCOUNTED; in ocfs2_clear_ext_refcount()
3213 u32 num_clusters, unsigned int e_flags) in ocfs2_make_clusters_writable() argument
3225 num_clusters, e_flags); in ocfs2_make_clusters_writable()
3277 set_len, e_flags, in ocfs2_make_clusters_writable()
3298 new_len, e_flags); in ocfs2_make_clusters_writable()
/Linux-v4.19/arch/sh/include/asm/
Delf.h98 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC)
99 #define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC)
/Linux-v4.19/include/uapi/linux/
Delf.h212 Elf32_Word e_flags; member
229 Elf64_Word e_flags; member
/Linux-v4.19/arch/arm/include/asm/
Delf.h106 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC)
/Linux-v4.19/arch/alpha/include/asm/
Delf.h149 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
/Linux-v4.19/arch/arm64/include/asm/
Delf.h200 ((x)->e_flags & EF_ARM_EABI_MASK))
/Linux-v4.19/arch/powerpc/include/asm/
Delf.h91 if (((ex).e_flags & 0x3) == 2) \
/Linux-v4.19/arch/ia64/include/asm/
Delf.h206 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
/Linux-v4.19/arch/arc/kernel/
Dprocess.c313 eflags = x->e_flags; in elf_check_arch()
/Linux-v4.19/arch/mips/vdso/
Dgenvdso.h91 flags = swap_uint32(ehdr->e_flags); in FUNC()
/Linux-v4.19/include/linux/
Dregset.h225 u32 e_flags; member
/Linux-v4.19/arch/hexagon/kernel/
Dptrace.c185 .e_flags = ELF_CORE_EFLAGS,
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c186 ehdr->e_flags = elf32_to_cpu(ehdr, buf_ehdr->e_flags); in elf_read_ehdr()
/Linux-v4.19/arch/mips/boot/
Delf2ecoff.c177 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c230 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
/Linux-v4.19/arch/x86/tools/
Drelocs.c360 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
/Linux-v4.19/sound/pci/mixart/
Dmixart_hwdep.c82 __be32 e_flags; member

12