/linux-4.4.14/arch/arm/vdso/ |
D | vdsomunge.c | 134 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/ |
D | module.c | 42 (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/ |
D | binfmt_elfo32.c | 54 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) \
|
D | binfmt_elfn32.c | 42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \ 43 ((__h->e_flags & EF_MIPS_ABI) != 0)) \
|
D | elf.c | 79 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/ |
D | elf.h | 74 #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/ |
D | process.c | 215 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/ |
D | elf.h | 234 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/ |
D | elf.c | 23 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/ |
D | elf.h | 39 #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/ |
D | elf_v10.h | 14 && ((((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))))
|
D | elf_v32.h | 14 && ((((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/ |
D | elf.h | 62 Elf32_Word e_flags; member 79 Elf64_Word e_flags; member
|
/linux-4.4.14/fs/ocfs2/ |
D | extent_map.c | 239 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()
|
D | move_extents.c | 110 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()
|
D | refcounttree.c | 2694 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()
|
D | alloc.c | 836 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()
|
D | ocfs2_fs.h | 476 __u8 e_flags; /* Extent flags */ member
|
D | file.c | 1822 flags = rec->e_flags; in ocfs2_remove_inode_range()
|
/linux-4.4.14/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-4.4.14/include/uapi/linux/ |
D | elf.h | 211 Elf32_Word e_flags; member 228 Elf64_Word e_flags; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | elf.h | 90 if (((ex).e_flags & 0x3) == 2) \
|
/linux-4.4.14/arch/arc/kernel/ |
D | process.c | 208 eflags = x->e_flags; in elf_check_arch()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | elf.h | 148 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | elf.h | 177 ((x)->e_flags & EF_ARM_EABI_MASK))
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | elf.h | 205 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | ptrace.c | 186 .e_flags = ELF_CORE_EFLAGS,
|
/linux-4.4.14/include/linux/ |
D | regset.h | 188 u32 e_flags; member
|
/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.h | 142 flags = swap_uint32(ehdr->e_flags); in FUNC()
|
/linux-4.4.14/arch/mips/boot/ |
D | elf2ecoff.c | 175 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs.c | 358 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart_hwdep.c | 82 u32 e_flags; member
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 345 elf->e_flags = ELF_CORE_EFLAGS; in elf_kcore_store_hdr()
|
/linux-4.4.14/tools/perf/util/ |
D | symbol-elf.c | 1319 ehdr->e_flags = kehdr->e_flags; in kcore__copy_hdr()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | fadump.c | 781 elf->e_flags = ELF_CORE_EFLAGS; in fadump_init_elfcore_header()
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 445 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()
|
/linux-4.4.14/fs/ |
D | binfmt_elf.c | 1368 elf->e_flags = flags; in fill_elf_header() 1739 view->e_machine, view->e_flags); in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1329 elf->e_flags = ELF_FDPIC_CORE_EFLAGS; in fill_elf_fdpic_header()
|