Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/arm/vdso/
Dvdsomunge.c121 Elf32_Word e_flags; in main() local
167 e_flags = read_elf_word(inhdr->e_flags, swap); in main()
169 if (EF_ARM_EABI_VERSION(e_flags) != EF_ARM_EABI_VER5) { in main()
171 EF_ARM_EABI_VERSION(e_flags)); in main()
174 if (e_flags & EF_ARM_ABI_FLOAT_HARD) in main()
177 clear_soft_float = !!(e_flags & EF_ARM_ABI_FLOAT_SOFT); in main()
199 e_flags &= ~EF_ARM_ABI_FLOAT_SOFT; in main()
200 write_elf_word(e_flags, &outhdr->e_flags, swap); in main()
/kernel/linux/linux-5.10/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) \
/kernel/linux/linux-5.10/arch/mips/kernel/
Delf.c91 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc()
151 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf()
173 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()
/kernel/linux/linux-5.10/fs/
Dmbcache.c103 entry->e_flags = 0; in mb_cache_entry_create()
105 set_bit(MBE_REUSABLE_B, &entry->e_flags); in mb_cache_entry_create()
170 test_bit(MBE_REUSABLE_B, &entry->e_flags) && in __entry_find()
326 set_bit(MBE_REFERENCED_B, &entry->e_flags); in mb_cache_entry_touch()
351 if (test_bit(MBE_REFERENCED_B, &entry->e_flags) || in mb_cache_shrink()
353 clear_bit(MBE_REFERENCED_B, &entry->e_flags); in mb_cache_shrink()
/kernel/linux/linux-5.10/arch/arm/kernel/
Delf.c25 eflags = x->e_flags; in elf_check_arch()
45 unsigned int eflags = x->e_flags; in elf_set_personality()
/kernel/linux/linux-5.10/arch/powerpc/boot/
Delf.h63 Elf32_Word e_flags; member
80 Elf64_Word e_flags; member
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/fs/ocfs2/
Dextent_map.c227 ins.ei_flags = rec->e_flags; in ocfs2_extent_map_insert_rec()
590 *extent_flags = rec->e_flags; in ocfs2_xattr_get_clusters()
643 flags = rec.e_flags; in ocfs2_get_clusters()
788 if (rec.e_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_fiemap()
790 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_fiemap()
851 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_overwrite_io()
917 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset()
/kernel/linux/linux-5.10/include/linux/
Dmbcache.h35 unsigned long e_flags; member
Dregset.h222 u32 e_flags; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Delf.h165 Elf32_Word e_flags; member
181 Elf64_Word e_flags; member
/kernel/linux/linux-5.10/include/uapi/linux/
Delf.h216 Elf32_Word e_flags; member
233 Elf64_Word e_flags; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Delf.h179 Elf32_Word e_flags; member
195 Elf64_Word e_flags; member
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Delf.h149 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
/kernel/linux/linux-5.10/arch/arm/include/asm/
Delf.h111 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC)
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
Dproc-pid-vm.c86 uint32_t e_flags; member
176 h.e_flags = 0; in make_exe()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Delf.h85 if (((ex).e_flags & 0x3) == 2) \
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Delf.h204 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Delf.h218 ((x)->e_flags & EF_ARM_EABI_MASK))
/kernel/linux/linux-5.10/arch/arc/kernel/
Dprocess.c294 eflags = x->e_flags; in elf_check_arch()
/kernel/linux/linux-5.10/kernel/
Dkexec_elf.c153 ehdr->e_flags = elf32_to_cpu(ehdr, buf_ehdr->e_flags); in elf_read_ehdr()
/kernel/linux/linux-5.10/arch/mips/vdso/
Dgenvdso.h87 flags = swap_uint32(ehdr->e_flags); in FUNC()
/kernel/linux/linux-5.10/arch/hexagon/kernel/
Dptrace.c152 .e_flags = ELF_CORE_EFLAGS,
/kernel/linux/linux-5.10/arch/mips/boot/tools/
Drelocs.c230 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
/kernel/linux/linux-5.10/arch/mips/boot/
Delf2ecoff.c177 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()

12