Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dtarget_cpu.h52 return infop->elf_flags & EF_PPC64_ABI; in get_ppc64_abi()
/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/linux-user/
H A Delfload.c1469 info->elf_flags = ehdr->e_flags; in load_elf_image()
1618 const VdsoImageInfo *get_vdso_image_info(uint32_t elf_flags) in get_vdso_image_info() argument
1963 const VdsoImageInfo *vdso = get_vdso_image_info(info->elf_flags); in load_elf_binary()