/linux-6.6.21/arch/arm/vdso/ |
D | vdsomunge.c | 121 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()
|
/linux-6.6.21/arch/mips/kernel/ |
D | elf.c | 92 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc() 152 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf() 174 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | elf.h | 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-6.6.21/fs/ |
D | mbcache.c | 103 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() 289 set_bit(MBE_REFERENCED_B, &entry->e_flags); in mb_cache_entry_touch() 314 if (test_bit(MBE_REFERENCED_B, &entry->e_flags) || in mb_cache_shrink() 316 clear_bit(MBE_REFERENCED_B, &entry->e_flags); in mb_cache_shrink()
|
/linux-6.6.21/arch/arm/kernel/ |
D | elf.c | 25 eflags = x->e_flags; in elf_check_arch() 45 unsigned int eflags = x->e_flags; in elf_set_personality()
|
/linux-6.6.21/arch/powerpc/boot/ |
D | elf.h | 63 Elf32_Word e_flags; member 80 Elf64_Word e_flags; member
|
/linux-6.6.21/arch/sh/include/asm/ |
D | elf.h | 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-6.6.21/fs/ocfs2/ |
D | extent_map.c | 225 ins.ei_flags = rec->e_flags; in ocfs2_extent_map_insert_rec() 588 *extent_flags = rec->e_flags; in ocfs2_xattr_get_clusters() 641 flags = rec.e_flags; in ocfs2_get_clusters() 786 if (rec.e_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_fiemap() 788 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_fiemap() 849 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_overwrite_io() 915 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset()
|
D | move_extents.c | 101 BUG_ON(ext_flags != rec->e_flags); in __ocfs2_move_extent() 106 replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; in __ocfs2_move_extent()
|
/linux-6.6.21/include/linux/ |
D | mbcache.h | 35 unsigned long e_flags; member
|
D | regset.h | 234 u32 e_flags; member
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | elf.h | 143 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
|
/linux-6.6.21/arch/arm/include/asm/ |
D | elf.h | 114 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC)
|
/linux-6.6.21/include/uapi/linux/ |
D | elf.h | 217 Elf32_Word e_flags; member 234 Elf64_Word e_flags; member
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | elf.h | 204 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
|
/linux-6.6.21/arch/arc/kernel/ |
D | process.c | 287 eflags = x->e_flags; in elf_check_arch()
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | elf.h | 85 if (((ex).e_flags & 0x3) == 2) \
|
/linux-6.6.21/kernel/ |
D | kexec_elf.c | 153 ehdr->e_flags = elf32_to_cpu(ehdr, buf_ehdr->e_flags); in elf_read_ehdr()
|
/linux-6.6.21/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 88 uint32_t e_flags; member 178 h.e_flags = 0; in make_exe()
|
/linux-6.6.21/arch/mips/vdso/ |
D | genvdso.h | 87 flags = swap_uint32(ehdr->e_flags); in FUNC()
|
/linux-6.6.21/arch/hexagon/kernel/ |
D | ptrace.c | 151 .e_flags = ELF_CORE_EFLAGS,
|
/linux-6.6.21/drivers/net/ethernet/freescale/enetc/ |
D | enetc.c | 212 u8 e_flags = 0; in enetc_map_tx_buffs() local 231 e_flags |= ENETC_TXBD_E_FLAGS_VLAN_INS; in enetc_map_tx_buffs() 246 e_flags |= ENETC_TXBD_E_FLAGS_ONE_STEP_PTP; in enetc_map_tx_buffs() 269 e_flags |= ENETC_TXBD_E_FLAGS_TWO_STEP_PTP; in enetc_map_tx_buffs() 272 temp_bd.ext.e_flags = e_flags; in enetc_map_tx_buffs() 345 u8 flags = 0, e_flags = 0; in enetc_map_tx_tso_hdr() local 384 e_flags |= ENETC_TXBD_E_FLAGS_VLAN_INS; in enetc_map_tx_tso_hdr() 387 txbd_tmp.ext.e_flags = e_flags; in enetc_map_tx_tso_hdr()
|
/linux-6.6.21/arch/mips/boot/tools/ |
D | relocs.c | 230 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
|
/linux-6.6.21/arch/mips/boot/ |
D | elf2ecoff.c | 177 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | fadump.c | 984 elf->e_flags = 2; in fadump_init_elfcore_header() 986 elf->e_flags = 1; in fadump_init_elfcore_header() 988 elf->e_flags = 0; in fadump_init_elfcore_header()
|