Home
last modified time | relevance | path

Searched refs:elf_flags (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/riscv/
H A Dcpu_loop.c56 env->gpr[(env->elf_flags & EF_RISCV_RVE) in cpu_loop()
105 env->elf_flags = info->elf_flags; in target_cpu_copy_regs()
107 if ((env->misa_ext & RVE) && !(env->elf_flags & EF_RISCV_RVE)) { in target_cpu_copy_regs()
/openbmc/qemu/linux-user/ppc/
H A Dtarget_cpu.h52 return infop->elf_flags & EF_PPC64_ABI; in get_ppc64_abi()
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c307 if (((info->elf_flags & EF_MIPS_NAN2008) != 0) != in target_cpu_copy_regs()
314 if ((info->elf_flags & EF_MIPS_NAN2008) != 0) { in target_cpu_copy_regs()
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c497 if (EF_ARM_EABI_VERSION(info->elf_flags) >= EF_ARM_EABI_VER4 in target_cpu_copy_regs()
498 && (info->elf_flags & EF_ARM_BE8)) { in target_cpu_copy_regs()
/openbmc/qemu/linux-user/
H A Dqemu.h46 uint32_t elf_flags; member
H A Delfload.c671 static const VdsoImageInfo *vdso_image_info(uint32_t elf_flags) in vdso_image_info() argument
673 return (EF_ARM_EABI_VERSION(elf_flags) >= EF_ARM_EABI_VER4 in vdso_image_info()
674 && (elf_flags & EF_ARM_BE8) in vdso_image_info()
3485 info->elf_flags = ehdr->e_flags; in load_elf_image()
3971 const VdsoImageInfo *vdso = vdso_image_info(info->elf_flags); in load_elf_binary()
/openbmc/qemu/bsd-user/
H A Dqemu.h73 uint32_t elf_flags; member
H A Delfload.c766 info->elf_flags = elf_ex.e_flags; in load_elf_binary()
/openbmc/qemu/target/riscv/
H A Dcpu.h268 uint32_t elf_flags; member