Home
last modified time | relevance | path

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

/fs/
Dbinfmt_aout.c78 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()
262 struct exec ex; in load_aout_library()
Dbinfmt_elf.c164 create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec, in create_elf_tables() argument
249 NEW_AUX_ENT(AT_PHDR, load_addr + exec->e_phoff); in create_elf_tables()
251 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables()
254 NEW_AUX_ENT(AT_ENTRY, exec->e_entry); in create_elf_tables()
264 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_tables()
292 bprm->exec = (unsigned long)sp; /* XXX: PARISC HACK */ in create_elf_tables()
Dexec.c740 bprm->exec -= stack_shift; in setup_arg_pages()
1243 void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec) in __set_task_comm() argument
1249 perf_event_comm(tsk, exec); in __set_task_comm()
1811 bprm->exec = bprm->p; in __do_execve_file()
Dbinfmt_elf_fdpic.c657 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_fdpic_tables()
/fs/cramfs/
DREADME29 lines); put another way, the same order as `find -type d -exec