Home
last modified time | relevance | path

Searched defs:bprm (Results 1 – 13 of 13) sorted by relevance

/qemu/bsd-user/
H A Dbsdload.c48 static int prepare_binprm(struct bsd_binprm *bprm) in prepare_binprm()
149 struct bsd_binprm *bprm) in loader_exec()
H A Delfload.c183 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 Dmain.c269 struct bsd_binprm bprm; in main() local
H A Dqemu.h88 struct bsd_binprm *bprm; member
/qemu/bsd-user/openbsd/
H A Dtarget_os_stack.h25 static inline int setup_initial_stack(struct bsd_binprm *bprm, abi_ulong *p, in setup_initial_stack()
/qemu/bsd-user/netbsd/
H A Dtarget_os_stack.h25 static inline int setup_initial_stack(struct bsd_binprm *bprm, abi_ulong *p, in setup_initial_stack()
/qemu/linux-user/
H A Dlinuxload.c36 static int prepare_binprm(struct linux_binprm *bprm) in prepare_binprm()
143 struct linux_binprm *bprm) in loader_exec()
H A Dflatload.c194 static int load_flat_file(struct linux_binprm * bprm, in load_flat_file()
461 int load_flt_binary(struct linux_binprm *bprm, struct image_info *info) in load_flt_binary()
H A Dmain.c699 struct linux_binprm bprm; in main() local
H A Dqemu.h133 struct linux_binprm *bprm; member
H A Delfload.c2405 static abi_ulong setup_arg_pages(struct linux_binprm *bprm, in setup_arg_pages()
3869 int load_elf_binary(struct linux_binprm *bprm, struct image_info *info) in load_elf_binary()
H A Dsyscall.c8017 struct linux_binprm *bprm = get_task_state(cpu)->bprm; in open_self_cmdline() local
/qemu/bsd-user/freebsd/
H A Dtarget_os_stack.h48 static inline int setup_initial_stack(struct bsd_binprm *bprm, in setup_initial_stack()