Searched refs:create_elf_tables (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ |
H A D | binfmt_elf.c | 175 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, in create_elf_tables() function 1292 retval = create_elf_tables(bprm, elf_ex, interp_load_addr, in load_elf_binary()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2470 static abi_ulong create_elf_tables(abi_ulong p, int argc, int envc, in create_elf_tables() function 3898 bprm->p = create_elf_tables(bprm->p, bprm->argc, bprm->envc, &ehdr, info, in load_elf_binary()
|