Searched defs:bprm (Results 1 – 13 of 13) sorted by relevance
/qemu/bsd-user/ |
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 | 269 struct bsd_binprm bprm; in main() local
|
H A D | qemu.h | 88 struct bsd_binprm *bprm; member
|
/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()
|
/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()
|
/qemu/linux-user/ |
H A D | linuxload.c | 36 static int prepare_binprm(struct linux_binprm *bprm) in prepare_binprm() 143 struct linux_binprm *bprm) in loader_exec()
|
H A D | flatload.c | 194 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 D | main.c | 699 struct linux_binprm bprm; in main() local
|
H A D | qemu.h | 133 struct linux_binprm *bprm; member
|
H A D | elfload.c | 2405 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 D | syscall.c | 8017 struct linux_binprm *bprm = get_task_state(cpu)->bprm; in open_self_cmdline() local
|
/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()
|