Searched refs:exec (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | binfmt_aout.c | 78 put_user(bprm->exec, --sp); in create_aout_tables() 120 struct exec ex; in load_aout_binary() 126 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 261 struct exec ex; in load_aout_library()
|
D | exec.c | 798 bprm->exec -= stack_shift; in setup_arg_pages() 1231 void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec) in __set_task_comm() argument 1237 perf_event_comm(tsk, exec); in __set_task_comm() 1754 struct file *exec; in exec_binprm() local 1764 exec = bprm->file; in exec_binprm() 1768 allow_write_access(exec); in exec_binprm() 1771 fput(exec); in exec_binprm() 1774 bprm->executable = exec; in exec_binprm() 1776 fput(exec); in exec_binprm() 1922 bprm->exec = bprm->p; in do_execveat_common() [all …]
|
D | binfmt_elf.c | 172 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, in create_elf_tables() argument 261 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables() 274 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_tables() 303 bprm->exec = (unsigned long)sp; /* XXX: PARISC HACK */ in create_elf_tables()
|
D | binfmt_elf_fdpic.c | 658 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_fdpic_tables()
|
/fs/cramfs/ |
D | README | 29 lines); put another way, the same order as `find -type d -exec
|