| tag | line | file | source code |
|---|---|---|---|
| create_tables | 451 | arch/i386/ibcs/binfmt_coff.c | bprm->p = (unsigned long) create_tables ((char *) bprm->p, |
| create_tables | 855 | fs/exec.c | p = (unsigned long)create_tables((char *)p, bprm, |
| create_tables | 50 | include/linux/binfmts.h | extern unsigned long * create_tables(char * p,struct linux_binprm * bprm,int ibcs); |
| create_tables | 267 | kernel/ksyms.c | X(create_tables), |