| tag | line | file | source code |
| linux_binprm | 51 | fs/binfmt_elf.c | static int load_elf_binary(struct linux_binprm * bprm, struct pt_regs * regs); |
| linux_binprm | 355 | fs/binfmt_elf.c | load_elf_binary(struct linux_binprm * bprm, struct pt_regs * regs) |
| linux_binprm | 51 | fs/exec.c | static int load_aout_binary(struct linux_binprm *, struct pt_regs * regs); |
| linux_binprm | 310 | fs/exec.c | unsigned long * create_tables(char * p, struct linux_binprm * bprm, int ibcs) |
| linux_binprm | 560 | fs/exec.c | void flush_old_exec(struct linux_binprm * bprm) |
| linux_binprm | 607 | fs/exec.c | struct linux_binprm bprm; |
| linux_binprm | 772 | fs/exec.c | int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary; |
| linux_binprm | 808 | fs/exec.c | static int load_aout_binary(struct linux_binprm * bprm, struct pt_regs * regs) |
| linux_binprm | 35 | include/linux/binfmts.h | int (*load_binary)(struct linux_binprm *, struct pt_regs * regs); |
| linux_binprm | 49 | include/linux/binfmts.h | extern void flush_old_exec(struct linux_binprm * bprm); |
| linux_binprm | 51 | include/linux/binfmts.h | extern unsigned long * create_tables(char * p,struct linux_binprm * bprm,int ibcs); |