| tag | line | file | source code |
|---|---|---|---|
| elf_format | 63 | fs/binfmt_elf.c | struct linux_binfmt elf_format = { |
| elf_format | 608 | fs/binfmt_elf.c | current->binfmt = &elf_format; |
| elf_format | 1186 | fs/binfmt_elf.c | register_binfmt(&elf_format); |
| elf_format | 1197 | fs/binfmt_elf.c | unregister_binfmt(&elf_format); |
| elf_format | 60 | fs/exec.c | extern struct linux_binfmt elf_format; |
| elf_format | 66 | fs/exec.c | &elf_format, NULL, load_aout_binary, load_aout_library, aout_core_dump |