Home
last modified time | relevance | path

Searched refs:load_elf_binary (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/
H A Dloader.h93 int load_elf_binary(struct linux_binprm *bprm, struct image_info *info);
H A Dlinuxload.c163 retval = load_elf_binary(bprm, infop); in loader_exec()
H A Delfload.c3877 int load_elf_binary(struct linux_binprm *bprm, struct image_info *info) in load_elf_binary() function
/openbmc/qemu/bsd-user/
H A Dbsdload.c196 retval = load_elf_binary(bprm, regs, infop); in loader_exec()
H A Dqemu.h167 int load_elf_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs,
H A Delfload.c600 int load_elf_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs, in load_elf_binary() function