Home
last modified time | relevance | path

Searched refs:elf_flags (Results 1 – 10 of 10) 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.c529 if (EF_ARM_EABI_VERSION(info->elf_flags) >= EF_ARM_EABI_VER4 in target_cpu_copy_regs()
530 && (info->elf_flags & EF_ARM_BE8)) { in target_cpu_copy_regs()
/openbmc/linux/fs/
H A Dbinfmt_elf.c1036 int elf_prot, elf_flags; in load_elf_binary() local
1074 elf_flags = MAP_PRIVATE; in load_elf_binary()
1084 elf_flags |= MAP_FIXED; in load_elf_binary()
1091 elf_flags |= MAP_FIXED_NOREPLACE; in load_elf_binary()
1127 elf_flags |= MAP_FIXED_NOREPLACE; in load_elf_binary()
1167 elf_prot, elf_flags, total_size); in load_elf_binary()
/openbmc/qemu/linux-user/
H A Dqemu.h45 uint32_t elf_flags; member
H A Delfload.c667 static const VdsoImageInfo *vdso_image_info(uint32_t elf_flags) in vdso_image_info() argument
669 return (EF_ARM_EABI_VERSION(elf_flags) >= EF_ARM_EABI_VER4 in vdso_image_info()
670 && (elf_flags & EF_ARM_BE8) in vdso_image_info()
3391 info->elf_flags = ehdr->e_flags; in load_elf_image()
3877 const VdsoImageInfo *vdso = vdso_image_info(info->elf_flags); in load_elf_binary()
/openbmc/qemu/bsd-user/
H A Dqemu.h72 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.h234 uint32_t elf_flags; member