Searched refs:e_flags (Results 1 – 20 of 20) sorted by relevance
226 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \228 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \229 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \276 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \278 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \279 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \281 if (__h->e_flags & EF_MIPS_32BITMODE_FP64) \284 if (((__h->e_flags & EF_MIPS_ABI) == 0) || \285 ((__h->e_flags & EF_MIPS_ABI) == EF_MIPS_ABI_O32)) \286 if (!(__h->e_flags & EF_MIPS_32BITMODE_FP64)) \[all …]
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)
73 ((ehdr->e_flags & EF_MIPS_ABI2) != 0) && in arch_elf_pt_proc()74 ((ehdr->e_flags & EF_MIPS_ABI) == 0))) in arch_elf_pt_proc()112 ((ehdr->e_flags & EF_MIPS_ABI2) != 0) && in get_fp_abi()113 ((ehdr->e_flags & EF_MIPS_ABI) == 0))) { in get_fp_abi()120 (ehdr->e_flags & EF_MIPS_32BITMODE_FP64)) in get_fp_abi()
42 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \44 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \45 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \43 ((__h->e_flags & EF_MIPS_ABI) != 0)) \
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()
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
201 eflags = x->e_flags; in elf_check_arch()
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)
148 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
164 ((x)->e_flags & EF_ARM_EABI_MASK))
205 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
174 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
355 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
778 elf->e_flags = ELF_CORE_EFLAGS; in fadump_init_elfcore_header()