Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dbinfmt_elf.c50 static int load_elf_binary(struct linux_binprm *bprm);
86 .load_binary = load_elf_binary,
665 static int load_elf_binary(struct linux_binprm *bprm) in load_elf_binary() function