Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h69 static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc, in target_create_elf_tables() function
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h66 static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc, in target_create_elf_tables() function
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h66 static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc, in target_create_elf_tables() function
/openbmc/qemu/bsd-user/
H A Delfload.c810 bprm->p = target_create_elf_tables(bprm->p, bprm->argc, bprm->envc, in load_elf_binary()