| tag | line | file | source code |
| elf_format | 655 | arch/i386/ibcs/binfmt_elf.c | struct linux_binfmt elf_format = { NULL, load_elf_binary, load_elf_library }; |
| elf_format | 52 | fs/binfmt_elf.c | struct linux_binfmt elf_format = { |
| elf_format | 597 | fs/binfmt_elf.c | current->binfmt = &elf_format; |
| elf_format | 770 | fs/binfmt_elf.c | register_binfmt(&elf_format); |
| elf_format | 780 | fs/binfmt_elf.c | unregister_binfmt(&elf_format); |
| elf_format | 61 | fs/exec.c | extern struct linux_binfmt elf_format; |
| elf_format | 67 | fs/exec.c | &elf_format, NULL, load_aout_binary, load_aout_library, aout_core_dump |