Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h135 sp = loader_build_argptr(envc, argc, sp, stringp); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h144 sp = loader_build_argptr(envc, argc, sp, stringp); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h144 sp = loader_build_argptr(envc, argc, sp, stringp); in target_create_elf_tables()
/openbmc/qemu/bsd-user/
H A Dbsdload.c98 abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp, in loader_build_argptr() function
H A Dqemu.h161 abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp,
/openbmc/qemu/linux-user/
H A Dflatload.c532 sp = loader_build_argptr(bprm->envc, bprm->argc, sp, p, in load_flt_binary()