Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/proc-armv/
Delf.h15 ( (elf_hwcap & HWCAP_26BIT) && (x)->e_flags & EF_ARM_APCS26) || \
16 ((x)->e_flags & EF_ARM_APCS26) == 0)
24 set_personality(((ex).e_flags&EF_ARM_APCS26 ?PER_LINUX :PER_LINUX_32BIT))
/linux-2.4.37.9/include/asm-mips/
Delf.h43 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
45 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
46 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
/linux-2.4.37.9/arch/mips64/kernel/
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)) \
/linux-2.4.37.9/include/asm-mips64/
Delf.h114 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
115 ((ex).e_flags & EF_MIPS_ABI) == 0) \
/linux-2.4.37.9/include/asm-arm/proc-armo/
Delf.h11 ((x)->e_flags & EF_ARM_APCS26)
/linux-2.4.37.9/arch/ppc/boot/utils/
Delf.pl12 $e_flags = 7; # File flags
/linux-2.4.37.9/include/asm-alpha/
Delf.h86 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
/linux-2.4.37.9/include/linux/
Delf.h429 Elf32_Word e_flags; member
446 Elf64_Word e_flags; member
/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c93 (unsigned long) ehp->e_shoff, (unsigned long) ehp->e_flags); in print_elfhdr()
408 if(!(ehp->e_flags & EF_MIPS_ARCH) && !(ehp->e_flags & 0x04)) { in verify_binary()
418 if((ehp->e_flags & 0x20)) { in verify_binary()
1111 elf.e_flags = 0; in irix_core_dump()
/linux-2.4.37.9/arch/mips/boot/
Delf2ecoff.c174 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
/linux-2.4.37.9/fs/proc/
Dkcore.c219 elf->e_flags = 0; in elf_kcore_store_hdr()
/linux-2.4.37.9/arch/ia64/kernel/
Dprocess.c507 if (elf_ex->e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) in ia64_set_personality()
/linux-2.4.37.9/fs/
Dbinfmt_elf.c1228 elf.e_flags = 0; in elf_core_dump()