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.c605 output_size = ts->info->env_strings - ts->info->arg_strings; in do_common_semihosting()
643 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.h51 abi_ulong arg_strings; /* strings for argv */ member
H A Delfload.c2748 p = info->arg_strings; in create_elf_tables()
3911 info->arg_strings = bprm->p; in load_elf_binary()
3913 info->arg_strings = bprm->p; in load_elf_binary()
4261 len = ts->info->env_strings - ts->info->arg_strings; in fill_prpsinfo_note()
4263 memcpy(&psinfo.pr_psargs, g2h_untagged(ts->info->arg_strings), len); in fill_prpsinfo_note()