Searched refs:bsd_binprm (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 87 struct bsd_binprm *bprm; 144 struct bsd_binprm { struct 164 struct bsd_binprm *bprm); argument 166 int load_elf_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs, 168 int load_flt_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs,
|
H A D | bsdload.c | 48 static int prepare_binprm(struct bsd_binprm *bprm) in prepare_binprm() 149 struct bsd_binprm *bprm) in loader_exec()
|
H A D | elfload.c | 183 static void setup_arg_pages(struct bsd_binprm *bprm, struct image_info *info, in setup_arg_pages() 600 int load_elf_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs, in load_elf_binary()
|
H A D | main.c | 263 struct bsd_binprm bprm; in main()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_stack.h | 25 static inline int setup_initial_stack(struct bsd_binprm *bprm, abi_ulong *p, in setup_initial_stack()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_stack.h | 25 static inline int setup_initial_stack(struct bsd_binprm *bprm, abi_ulong *p, in setup_initial_stack()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_stack.h | 48 static inline int setup_initial_stack(struct bsd_binprm *bprm, in setup_initial_stack()
|