| tag | line | file | source code |
| ibcs | 76 | fs/binfmt_elf.c | unsigned long * create_elf_tables(char * p,int argc,int envc,struct elfhdr * exec, unsigned int load_addr, int ibcs) |
| ibcs | 113 | fs/binfmt_elf.c | if (!ibcs) { |
| ibcs | 318 | fs/exec.c | unsigned long * create_tables(char * p,int argc,int envc,int ibcs) |
| ibcs | 343 | fs/exec.c | if (!ibcs) { |
| ibcs | 57 | ibcs/binfmt_elf.c | unsigned long * create_elf_tables(char * p,int argc,int envc,struct elfhdr * exec, unsigned int load_addr, int ibcs) |
| ibcs | 84 | ibcs/binfmt_elf.c | if (!ibcs) { |
| ibcs | 49 | include/linux/binfmts.h | extern unsigned long * create_tables(char * p,int argc,int envc,int ibcs); |