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.h51 abi_ulong env_strings; /* strings for envp; ends arg_strings */ member
H A Delfload.c2667 p = info->env_strings; in create_elf_tables()
3819 info->env_strings = bprm->p; in load_elf_binary()
3827 info->env_strings = bprm->p; in load_elf_binary()
4168 len = ts->info->env_strings - ts->info->arg_strings; in fill_prpsinfo_note()
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c604 output_size = ts->info->env_strings - ts->info->arg_strings; in do_common_semihosting()