taglinefilesource code
envc310fs/binfmt_elf.cbprm->p = (unsigned long) create_tables((char *)bprm->p,bprm->argc,bprm->envc);
envc264fs/exec.cunsigned long * create_tables(char * p,int argc,int envc)
envc284fs/exec.csp -= envc+1;
envc298fs/exec.cwhile (envc-->0) {
envc552fs/exec.cbprm.envc = count(envp);
envc638fs/exec.cbprm.p = copy_strings(bprm.envc, envp, bprm.page, bprm.p, 0);
envc672fs/exec.cbprm.p = copy_strings(bprm.envc,envp,bprm.page,bprm.p,0);
envc831fs/exec.cp = (unsigned long) create_tables((char *)p,bprm->argc,bprm->envc);
envc23include/linux/binfmts.hint argc, envc;
envc44include/linux/binfmts.hextern unsigned long * create_tables(char * p,int argc,int envc);