Home
last modified time | relevance | path

Searched refs:arg_strings (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/semihosting/
H A Darm-compat-semi.c604 output_size = ts->info->env_strings - ts->info->arg_strings; in do_common_semihosting()
642 if (copy_from_user(output_buffer, ts->info->arg_strings, in do_common_semihosting()
/openbmc/qemu/linux-user/
H A Dlinuxload.c118 ts->info->arg_strings = stringp; in loader_build_argptr()
H A Dqemu.h52 abi_ulong arg_strings; /* strings for argv */ member
H A Delfload.c2724 p = info->arg_strings; in create_elf_tables()
3867 info->arg_strings = bprm->p; in load_elf_binary()
3869 info->arg_strings = bprm->p; in load_elf_binary()
4363 len = ts->info->env_strings - ts->info->arg_strings; in fill_psinfo()
4366 if (copy_from_user(&psinfo->pr_psargs, ts->info->arg_strings, len)) { in fill_psinfo()