Searched refs:target_create_elf_tables (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_elf.h | 69 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 D | target_os_elf.h | 66 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 D | target_os_elf.h | 66 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 D | elfload.c | 810 bprm->p = target_create_elf_tables(bprm->p, bprm->argc, bprm->envc, in load_elf_binary()
|