Searched refs:e_flags (Results 1 – 21 of 21) 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()
92 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()
1056 .e_flags = EF_MIPS_ABI2,
289 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) \
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
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)
77 #define elf_check_arch(x) (((x)->e_machine == EM_ALPHA) && !((x)->e_flags & EF_ALPHA_32BIT))
113 #define elf_check_const_displacement(x) ((x)->e_flags & EF_ARM_PIC)
85 if (((ex).e_flags & 0x3) == 2) \
287 eflags = x->e_flags; in elf_check_arch()
87 flags = swap_uint32(ehdr->e_flags); in FUNC()
154 .e_flags = ELF_CORE_EFLAGS,
138 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
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()
944 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()
36 unsigned long abi_level = hdr->e_flags & 0x3; in module_elf_check_arch()
366 ehdr.e_flags = elf_word_to_cpu(ehdr.e_flags); in read_ehdr()
795 if (!((hdr)->e_flags & EF_ARM_EABI_MASK)) in compat_elf_check_arch()
371 elf->e_flags = 0; in create_opalcore()
Completed in 828 milliseconds