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.c528 if (EF_ARM_EABI_VERSION(info->elf_flags) >= EF_ARM_EABI_VER4 in target_cpu_copy_regs()
529 && (info->elf_flags & EF_ARM_BE8)) { in target_cpu_copy_regs()
/openbmc/linux/fs/
H A Dbinfmt_elf.c1035 int elf_prot, elf_flags; in load_elf_binary() local
1073 elf_flags = MAP_PRIVATE; in load_elf_binary()
1083 elf_flags |= MAP_FIXED; in load_elf_binary()
1090 elf_flags |= MAP_FIXED_NOREPLACE; in load_elf_binary()
1126 elf_flags |= MAP_FIXED_NOREPLACE; in load_elf_binary()
1166 elf_prot, elf_flags, total_size); in load_elf_binary()
/openbmc/qemu/linux-user/
H A Dqemu.h46 uint32_t elf_flags; member
H A Delfload.c3443 info->elf_flags = ehdr->e_flags; in load_elf_image()
/openbmc/qemu/bsd-user/
H A Dqemu.h62 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.h183 uint32_t elf_flags; member