Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dlinuxload.c128 ts->info->env_strings = stringp; in loader_build_argptr()
H A Dqemu.h53 abi_ulong env_strings; /* strings for envp; ends arg_strings */ member
H A Delfload.c2732 p = info->env_strings; in create_elf_tables()
3864 info->env_strings = bprm->p; in load_elf_binary()
3872 info->env_strings = bprm->p; in load_elf_binary()
4363 len = ts->info->env_strings - ts->info->arg_strings; in fill_psinfo()
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c604 output_size = ts->info->env_strings - ts->info->arg_strings; in do_common_semihosting()