Home
last modified time | relevance | path

Searched refs:e_flags (Results 1 – 20 of 20) sorted by relevance

/arch/mips/include/asm/
Delf.h226 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 …]
/arch/frv/include/asm/
Delf.h74 #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)
/arch/mips/kernel/
Delf.c73 ((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()
Dbinfmt_elfo32.c42 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)) \
Dbinfmt_elfn32.c42 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
43 ((__h->e_flags & EF_MIPS_ABI) != 0)) \
/arch/blackfin/kernel/
Dmodule.c42 (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()
/arch/frv/kernel/
Dprocess.c215 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()
/arch/arm/kernel/
Delf.c23 eflags = x->e_flags; in elf_check_arch()
43 unsigned int eflags = x->e_flags; in elf_set_personality()
/arch/blackfin/include/asm/
Delf.h39 #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)
/arch/cris/include/arch-v10/arch/
Delf.h13 && ((((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))))
/arch/cris/include/arch-v32/arch/
Delf.h13 && ((((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))))
/arch/powerpc/boot/
Delf.h62 Elf32_Word e_flags; member
79 Elf64_Word e_flags; member
/arch/arc/kernel/
Dprocess.c201 eflags = x->e_flags; in elf_check_arch()
/arch/sh/include/asm/
Delf.h97 #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC)
98 #define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC)
/arch/alpha/include/asm/
Delf.h148 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
/arch/arm64/include/asm/
Delf.h164 ((x)->e_flags & EF_ARM_EABI_MASK))
/arch/ia64/include/asm/
Delf.h205 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
/arch/mips/boot/
Delf2ecoff.c174 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
/arch/x86/tools/
Drelocs.c355 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
/arch/powerpc/kernel/
Dfadump.c778 elf->e_flags = ELF_CORE_EFLAGS; in fadump_init_elfcore_header()