/linux/arch/arm/vdso/ |
H A 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() 175 fail("Unexpected hard-float flag set in e_flags\n"); 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, in main() [all...] |
/linux/arch/mips/kernel/ |
H A 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/arch/mips/include/asm/ |
H A D | elf.h | 19 /* ELF header e_flags defines. */ 40 /* Flags in the e_flags field of the header */ 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/fs/ |
H A 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() 313 if (test_bit(MBE_REFERENCED_B, &entry->e_flags) || in mb_cache_shrink() 315 clear_bit(MBE_REFERENCED_B, &entry->e_flags); in mb_cache_shrink()
|
/linux/tools/perf/arch/csky/annotate/ |
H A D | instructions.c | 48 arch->e_flags = EF_CSKY_ABIV2; in csky__annotate_init() 50 arch->e_flags = EF_CSKY_ABIV1; in csky__annotate_init()
|
/linux/arch/arm/kernel/ |
H A D | elf.c | 25 eflags = x->e_flags; in elf_check_arch() 45 unsigned int eflags = x->e_flags; in elf_set_personality()
|
/linux/arch/powerpc/boot/ |
H A D | elf.h | 63 Elf32_Word e_flags; member 80 Elf64_Word e_flags; member
|
/linux/arch/sh/include/asm/ |
H A D | elf.h | 10 /* ELF header e_flags defines */ 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/tools/perf/arch/arc/annotate/ |
H A D | instructions.c | 9 arch->e_flags = 0; in arc__annotate_init()
|
/linux/fs/ocfs2/ |
H A D | extent_map.c | 225 ins.ei_flags = rec->e_flags; in ocfs2_extent_map_insert_rec() 598 *extent_flags = rec->e_flags; in ocfs2_xattr_get_clusters() 651 flags = rec.e_flags; in ocfs2_get_clusters() 796 if (rec.e_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_fiemap() 798 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_fiemap() 859 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_overwrite_io() 925 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset()
|
/linux/tools/perf/arch/riscv64/annotate/ |
H A D | instructions.c | 32 arch->e_flags = 0; in riscv64__annotate_init()
|
/linux/tools/perf/arch/mips/annotate/ |
H A D | instructions.c | 44 arch->e_flags = 0; in mips__annotate_init()
|
/linux/include/linux/ |
H A D | mbcache.h | 35 unsigned long e_flags; member
|
/linux/tools/perf/arch/arm/annotate/ |
H A D | instructions.c | 57 arch->e_flags = 0; in arm__annotate_init()
|
/linux/tools/perf/util/ |
H A D | probe-finder.h | 76 unsigned int e_flags; /* ELF target machine flags */ member
|
H A D | disasm.h | 49 /** @e_flags: Optional ELF flags associated with arch. */ 50 unsigned int e_flags; member
|
/linux/arch/alpha/include/asm/ |
H A D | elf.h | 52 /* Legal values for e_flags field of Elf64_Ehdr. */ 77 #define elf_check_arch(x) (((x)->e_machine == EM_ALPHA) && !((x)->e_flags & EF_ALPHA_32BIT))
|
/linux/arch/arm/include/asm/ |
H A D | elf.h | 113 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC)
|
/linux/tools/include/uapi/linux/ |
H A D | elf.h | 225 Elf32_Word e_flags; member 242 Elf64_Word e_flags; member
|
/linux/tools/perf/arch/sparc/annotate/ |
H A D | instructions.c | 167 arch->e_flags = 0; in sparc__annotate_init()
|
/linux/arch/arc/kernel/ |
H A D | process.c | 287 eflags = x->e_flags; in elf_check_arch()
|
/linux/arch/powerpc/include/asm/ |
H A D | elf.h | 85 if (((ex).e_flags & 0x3) == 2) \
|
/linux/kernel/ |
H A D | kexec_elf.c | 153 ehdr->e_flags = elf32_to_cpu(ehdr, buf_ehdr->e_flags); in elf_read_ehdr()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 313 u8 e_flags = 0; in enetc_map_tx_buffs() local 332 e_flags |= ENETC_TXBD_E_FLAGS_VLAN_INS; in enetc_map_tx_buffs() 349 e_flags |= ENETC_TXBD_E_FLAGS_ONE_STEP_PTP; in enetc_map_tx_buffs() 397 e_flags |= ENETC_TXBD_E_FLAGS_TWO_STEP_PTP; in enetc_map_tx_buffs() 400 temp_bd.ext.e_flags = e_flags; in enetc_map_tx_buffs() 467 u8 flags = 0, e_flags = 0; in enetc_map_tx_tso_hdr() local 507 e_flags |= ENETC_TXBD_E_FLAGS_VLAN_INS; in enetc_map_tx_tso_hdr() 510 txbd_tmp.ext.e_flags = e_flags; in enetc_map_tx_tso_hdr() 652 u8 flags, e_flags = 0; enetc_lso_map_hdr() local [all...] |
/linux/arch/mips/vdso/ |
H A D | genvdso.h | 87 flags = swap_uint32(ehdr->e_flags); in FUNC()
|