Home
last modified time | relevance | path

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

/arch/arm/vdso/
A Dvdsomunge.c121 Elf32_Word e_flags; in main() local
167 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()
/arch/mips/kernel/
A Delf.c92 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc()
152 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf()
174 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()
A Dptrace.c1056 .e_flags = EF_MIPS_ABI2,
/arch/mips/include/asm/
A Delf.h289 if ((__h->e_flags & EF_MIPS_ABI2) != 0) { \
291 (__h->e_flags & EF_MIPS_ABI)) \
296 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
297 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
299 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
379 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
380 ((ex).e_flags & EF_MIPS_ABI) == 0) \
/arch/arm/kernel/
A Delf.c25 eflags = x->e_flags; in elf_check_arch()
45 unsigned int eflags = x->e_flags; in elf_set_personality()
/arch/powerpc/boot/
A Delf.h63 Elf32_Word e_flags; member
80 Elf64_Word e_flags; member
/arch/sh/include/asm/
A 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/
A Delf.h77 #define elf_check_arch(x) (((x)->e_machine == EM_ALPHA) && !((x)->e_flags & EF_ALPHA_32BIT))
/arch/arm/include/asm/
A Delf.h113 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC)
/arch/powerpc/include/asm/
A Delf.h85 if (((ex).e_flags & 0x3) == 2) \
/arch/arc/kernel/
A Dprocess.c287 eflags = x->e_flags; in elf_check_arch()
/arch/mips/vdso/
A Dgenvdso.h87 flags = swap_uint32(ehdr->e_flags); in FUNC()
/arch/hexagon/kernel/
A Dptrace.c154 .e_flags = ELF_CORE_EFLAGS,
/arch/s390/tools/
A Drelocs.c138 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
/arch/mips/boot/
A Delf2ecoff.c177 e->e_flags = swab32(e->e_flags); in convert_elf_hdr()
/arch/mips/boot/tools/
A Drelocs.c230 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
/arch/powerpc/kernel/
A Dfadump.c944 elf->e_flags = 2; in fadump_init_elfcore_header()
946 elf->e_flags = 1; in fadump_init_elfcore_header()
948 elf->e_flags = 0; in fadump_init_elfcore_header()
A Dmodule_64.c36 unsigned long abi_level = hdr->e_flags & 0x3; in module_elf_check_arch()
/arch/x86/tools/
A Drelocs.c366 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
/arch/arm64/kernel/
A Dprocess.c795 if (!((hdr)->e_flags & EF_ARM_EABI_MASK)) in compat_elf_check_arch()
/arch/powerpc/platforms/powernv/
A Dopal-core.c371 elf->e_flags = 0; in create_opalcore()

Completed in 40 milliseconds