Searched refs:e_flags (Results 1 – 25 of 25) sorted by relevance
113 Elf32_Word e_flags; in main() local160 e_flags = read_elf_word(inhdr->e_flags, swap); in main()162 if (EF_ARM_EABI_VERSION(e_flags) != EF_ARM_EABI_VER5) { in main()164 EF_ARM_EABI_VERSION(e_flags)); in main()167 if (e_flags & EF_ARM_ABI_FLOAT_HARD) in main()171 clear_soft_float = !!(e_flags & EF_ARM_ABI_FLOAT_SOFT); in main()193 e_flags &= ~EF_ARM_ABI_FLOAT_SOFT; in main()194 write_elf_word(e_flags, &outhdr->e_flags, swap); in main()
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) \
42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \43 ((__h->e_flags & EF_MIPS_ABI) != 0)) \
83 if (ehdr32->e_flags & EF_MIPS_FP64) { in arch_elf_pt_proc()150 (ehdr->e_flags & EF_MIPS_ABI2); in arch_check_elf()
655 .e_flags = EF_MIPS_ABI2,
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)
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()
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()
23 eflags = x->e_flags; in elf_check_arch()43 unsigned int eflags = x->e_flags; in elf_set_personality()
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) \
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)
13 && ((((x)->e_flags & EF_CRIS_VARIANT_MASK) == EF_CRIS_VARIANT_ANY_V0_V10 \14 || (((x)->e_flags & EF_CRIS_VARIANT_MASK) == EF_CRIS_VARIANT_COMMON_V10_V32))))
13 && ((((x)->e_flags & EF_CRIS_VARIANT_MASK) == EF_CRIS_VARIANT_V32 \14 || (((x)->e_flags & EF_CRIS_VARIANT_MASK) == EF_CRIS_VARIANT_COMMON_V10_V32))))
62 Elf32_Word e_flags; member79 Elf64_Word e_flags; member
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)
91 if (((ex).e_flags & 0x3) == 2) \
148 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
218 eflags = x->e_flags; in elf_check_arch()
182 ((x)->e_flags & EF_ARM_EABI_MASK))
205 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
186 .e_flags = ELF_CORE_EFLAGS,
142 flags = swap_uint32(ehdr->e_flags); in FUNC()
175 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
358 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
781 elf->e_flags = ELF_CORE_EFLAGS; in fadump_init_elfcore_header()