Searched refs:e_flags (Results 1 – 20 of 20) sorted by relevance
121 Elf32_Word e_flags; in main() local167 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()
291 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) \
91 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()
1136 .e_flags = EF_MIPS_ABI2,
25 eflags = x->e_flags; in elf_check_arch()45 unsigned int eflags = x->e_flags; in elf_set_personality()
63 Elf32_Word e_flags; member80 Elf64_Word e_flags; member
98 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC)99 #define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC)
106 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC)
149 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
193 ((x)->e_flags & EF_ARM_EABI_MASK))
206 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
87 if (((ex).e_flags & 0x3) == 2) \
310 eflags = x->e_flags; in elf_check_arch()
87 flags = swap_uint32(ehdr->e_flags); in FUNC()
172 .e_flags = ELF_CORE_EFLAGS,
177 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
230 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
364 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
858 elf->e_flags = _CALL_ELF; in fadump_init_elfcore_header()860 elf->e_flags = 0; in fadump_init_elfcore_header()
368 elf->e_flags = 0; in create_opalcore()