tag | line | file | source code |
---|---|---|---|
ibcs | 311 | fs/exec.c | unsigned long * create_tables(char * p,int argc,int envc,int ibcs) |
ibcs | 336 | 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); |