Searched refs:loader_build_argptr (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | loader.h | 86 abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp,
|
H A D | linuxload.c | 89 abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp, in loader_build_argptr() function
|
H A D | flatload.c | 530 sp = loader_build_argptr(bprm->envc, bprm->argc, sp, p, in load_flt_binary()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_elf.h | 135 sp = loader_build_argptr(envc, argc, sp, stringp); in target_create_elf_tables()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 144 sp = loader_build_argptr(envc, argc, sp, stringp); in target_create_elf_tables()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 144 sp = loader_build_argptr(envc, argc, sp, stringp); in target_create_elf_tables()
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 98 abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp, in loader_build_argptr() function
|
H A D | qemu.h | 160 abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp,
|