taglinefilesource code
envc453fs/binfmt_coff.cbprm->envc,
envc49fs/binfmt_elf.cunsigned long * create_elf_tables(char * p,int argc,int envc,struct elfhdr * exec, unsigned int load_addr, int ibcs)
envc71fs/binfmt_elf.csp -= envc+1;
envc104fs/binfmt_elf.cwhile (envc-->0) {
envc510fs/binfmt_elf.cbprm->envc,
envc268fs/exec.cunsigned long * create_tables(char * p,int argc,int envc,int ibcs)
envc288fs/exec.csp -= envc+1;
envc304fs/exec.cwhile (envc-->0) {
envc558fs/exec.cbprm.envc = count(envp);
envc644fs/exec.cbprm.p = copy_strings(bprm.envc, envp, bprm.page, bprm.p, 0);
envc678fs/exec.cbprm.p = copy_strings(bprm.envc,envp,bprm.page,bprm.p,0);
envc848fs/exec.cp = (unsigned long) create_tables((char *)p,bprm->argc,bprm->envc,0);
envc23include/linux/binfmts.hint argc, envc;
envc44include/linux/binfmts.hextern unsigned long * create_tables(char * p,int argc,int envc,int ibcs);